Changeset b9e2539
- Timestamp:
- 2008-08-26T22:36:24Z (16 years ago)
- Branches:
- master
- Children:
- 0a4f6f4
- Parents:
- 9ebee7a
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
bitlbee.h
r9ebee7a rb9e2539 33 33 34 34 #define PACKAGE "BitlBee" 35 #define BITLBEE_VERSION "1.2. 1"35 #define BITLBEE_VERSION "1.2.2" 36 36 #define VERSION BITLBEE_VERSION 37 37 -
doc/CHANGES
r9ebee7a rb9e2539 3 3 4 4 http://bugs.bitlbee.org/bitlbee/timeline?daysback=90&changeset=on 5 6 Version 1.2.2: 7 - Security bugfix: It was possible to hijack accounts (without gaining access 8 to the old account, it's simply an overwrite) 9 - Some more stability improvements. 10 - Fixed bug where people with non-lowercase nicks couldn't drop their account. 11 - Easier upgrades of non-forking daemon mode servers (using the DEAF 12 command). 13 - Can be cross-compiled for Win32 now! (No support for SSL yet though, which 14 makes it less useful for now.) 15 - Exponential backoff on auto-reconnect. 16 - Changing passwords gives less confusing feedback ("password is empty") now. 17 18 Finished 26 Aug 2008 5 19 6 20 Version 1.2.1:
Note: See TracChangeset
for help on using the changeset viewer.