Skip to content

Commit

Permalink
Version bumped to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jgeboski committed Mar 5, 2015
1 parent 6424982 commit c91645a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
bitlbee-steam-1.2.0 (2015-03-05):
- Added cleaner debugging output
- Added compile-time warnings for string security
- Added "Last Online" field to "Status" field in info display
- Added setting of user states: Online, Away, and Snooze
- Added Travis CI support
- Fixed authentication requests failing
- Fixed pkg-config not supporting the plugindir variable
- Fixed several issues in autogen.sh
- Fixed tarballs generated by 'make dist'
- Migrated to libgcrypt from internal crypto implementation
- Refactored several things for better control flow and readability
- Removed runtime check for missing macros in configure
- Required bitlbee version bumped to 3.2.2

bitlbee-steam-1.1.1 (2014-08-25):
- Fixed information requests not populating
- Fixed potential NULL pointer dereference with user statuses
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

AC_INIT(
[bitlbee-steam],
[1.1.1],
[1.2.0],
[https://github.com/jgeboski/bitlbee-steam/issues],
[bitlbee-steam],
[https://github.com/jgeboski/bitlbee-steam],
Expand Down

0 comments on commit c91645a

Please # to comment.