Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS43
-rw-r--r--configure.ac2
2 files changed, 44 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b8b6fea..5860399 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,47 @@
================
+Evince 2.29.4
+================
+
+New Features and UI Improvements:
+
+ * Always show rotate icons (#599398, Carlos Garcia Campos)
+ * EvPrintOperation has been moved to libview so that it can
+ be used by EvView users (#604750, Tomeu Vizoso)
+ * Support for cbt comic files (#588266, Juanjo Marín)
+
+Bug fixes:
+
+ * Do not fail to open external uri links that are relative paths
+ (#604716, Carlos Garcia Campos)
+ * Do not hardcode BINDIR on Windows (#605001, Hib Eris)
+ * Fix a crash in djvu backend on windows (#604919, Hib Eris)
+ * Replace mkdtemp with our own _ev_g_mkdtemp to make it portable
+ (#604917, Hib Eris)
+ * Include a copy of some icons from gnome-icon-theme to be used as
+ fallback on platforms like window where gnome-icon-theme is not
+ available (#596400, Hib Eris)
+ * Fix 0x0 page size always shown in properties view (Carlos Garcia
+ Campos)
+ * Do not hide page selector widget on invalid input (#603714,
+ Carlos Garcia Campos)
+ * Split EvPixbufCache into dynamic and static data. Static page
+ data (links, annots, images, text and forms) that don't
+ depend on current scale/rotation, have been moved to EvPageCache
+ and are never removed. (#602405, Carlos Garcia Campos)
+ * Fix a typo in EV_RENDER_CONTEXT macro definition (#603857,
+ Gustavo Carneiro)
+ * Code cleanups and improvements in libview (#603858, Carlos
+ Garcia Campos)
+
+Translation updates:
+
+ * Khaled Hosny (ar)
+ * Yaron Shahrabani (he)
+ * Kjartan Maraas (nb)
+ * Matej Urbančič (sl)
+ * Tao Wei (zh_CN)
+
+================
Evince 2.29.3
================
diff --git a/configure.ac b/configure.ac
index 441559f..84432ff 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],[3])
+m4_define([ev_micro_version],[4])
m4_define([ev_extra_version],[])
m4_define([ev_version],[ev_major_version.ev_minor_version.ev_micro_version()ev_extra_version])