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--NEWS22
-rw-r--r--configure.ac2
3 files changed, 30 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1da1c95..1ef6cde 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2005-02-04 Marco Pesenti Gritti <marco@gnome.org>
+ * NEWS:
+ * configure.ac:
+
+ Release 0.1.3
+
+2005-02-04 Marco Pesenti Gritti <marco@gnome.org>
+
* shell/ev-application.c: (ev_application_open):
* shell/ev-window.c: (ev_window_open):
diff --git a/NEWS b/NEWS
index 22eccbd..24a800d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,26 @@
==============
+Evince 0.1.3
+==============
+
+Code changes
+
+ * Beginnings of continuous viewing (Jonathan)
+
+New features
+
+ * Support eps (Marco)
+ * Support gzipped ps (Marco)
+
+Bug fixes
+
+ * Fix the postscript view (Marco)
+ * Fix image view (Jeff Muizelaar)
+ * Fix a warning when opening documents without
+ thumbnails (Martin)
+ * Fix crashes when searched word is not found (Marco)
+ * Fix a crash when changing page with keys (Marco)
+
+==============
Evince 0.1.2
==============
diff --git a/configure.ac b/configure.ac
index 2731e92..21b39cd 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.2)
+AC_INIT(evince, 0.1.3)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
dnl make sure we keep ACLOCAL_FLAGS around for maintainer builds to work