From: Marco Pesenti Gritti Date: Fri, 24 Jun 2005 09:14:31 +0000 (+0000) Subject: Release 0.3.2 X-Git-Tag: EVINCE_0_3_3~205 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=a54bf6cacb65df7cf50bf3e2d044c9dc4537618a;p=evince.git Release 0.3.2 2005-06-24 Marco Pesenti Gritti * NEWS: * configure.ac: Release 0.3.2 * cut-n-paste/recent-files/Makefile.am: Fix make distcheck --- diff --git a/ChangeLog b/ChangeLog index 84aae5df..bfcc5366 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2005-06-24 Marco Pesenti Gritti + + * NEWS: + * configure.ac: + + Release 0.3.2 + + * cut-n-paste/recent-files/Makefile.am: + + Fix make distcheck + 2005-06-24 Marco Pesenti Gritti * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation), diff --git a/NEWS b/NEWS index 79b93a06..30df99d5 100644 --- 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 ============== diff --git a/configure.ac b/configure.ac index fc7d2240..9f421c95 100644 --- a/configure.ac +++ b/configure.ac @@ -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) diff --git a/cut-n-paste/recent-files/Makefile.am b/cut-n-paste/recent-files/Makefile.am index 82b5a780..33735089 100644 --- a/cut-n-paste/recent-files/Makefile.am +++ b/cut-n-paste/recent-files/Makefile.am @@ -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