Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2009-11-30 19:22:07 (GMT)
committer Carlos Garcia Campos <carlosgc@gnome.org>2009-11-30 19:22:07 (GMT)
commit67abb7a6ea511cd7cbbb328717cc2c8dbfbc7e2e (patch)
tree31903417f6fd2ea60d60452b6c52af667781764b
parent470da44057ddaf67b1a1ef6254851e288537609e (diff)
[release] 2.29.3
-rw-r--r--NEWS31
-rw-r--r--configure.ac2
2 files changed, 32 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 32a4e42..28de1b2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,35 @@
================
+Evince 2.29.3
+================
+
+New Features and UI Improvements:
+
+ * Add inverted colors view mode (#321823, Juanjo Marín, Carlos
+ Garcia Campos)
+ * Add options to open/save attachment annotations to context menu
+ (Carlos Garcia Campos)
+
+Bug fixes:
+
+ * Fix infinite loop when scrollbar visibility changes in fit-with
+ mode (Carlos Garcia Campos)
+ * Do not resize the window when zoom in/out with CTRL+Scroll
+ (#602798, Carlos Garcia Campos)
+ * Keep scroll position when reloading (#602445, Carlos Garcia
+ Campos)
+ * Make "p" and "n" accels unsensitive while searching (Carlos
+ Garcia Campos)
+
+Translation updates:
+
+ * Jorge González (es)
+ * Ivar Smolin (et)
+ * Yaron Shahrabani (he)
+ * Nils-Christoph Fiedler (nds)
+ * Matej Urbančič (sl)
+ * Tao Wei (zh_CN)
+
+================
Evince 2.29.2
================
diff --git a/configure.ac b/configure.ac
index f709038..e7daa95 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@
m4_define([ev_major_version],[2])
m4_define([ev_minor_version],[29])
-m4_define([ev_micro_version],[2])
+m4_define([ev_micro_version],[3])
m4_define([ev_extra_version],[])
m4_define([ev_version],[ev_major_version.ev_minor_version.ev_micro_version()ev_extra_version])