]> www.fi.muni.cz Git - evince.git/commitdiff
Release 0.1.3
authorMarco Pesenti Gritti <marco@gnome.org>
Fri, 4 Feb 2005 15:27:25 +0000 (15:27 +0000)
committerMarco Pesenti Gritti <marco@src.gnome.org>
Fri, 4 Feb 2005 15:27:25 +0000 (15:27 +0000)
2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>

        * NEWS:
        * configure.ac:

        Release 0.1.3

ChangeLog
NEWS
configure.ac

index 1da1c957be6a6b2134a10baaf230c96df67c2549..1ef6cde952fc27370097c947bc299886ca110f5c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
+
+       * NEWS:
+       * configure.ac:
+
+       Release 0.1.3
+
 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
 
        * shell/ev-application.c: (ev_application_open):
diff --git a/NEWS b/NEWS
index 22eccbd73ec5b26171427f88c65b2cd98fb3e00f..24a800da4d009f6c9c0b31ed882970a0a45fdd6f 100644 (file)
--- 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
 ==============
index 2731e920c0c369ea7719cf88bd6ffa89df2d794f..21b39cd822066b1420f8d43f7c792dffd7fc8c8b 100644 (file)
@@ -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