From 86361364a01d8cc15aa74a9caee2c026d3c38f76 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Fri, 04 Feb 2005 15:27:25 +0000 Subject: Release 0.1.3 2005-02-04 Marco Pesenti Gritti * NEWS: * configure.ac: Release 0.1.3 --- diff --git a/ChangeLog b/ChangeLog index 1da1c95..1ef6cde 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 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): * shell/ev-window.c: (ev_window_open): diff --git a/NEWS b/NEWS index 22eccbd..24a800d 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,26 @@ ============== +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 2731e92..21b39cd 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 -- cgit v0.9.1