diff options
| -rw-r--r-- | NEWS | 6 | ||||
| -rw-r--r-- | README | 21 | ||||
| -rw-r--r-- | configure.ac | 6 |
3 files changed, 18 insertions, 15 deletions
@@ -1,3 +1,8 @@ +cgg-1.1.0 [5 December 2010] + * fix badly reported day of the week in EXIF date string + * added Atom feed generator + * added support for squared thumbnails + cgg-1.0.0 [24 October 2009] * multithreading fixes * memory leak fixes @@ -37,4 +42,3 @@ cgg-0.99.1 [11 January 2009] cgg-0.99.0 [27 July 2008] * first public release, small syntax changes to input XML files planned soon. - @@ -2,8 +2,8 @@ CATARACT Static web photo gallery generator http://cgg.bzatek.net/ -version 1.0.0 [2009-10-24] -Copyright (C) 2008-2009 Tomas Bzatek <tbzatek@users.sourceforge.net> +version 1.1.0 [2010-12-05] +Copyright (C) 2008-2010 Tomas Bzatek <tbzatek@users.sourceforge.net> See NEWS for brief list of changes @@ -12,21 +12,21 @@ DESCRIPTION ----------- This is the CGG, Cataract Gallery Generator - a simple static web photo -gallery, designed to be clean and easily usable. Due to the static design, +gallery, designed to be clean and easily usable. Due to its static design, there's no way to comment pictures on the web. Feature highlights: - * static HTML gallery, no extra requirements on the server + * static HTML gallery, no extra requirements on server * fast, easy to cache/mirror * XML-based description files * modern design, valid XHTML 1.0 and CSS 2 * EXIF & IPTC support - * console application, multithreaded, allowing easy scripting + * Atom feed writer + * multithreaded console application allowing easy scripting (e.g. auto-refresh after new images are uploaded via FTP) * licensed under GNU GPLv2 license Planned features: - * RSS/Atom feed generation * GraphicsMagick port * optional pushing comments and captions to images * switchable flat album view @@ -106,10 +106,10 @@ BUILDING -------- First make sure you have met the following requirements: - libxml-2.0 (tested with 2.7.4) - glib-2.0 (2.16.0 recommented, tested with 2.22.1) - exiv2 (tested with 0.18.1) - ImageMagick (tested with 6.5.2.9) + libxml-2.0 (tested with 2.7.7) + glib-2.0 (2.16.0 recommented, tested with 2.26.0) + exiv2 (tested with 0.20) + ImageMagick (tested with 6.6.5.6) Please refer to standard instructions in the INSTALL file. @@ -129,4 +129,3 @@ LICENSE ------- Please see 'COPYING' - diff --git a/configure.ac b/configure.ac index 67e14f0..2f91601 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ AC_INIT PACKAGE=cataract -VERSION=1.0.0 -APP_BUILD_DATE=2009-10-24 +VERSION=1.1.0 +APP_BUILD_DATE=2010-12-05 APP_NAME_FULL="Cataract Gallery Generator" -APP_COPYRIGHT_STRING="Copyright (c) 2008-2009 Tomas Bzatek" +APP_COPYRIGHT_STRING="Copyright (c) 2008-2010 Tomas Bzatek" APP_HOMEPAGE="http://cgg.bzatek.net/" AC_SUBST(PACKAGE) |
