Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
3 files changed, 14 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e88ee0a..826de8a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-03-14 Marco Pesenti Gritti <marco@gnome.org>
+
+ * NEWS:
+ * configure.ac:
+
+ Release 0.1.9
+
2005-03-13 Fernando Herrera <fherrera@onirica.com>
* thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
diff --git a/NEWS b/NEWS
index 242bc7a..9441194 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,10 @@
==============
+Evince 0.1.9
+==============
+
+ * Fix a crash in the nautilus thumbnailer (Fernando Herrera)
+
+==============
Evince 0.1.8
==============
diff --git a/configure.ac b/configure.ac
index bc50848..ef59faa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
-AC_INIT(evince, 0.1.8)
+AC_INIT(evince, 0.1.9)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
dnl make sure we keep ACLOCAL_FLAGS around for maintainer builds to work