]> www.fi.muni.cz Git - evince.git/commitdiff
[release] 2.31.6 EVINCE_2_31_6
authorCarlos Garcia Campos <carlosgc@gnome.org>
Mon, 2 Aug 2010 19:21:10 +0000 (21:21 +0200)
committerCarlos Garcia Campos <carlosgc@gnome.org>
Mon, 2 Aug 2010 19:21:10 +0000 (21:21 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 8b6a56ab4872ac3bb5ea630f49ff11482b9748ce..b1fb711204044a1bd881093c41f4832113435851 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,52 @@
+================
+Evince  2.31.6
+================
+
+New Features and UI Improvements:
+
+    * Preliminary support for adding new annotations (#168304, Carlos
+      Garcia Campos)
+    * Add confirmation dialog on closing window when document has been
+      modified (Form fields have been filled out or annots have been
+      added/modified) (#168304, Carlos Garcia Campos)
+    * Add an action to edit menu to save current settings as
+      default. Default settings will be used only for new documents
+      that don't have metadata (#620325, Carlos Garcia Campos)
+    * Migrate lockdown to gsettings (Carlos Garcia Campos)
+
+Bug fixes:
+
+    * Update synctex parser from TexLive SVN repository (#624532,
+      Marek Kasik)
+    * Fix a crash when loading document with inverted colors enabled
+      (Carlos Garcia Campos)
+    * Several build improvements (Hib Eris)
+    * Fix memory leaks when document is reloaded (Carlos Garcia Campos)
+    * Fix position of window annotations when moved by the user (Jose
+      Aliste, Carlos Garcia Campos)
+    * Fix build with poppler 0.14 (#624904, Carlos Garcia Campos)
+    * Use cairo instead of gdk_draw API (Carlos Garcia Campos)
+    * Only set text and text_layout flags in page cache when a11y
+      might be enabled (Carlos Garcia Campos)
+
+Translation updates:
+
+    * Xandru Armesto (ast)
+    * Mario Blättermann (de)
+    * Jorge González (es)
+    * Ivar Smolin (et)
+    * Fran Diéguez (gl)
+    * Sweta Kothari (gu)
+    * Yaron Shahrabani (he)
+    * Shankar Prasad (kn)
+    * Sandeep Shedmake (mr)
+    * Kjartan Maraas (nb)
+    * Daniel Nylander (sv)
+    * Krishna Babu K (te)
+    * Eleanor Chen (zh_CN)
+    * Chao-Hsiung Liao (zh_HK)
+    * Chao-Hsiung Liao (zh_TW)
+
 ================
 Evince  2.31.5
 ================
index 52f309b728e8a1e74eea09b60f821816bc9ce7ee..ccb44826fc2ed3a027e8fe2a26825f903b3bac05 100644 (file)
@@ -4,7 +4,7 @@
 
 m4_define([ev_major_version],[2])
 m4_define([ev_minor_version],[31])
-m4_define([ev_micro_version],[5])
+m4_define([ev_micro_version],[6])
 m4_define([ev_extra_version],[])
 m4_define([ev_version],[ev_major_version.ev_minor_version.ev_micro_version()ev_extra_version])