Update for release
This commit is contained in:
parent
dc66508e2e
commit
7748d2bfd5
8
NEWS
8
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:
|
NEW in 0.5.0:
|
||||||
==============
|
==============
|
||||||
|
|
|
@ -47,9 +47,9 @@ dnl # ? : +1 : ? == internal changes that doesn't break anything.
|
||||||
dnl #
|
dnl #
|
||||||
dnl # CURRENT : REVISION : AGE
|
dnl # CURRENT : REVISION : AGE
|
||||||
dnl #
|
dnl #
|
||||||
LT_CURRENT=3
|
LT_CURRENT=4
|
||||||
LT_REVISION=3
|
LT_REVISION=0
|
||||||
LT_AGE=2
|
LT_AGE=3
|
||||||
|
|
||||||
LT_RELEASE=$LIBNOTIFY_MAJOR_VERSION.$LIBNOTIFY_MINOR_VERSION.$LIBNOTIFY_MICRO_VERSION
|
LT_RELEASE=$LIBNOTIFY_MAJOR_VERSION.$LIBNOTIFY_MINOR_VERSION.$LIBNOTIFY_MICRO_VERSION
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue