Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS48
-rw-r--r--configure.ac2
2 files changed, 49 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2d24aaf..a293d4d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,52 @@
================
+Evince 2.29.91
+================
+
+New Features and UI Improvements:
+
+ * DVI backend support on windows (#602910, Hib Eris)
+
+Documentation fixes:
+
+ * Modernise API docs (Christian Persch)
+
+Bug fixes:
+
+ * Fix dpi calculation (#608586, Juanjo Marín)
+ * Allow adding actions for more than one item in view popup menu
+ (#609497, Carlos Garcia Campos)
+ * Add gconf schemas for comic cbt files (#609501, Carlos Garcia
+ Campos)
+ * Update totem-scrsaver from totem sources (#610173, Carlos Garcia
+ Campos)
+ * Fix linking with pedantic linkers (#609895, Hib Eris)
+ * Do not link evince shell to poppler directly (#608832, Hib Eris)
+ * Several translatable messages fixed (#608698, Philip Withnall)
+
+Translation updates:
+
+ * Khaled Hosny (ar)
+ * Krasimir \"Bfaf\" Chonov (bg)
+ * Sadia Afroz (bn)
+ * Christian Kirbach (de)
+ * nikosCharonitakis (el)
+ * Philip Withnall (en_GB)
+ * Jorge González (es)
+ * Ivar Smolin (et)
+ * Claude Paroz (fr)
+ * Fran Diéguez (gl)
+ * Hideki Yamane (Debian-JP) (ja)
+ * Kjartan Maraas (nb)
+ * Wouter Bolsterlee (nl)
+ * Henrique P. Machado (pt_BR)
+ * Adi Roiban (ro)
+ * Matej Urbančič (sl)
+ * Dr,T,Vasudevan (ta)
+ * Theppitak Karoonboonyanan (th)
+ * Chao-Hsiung Liao (zh_HK)
+ * Chao-Hsiung Liao (zh_TW)
+
+================
Evince 2.29.5
================
diff --git a/configure.ac b/configure.ac
index 70fae5f..6de758a 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],[5])
+m4_define([ev_micro_version],[91])
m4_define([ev_extra_version],[])
m4_define([ev_version],[ev_major_version.ev_minor_version.ev_micro_version()ev_extra_version])