summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--NEWS7
-rw-r--r--configure.in4
3 files changed, 15 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 09d52d5..fa80191 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-06-09 Dodji Seketeli <dodji@gnome.org>
+
+ * NEWS: updated this for 0.5.2
+ * configure: bumped version number to 0.5.2 and updated lib
+ version info.
+
2004-05-31 Dodji Seketeli <dodji@gnome.org>
* docs/examples/selection-example-1.c:
diff --git a/NEWS b/NEWS
index 8251e58..2a7dba2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+0.5.2: June 14 2004
+
+ Fixes since 0.5.1
+ ==================
+ - #143308: parsing non trivial functional notation [Dodji Seketeli]
+ - fix C99-ism at compile time. [Dodji Seketeli]
+
0.5.1: April 18 2004:
- fixes: #140334, #140317, #139891, #139615. [Dodji Seketeli]
diff --git a/configure.in b/configure.in
index 8eaaba2..01c4622 100644
--- a/configure.in
+++ b/configure.in
@@ -10,10 +10,10 @@ AM_MAINTAINER_MODE
LIBCROCO_MAJOR_VERSION=0
LIBCROCO_MINOR_VERSION=5
-LIBCROCO_MICRO_VERSION=1
+LIBCROCO_MICRO_VERSION=2
LIBCROCO_CURRENT=3
-LIBCROCO_REVISION=0
+LIBCROCO_REVISION=1
LIBCROCO_AGE=1
#LIBCROCO_VERSION_INFO=`expr $LIBCROCO_MAJOR_VERSION + $LIBCROCO_MINOR_VERSION`:$LIBCROCO_MICRO_VERSION:$LIBCROCO_MINOR_VERSION