]> www.fi.muni.cz Git - evince.git/commitdiff
Release 0.3.2
authorMarco Pesenti Gritti <mpg@redhat.com>
Fri, 24 Jun 2005 09:14:31 +0000 (09:14 +0000)
committerMarco Pesenti Gritti <marco@src.gnome.org>
Fri, 24 Jun 2005 09:14:31 +0000 (09:14 +0000)
2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>

        * NEWS:
        * configure.ac:

        Release 0.3.2

        * cut-n-paste/recent-files/Makefile.am:

        Fix make distcheck

ChangeLog
NEWS
configure.ac
cut-n-paste/recent-files/Makefile.am

index 84aae5df92b099743f0bdb756190488d49b4c36b..bfcc536683398a1794ed753c594d36ffe78f08f3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
+
+       * NEWS:
+       * configure.ac:
+
+       Release 0.3.2
+
+       * cut-n-paste/recent-files/Makefile.am:
+
+       Fix make distcheck
+
 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
 
        * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
diff --git a/NEWS b/NEWS
index 79b93a0695509ef692f76e83d3903f15fcef8103..30df99d5eed0e1bfd734fa6fcaf8a4067517f48e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,34 @@
+==============
+Evince   0.3.2
+==============
+
+New Features:
+
+       * Multi page tiff support
+       * Document properties
+       * Document rotation
+       * Gnome vfs support
+
+Interface Improvements:
+
+       * Faster dvi rendering
+       * More compact layout for documents with different page formats
+       * Stock icons for all toolbar editor items
+       * Multiple selection in the open dialog
+       * Loading progress feedback
+       * Multiple column thumbnails
+       * Expand links when specified by the document
+       * Several new handy keybindings
+       * Ellipsize recent items labels
+
+Bug Fixes:
+
+       * Fix rendering of several postscript documents
+       * Fix reloading of postcript documents
+       * Fix a lot of memory leaks
+       * Fix compilation on gcc 4
+       * Several minor fixes
+
 ==============
 Evince   0.3.1
 ==============
index fc7d22403343fb562338441149a055ad83aae60b..9f421c959c8e9f03a7c61f716333aaa9795f2d3a 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.3.1)
+AC_INIT(evince, 0.3.2)
 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
 
 dnl make sure we keep ACLOCAL_FLAGS around for maintainer builds to work
@@ -32,7 +32,7 @@ GETTEXT_PACKAGE=AC_PACKAGE_NAME
 AC_SUBST(GETTEXT_PACKAGE)
 AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Gettext package.])
 
-POPPLER_REQUIRED=0.3.2
+POPPLER_REQUIRED=0.3.3
 
 PKG_CHECK_MODULES(LIBEVPRIVATE, gtk+-2.0 >= 2.4.0)
 PKG_CHECK_MODULES(TOOLBAR_EDITOR, gtk+-2.0 >= 2.4.0 libgnomeui-2.0 >= 2.4.0)
index 82b5a7807218d5c1fe6fdae76b0ecdf5bd6f7141..33735089534ac1be3793025a2c88bf65c232d7b9 100644 (file)
@@ -23,8 +23,6 @@ noinst_LTLIBRARIES = librecent.la
 
 librecent_la_SOURCES = $(EGG_FILES)
 
-EXTRA_DIST = update-from-egg.sh
-
 EGGDIR=$(srcdir)/../../../libegg/libegg/recent-files
 regenerate-built-sources:
        EGGFILES="$(EGG_FILES)" EGGDIR="$(EGGDIR)" $(top_srcdir)/cut-n-paste/update-from-egg.sh