]> www.fi.muni.cz Git - evince.git/commitdiff
Update for release 0.5.3
authorNickolay V. Shmyrev <nshmyrev@src.gnome.org>
Mon, 15 May 2006 22:23:30 +0000 (22:23 +0000)
committerNickolay V. Shmyrev <nshmyrev@src.gnome.org>
Mon, 15 May 2006 22:23:30 +0000 (22:23 +0000)
* NEWS:
* configure.ac:

Update for release 0.5.3

ChangeLog
NEWS
configure.ac

index 0e426d7a7f7f2f2ff3112d16309fe36a6ecb0c8d..6860181bab9aa53b7d4ab3a57fe87d1a94828b91 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * NEWS:
+       * configure.ac:
+       
+       Update for release 0.5.3
+
 2006-05-13  Michael Plump  <plumpy@skylab.org>
 
        * configure.ac:
diff --git a/NEWS b/NEWS
index 1dd9e7d15775b3f5ee323102b35268f2f75aab7c..f3fdfe0685af811078c7f82e26cc222363a8f211 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,46 @@
+==============
+Evince   0.5.3
+==============
+
+New Features:
+
+    * Evince supports attachments in PDF files
+    * We require gtk 2.8 and djvulibre 3.5.17 now
+    * Links system is reworked allowing named links
+
+Interface imporovements:
+
+    * Esc closes properties dialog
+    * Cursor is hidden in presentation mode
+    * Find previous item is added to the menu
+
+Bug Fixes:
+
+    * GOption port and po/LINGUAS work
+    * Fixed mime type detection by file contents
+    * Several memory leaks were found
+    * Crash on exit related to thumbnailer
+    * Current page is selected more intelligently
+    * Work around libtool build bug is created
+
+Translations:
+
+    * es gu zh_HK zh_TW gu es gu es zh_CN gu gl bg gu nb et gu nl gl gu
+      nl gu no vi gl nn fi dz et et br vi ro bn et
+    
+Thanks:     
+
+    Michael Plump, Carlos Garcia Campos, Wouter Bolsterlee, Francisco
+    Javier F. Serrador, Kjartan Maraas and especially all translators.
+        
 ==============
 Evince   0.5.2
 ==============
 
 Bug Fixes:
 
-    * View don't jump on scrolling.
-    * In presentation mode we scroll by one page.
+    * View don't jump on scrolling
+    * In presentation mode we scroll by one page
 
 Translations:
 
index 88ed566226dcd1edf746dbf8910a26a43f1edce5..5b57ea2fe1c820c1ba8efa4db51a873605adb7dc 100644 (file)
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.57)
-AC_INIT(evince, 0.5.2)
+AC_INIT(evince, 0.5.3)
 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
 
 AM_CONFIG_HEADER(config.h)
@@ -15,7 +15,7 @@ AC_PROG_CC
 AM_PROG_CC_STDC
 AC_PROG_CXX
 AC_STDC_HEADERS
-IT_PROG_INTLTOOL([0.34.90])
+IT_PROG_INTLTOOL([0.35.0])
 AC_PATH_PROG([GLIB_GENMARSHAL], [glib-genmarshal])
 AC_PATH_PROG([GLIB_MKENUMS],[glib-mkenums])