summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2002-07-22 18:16:48 +0000
committerAlexander Larsson <alexl@src.gnome.org>2002-07-22 18:16:48 +0000
commita2603719613ed2b5610dce0b42b1acd8b72b239d (patch)
tree71b6f39d4b20feb7605ac53b34b1a88e684a39ed
parent4e01776145a390cd04a02f1fc0739fbf25e266c0 (diff)
downloadlibrsvg-LIBRSVG_2_0_1.tar.gz
Bump to 2.0.1LIBRSVG_2_0_1
2002-07-22 Alexander Larsson <alexl@redhat.com> * NEWS: * configure.in: Bump to 2.0.1
-rw-r--r--ChangeLog6
-rw-r--r--NEWS4
-rw-r--r--configure.in2
3 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2e5e65b3..0d26497c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2002-07-22 Alexander Larsson <alexl@redhat.com>
+
+ * NEWS:
+ * configure.in:
+ Bump to 2.0.1
+
2002-07-09 Alexander Larsson <alexl@redhat.com>
* librsvg.spec.in:
diff --git a/NEWS b/NEWS
index 0bcd21fb..05117a23 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Version 2.0.1
+
+- Fixed misrender of the ScalableGorilla trashcan.
+
Version 2.0.0
- Fixed crash when trying to open empty files (Anders)
diff --git a/configure.in b/configure.in
index 1dad49bb..c807b82d 100644
--- a/configure.in
+++ b/configure.in
@@ -20,7 +20,7 @@ dnl ===========================================================================
LIBRSVG_MAJOR_VERSION=2
LIBRSVG_MINOR_VERSION=0
-LIBRSVG_MICRO_VERSION=0
+LIBRSVG_MICRO_VERSION=1
AC_SUBST(LIBRSVG_MAJOR_VERSION)
AC_SUBST(LIBRSVG_MINOR_VERSION)
AC_SUBST(LIBRSVG_MICRO_VERSION)