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--NEWS20
-rw-r--r--configure.ac2
3 files changed, 28 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index be281d1..54c1a31 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-02-01 Marco Pesenti Gritti <marco@gnome.org>
+
+ * NEWS:
+ * configure.ac:
+
+ Release 0.1.2
+
2005-01-30 Marco Pesenti Gritti <marco@gnome.org>
* shell/ev-view.c: (set_document_page):
diff --git a/NEWS b/NEWS
index c9e5f51..22eccbd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,24 @@
==============
+Evince 0.1.2
+==============
+
+New features
+
+ * Make search really work (Marco)
+
+Interface improvements
+
+ * Show password state in the view (Jonathan)
+ * add GTK_SHADOW_IN to the scrolled window (Martin)
+ * make sure the selected thumbnail stays visible (Martin)
+ * Remove history buttons from the toolbar (Marco)
+
+Bug fixes
+
+ * Fix CID fonts with freetype 2.1.9 (Marco)
+ * Fix inverted up/down buttons (Marco)
+
+==============
Evince 0.1.1
==============
diff --git a/configure.ac b/configure.ac
index 3c046f8..11ec700 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.1)
+AC_INIT(evince, 0.1.2)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
dnl make sure we keep ACLOCAL_FLAGS around for maintainer builds to work