Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS45
-rw-r--r--configure.ac2
2 files changed, 46 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 82d238c..32a4e42 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,49 @@
================
+Evince 2.29.2
+================
+
+New Features and UI Improvements:
+
+ * Add support for PDF File Attachment Annotations (#601839, Carlos
+ Garcia Campos)
+ * Use "n" and "p" keys for page jump (#601217, Carlos Garcia
+ Campos)
+ * Update actions sensitivity when gconf keys change (#568433,
+ Carlos Garcia Campos)
+
+Documentation fixes:
+
+ * Make series ID unique (#599726, Christian Persch)
+
+Bug fixes:
+
+ * Fix saving attachments (Carlos Garcia Campos)
+ * Make sure view is redrawn as soon as current page is rendered
+ (#601433, Carlos Garcia Campos)
+ * Fix documentation of default flag values in configure (Emmanuel
+ Fleury)
+ * Do not mark properties name and desc as translatable (#509824,
+ Carlos Garcia Campos)
+ * Fix build with glib < 2.22.0 (#600338, Christian Spurk)
+ * Disable print page setup options according to lockdown (#568433,
+ Carlos Garcia Campos)
+ * Fix loading of remote files (Carlos Garcia Campos)
+ * Correctly process --with-smclient arguments (#590174, Christian
+ Persch)
+
+Translation updates:
+
+ * Thomas Thurman (en@shaw)
+ * Jorge González (es)
+ * Ivar Smolin (et)
+ * Antón Méixome (gl)
+ * Kjartan Maraas (nb)
+ * Matej Urbančič (sl)
+ * Daniel Nylander (sv)
+ * Dr.T.Vasudevan (ta)
+ * 樊栖江(Fan Qijiang) (zh_CN)
+
+================
Evince 2.29.1
================
diff --git a/configure.ac b/configure.ac
index 519907a..f709038 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],[1])
+m4_define([ev_micro_version],[2])
m4_define([ev_extra_version],[])
m4_define([ev_version],[ev_major_version.ev_minor_version.ev_micro_version()ev_extra_version])