Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@gnome.org>2005-03-12 13:07:28 (GMT)
committer Marco Pesenti Gritti <marco@src.gnome.org>2005-03-12 13:07:28 (GMT)
commit8880015a80a3935c371d4f1bf543bdb03233e2c3 (patch)
treefa0cd6cbd3622b4ef607906926592862b97c15f6
parentf06e050d41051f1ea95b40981aee32ef8e0b0bae (diff)
Release 0.1.8
2005-03-12 Marco Pesenti Gritti <marco@gnome.org> * NEWS: * configure.ac: Release 0.1.8
-rw-r--r--ChangeLog7
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
3 files changed, 16 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 30bb671..fd09457 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2005-03-12 Marco Pesenti Gritti <marco@gnome.org>
+ * NEWS:
+ * configure.ac:
+
+ Release 0.1.8
+
+2005-03-12 Marco Pesenti Gritti <marco@gnome.org>
+
* pdf/pdf-document.cc:
* shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
(do_one_iteration), (ev_sidebar_thumbnails_set_document):
diff --git a/NEWS b/NEWS
index 649a920..242bc7a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,12 @@
==============
+Evince 0.1.8
+==============
+
+BugFixes
+
+ * Fix crash when opening pdf documents with only 1 page
+
+==============
Evince 0.1.7
==============
diff --git a/configure.ac b/configure.ac
index a1010bc..bc50848 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.7)
+AC_INIT(evince, 0.1.8)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
dnl make sure we keep ACLOCAL_FLAGS around for maintainer builds to work