From: Marco Pesenti Gritti Date: Fri, 4 Feb 2005 15:27:25 +0000 (+0000) Subject: Release 0.1.3 X-Git-Tag: EVINCE_0_1_3~1 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=86361364a01d8cc15aa74a9caee2c026d3c38f76;p=evince.git Release 0.1.3 2005-02-04 Marco Pesenti Gritti * NEWS: * configure.ac: Release 0.1.3 --- diff --git a/ChangeLog b/ChangeLog index 1da1c957..1ef6cde9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-02-04 Marco Pesenti Gritti + + * NEWS: + * configure.ac: + + Release 0.1.3 + 2005-02-04 Marco Pesenti Gritti * shell/ev-application.c: (ev_application_open): diff --git a/NEWS b/NEWS index 22eccbd7..24a800da 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,25 @@ +============== +Evince 0.1.3 +============== + +Code changes + + * Beginnings of continuous viewing (Jonathan) + +New features + + * Support eps (Marco) + * Support gzipped ps (Marco) + +Bug fixes + + * Fix the postscript view (Marco) + * Fix image view (Jeff Muizelaar) + * Fix a warning when opening documents without + thumbnails (Martin) + * Fix crashes when searched word is not found (Marco) + * Fix a crash when changing page with keys (Marco) + ============== Evince 0.1.2 ============== diff --git a/configure.ac b/configure.ac index 2731e920..21b39cd8 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.59) -AC_INIT(evince, 0.1.2) +AC_INIT(evince, 0.1.3) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) dnl make sure we keep ACLOCAL_FLAGS around for maintainer builds to work