From c91645ad1aa7c56b3d01e73ae596ff280cb289a1 Mon Sep 17 00:00:00 2001 From: jgeboski Date: Thu, 5 Mar 2015 13:38:16 -0500 Subject: [PATCH] Version bumped to 1.2.0 --- ChangeLog | 15 +++++++++++++++ configure.ac | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8a49b96..9377791 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/configure.ac b/configure.ac index 0e847be..1d16c66 100644 --- a/configure.ac +++ b/configure.ac @@ -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],