diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2009-10-24 11:27:19 +0200 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2009-10-24 11:27:19 +0200 |
| commit | 3387994ab268c6631cff12fff359094623dd4a68 (patch) | |
| tree | 096f35eee40caefca0bc99374df5945fa3dd50fd | |
| parent | e5a529df046df9029e32e306c73684e16888e7b3 (diff) | |
| download | cataract-1.0.0.tar.xz | |
| -rw-r--r-- | NEWS | 5 | ||||
| -rw-r--r-- | README | 12 | ||||
| -rw-r--r-- | configure.ac | 4 |
3 files changed, 14 insertions, 7 deletions
@@ -1,3 +1,8 @@ +cgg-1.0.0 [24 October 2009] + * multithreading fixes + * memory leak fixes + * thumbnail orientation is now independent of source image orientation + cgg-0.99.3 [9 May 2009] * timestamp-based update mode * multithreading @@ -2,7 +2,7 @@ CATARACT Static web photo gallery generator http://cgg.bzatek.net/ -version 0.99.3 [2009-05-09] +version 1.0.0 [2009-10-24] Copyright (C) 2008-2009 Tomas Bzatek <tbzatek@users.sourceforge.net> See NEWS for brief list of changes @@ -31,6 +31,7 @@ Planned features: * optional pushing comments and captions to images * switchable flat album view * slideshow mode + * mobile/lite version * switchable styles * jBrout db support? * stars rating system (iframed php script?) @@ -105,10 +106,10 @@ BUILDING -------- First make sure you have met the following requirements: - libxml-2.0 (tested with 2.7.2) - glib-2.0 (2.16.0 recommented, tested with 2.18.3) - exiv2 (tested with 0.17.1) - ImageMagick (tested with 6.4.5.7) + 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) Please refer to standard instructions in the INSTALL file. @@ -121,6 +122,7 @@ repository snapshot command: git clone git://git.bzatek.net/cataract For write access to the repository please contact developers. +Feel free to send any patches, we'll review them and commit if suitable. LICENSE diff --git a/configure.ac b/configure.ac index 932e1e6..faaa70e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ AC_INIT PACKAGE=cataract -VERSION=0.99.4 -APP_BUILD_DATE=2009-05-09 +VERSION=1.0.0 +APP_BUILD_DATE=2009-10-24 APP_COPYRIGHT_STRING="Copyright (c) 2008-2009 Tomas Bzatek" AC_SUBST(PACKAGE) |
