From 1e1e579c10ea3a61cb550ddc047ef801d2fa9504 Mon Sep 17 00:00:00 2001 From: jgeboski Date: Mon, 28 Jul 2014 00:35:14 -0400 Subject: [PATCH] Version bumped to 1.1.0 --- ChangeLog | 15 +++++++++++++++ configure.ac | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b8bf271..2891fbc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +bitlbee-steam-1.1.0 (2014-07-27): + - Added denotation of non-Steam games + - Added internal documentation of the plugin + - Added last online time to the information output + - Added previous nicknames to the information output + - Added user states to the information output + - Fixed custom profile URLs causing request failures + - Fixed missing sessionid after authentication + - Fixed several control flow, overflow, and memory issues + - Fixed storage issues of HTTP cookies, headers, and parameters + - Fixed XML entities not being replaced with their characters + - Refactored several things for better control flow and readability + - Reorganized the information output + - Required GLib version bumped to 2.32.0 + bitlbee-steam-1.0.1 (2014-04-27): - Added --enable-minimal-flags option to autoconf - Fixed a segfault when setting `show_playing` diff --git a/configure.ac b/configure.ac index fd7a6d2..d40c281 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ AC_INIT( [bitlbee-steam], - [1.0.1], + [1.1.0], [https://github.com/jgeboski/bitlbee-steam/issues], [bitlbee-steam], [https://github.com/jgeboski/bitlbee-steam],