Bumped version to 2.3.4

2003-07-02  Jens Finke  <jens@triq.net>

	* configure.in: Bumped version to 2.3.4

	* NEWS: Updated.

	* README: Updated.
This commit is contained in:
Jens Finke 2003-07-02 05:51:17 +00:00 committed by Jens Finke
parent 020fd93232
commit ca48f97bb1
4 changed files with 35 additions and 3 deletions

View file

@ -1,3 +1,13 @@
====== 2.3.4 =====
2003-07-02 Jens Finke <jens@triq.net>
* configure.in: Bumped version to 2.3.4
* NEWS: Updated.
* README: Updated.
2003-06-30 Jens Finke <jens@triq.net>
* eog.schemas.in: Kicked out long time deprecated gconf keys.
@ -59,6 +69,7 @@
* viewer/eog-image.h,
* viewer/eog-image-io.c,
* viewer/eog-image-io.h:
Removed long outdated source files. Most of the functionality is
now in libeog.

18
NEWS
View file

@ -1,3 +1,21 @@
Version 2.3.4
-------------
* SVG mime type fixes (Christian Schaller)
* Special support for JPEG images on save (preserves EXIF data,
requires libjpeg)
* Function for saving modified images in a collection.
* Collection thumbnail creation/update fixes.
* Code cleanup
* GUI cleanup (before the freeze)
* Gconf keys cleanup
* Translation Updates:
Christian Rose (sv), Jordi Mallach (ca), Takeshi AIHANA (ja),
Christophe Merlet (fr), Sam?el J?n Gunnarsson (is), Dmitry
G. Mastrukov (ru), Laurent Dhima (sq), Hasbullah Bin Pit (ms),
Miloslav Trmac (cs), Vincent van Adrighem (nl), Taneem Ahmed (bn),
Mohammad DAMT (id), Jens Finke (de), Gil "Dolfin" Osher (he), Ole
Laursen (da), Artur Flinta (pl), Pauli Virtanen (fi).
Version 2.3.3
-------------
* Printing of images in image viewer (Lutz Müller)

7
README
View file

@ -23,20 +23,23 @@ Requirements
This package requires the following modules to be installed:
libgnomeui, libbonoboui, bonobo-activation, gconf, gnome-vfs,
gdk-pixbuf, librsvg and libglade.
gdk-pixbuf, eel, libart, libgenomeprintui, libgnomecanvas and
libglade.
You can get these packages from your favourite GNOME FTP mirror or at
http://ftp.gnome.org/GNOME/sources or from other sources where GNOME
packages are distributed.
Optional libraries
Optional Libraries
------------------
'Eye of Gnome' supports the reading of exif information stored in
images by digital cameras. To get this working, you need the optional
libexif library. It is available at http://libexif.sourceforge.net.
If you also want to preserve your EXIF data on save make sure you have
libjpeg installed, including the development files.
Availability
------------

View file

@ -4,7 +4,7 @@ AC_INIT(shell/main.c)
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE(eog, 2.3.3)
AM_INIT_AUTOMAKE(eog, 2.3.4)
AM_MAINTAINER_MODE