summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2009-05-09 16:16:37 +0200
committerTomas Bzatek <tbzatek@users.sourceforge.net>2009-05-09 16:16:37 +0200
commit2db23c691491b2ba6ff4b71a4db3058cc587a003 (patch)
tree784f67ebae7290c964532f0311af12143c5e5897
parentb578236b19ac8893fd4647d99ca5db6c65133cb1 (diff)
downloadcataract-0.99.3.tar.xz
Release 0.99.3v0.99.3v0.99.3
-rw-r--r--NEWS35
-rw-r--r--README8
-rw-r--r--configure.ac2
3 files changed, 41 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index e69de29..0f14524 100644
--- a/NEWS
+++ b/NEWS
@@ -0,0 +1,35 @@
+cgg-0.99.3 [9 May 2009]
+ * timestamp-based update mode
+ * multithreading
+ * support for interspaces
+ * support for custom index file name
+ * user customizable image directories and thumbnail names
+ * more flexible block parser
+
+cgg-0.99.2 [28 March 2009]
+ * improved HTML entity handling
+ * support for extra (enclosed) files in the album
+ * favicon support
+ * support global and album-level <nofullsize> tag
+ * better flexibility in source paths
+ * safer template parser (placeholders)
+ * ported to autotools
+ * theming and template improvements
+
+cgg-0.99.1 [11 January 2009]
+ * ported to exiv2 library, fixed wrong shutter times
+ * added support for various image borders
+ * added support for supplied thumbnails
+ * added support for footnotes
+ * meta tags support
+ * support for album index separators
+ * successive image preload
+ * thumbnail names are now unique
+ * titles and descriptions variability (inheritance, EXIF/IPTC extraction)
+ * embedded thumbnail stripping
+ * support for hidden albums
+ * better XHTML 1.0 Strict conformance
+
+cgg-0.99.0 [27 July 2008]
+ * first public release, small syntax changes to input XML files planned soon.
+
diff --git a/README b/README
index 3597b3e..626b6db 100644
--- a/README
+++ b/README
@@ -2,9 +2,11 @@ CATARACT
Static web photo gallery generator
http://cgg.bzatek.net/
-version 0.99.2 [2009-03-28]
+version 0.99.3 [2009-05-09]
Copyright (C) 2008-2009 Tomas Bzatek <tbzatek@users.sourceforge.net>
+See NEWS for brief list of changes
+
DESCRIPTION
-----------
@@ -19,13 +21,13 @@ Feature highlights:
* XML-based description files
* modern design, valid XHTML 1.0 and CSS 2
* EXIF & IPTC support
- * console application, allowing easy scripting
+ * console application, multithreaded, 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
- * job parallelization
* optional pushing comments and captions to images
* switchable flat album view
* slideshow mode
diff --git a/configure.ac b/configure.ac
index 101796d..c24f5d5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_INIT
PACKAGE=cataract
VERSION=0.99.3
-APP_BUILD_DATE=2009-03-28
+APP_BUILD_DATE=2009-05-09
APP_COPYRIGHT_STRING="Copyright (c) 2008-2009 Tomas Bzatek"
AC_SUBST(PACKAGE)