summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Jon McCann <jmccann@redhat.com>2010-10-14 23:23:36 -0400
committerWilliam Jon McCann <jmccann@redhat.com>2010-10-14 23:23:36 -0400
commit7748d2bfd5ed20e43e574d0c701d54cdba655239 (patch)
tree6361859a1d93549c68e9b90f14cd82a46fc8ad89
parentdc66508e2e8a1b00bc5e6f1523b4a3488474a07c (diff)
downloadlibnotify-7748d2bfd5ed20e43e574d0c701d54cdba655239.tar.gz
Update for release
-rw-r--r--NEWS8
-rw-r--r--configure.ac6
2 files changed, 11 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index c417192..6cf0a75 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+NEW in 0.5.2:
+==============
+
+Note that the 0.5.1 release was released from the 0.6 branch in error.
+Sorry about that.
+
+- Fixed #623096, Use correct variable in NULL check
+- Added a macro NOTIFY_CHECK_VERSION
NEW in 0.5.0:
==============
diff --git a/configure.ac b/configure.ac
index ec30197..50bc018 100644
--- a/configure.ac
+++ b/configure.ac
@@ -47,9 +47,9 @@ dnl # ? : +1 : ? == internal changes that doesn't break anything.
dnl #
dnl # CURRENT : REVISION : AGE
dnl #
-LT_CURRENT=3
-LT_REVISION=3
-LT_AGE=2
+LT_CURRENT=4
+LT_REVISION=0
+LT_AGE=3
LT_RELEASE=$LIBNOTIFY_MAJOR_VERSION.$LIBNOTIFY_MINOR_VERSION.$LIBNOTIFY_MICRO_VERSION