From a54bf6cacb65df7cf50bf3e2d044c9dc4537618a Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Fri, 24 Jun 2005 09:14:31 +0000 Subject: 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 84aae5d..bfcc536 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,16 @@ 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), (pixbuf_document_set_orientation), (rotate_pixbuf), (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf), diff --git a/NEWS b/NEWS index 79b93a0..30df99d 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,35 @@ ============== +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 fc7d224..9f421c9 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 82b5a78..3373508 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 -- cgit v0.9.1