From 3387994ab268c6631cff12fff359094623dd4a68 Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Sat, 24 Oct 2009 11:27:19 +0200 Subject: Release 1.0.0 --- NEWS | 5 +++++ README | 12 +++++++----- configure.ac | 4 ++-- 3 files changed, 14 insertions(+), 7 deletions(-) diff --git a/NEWS b/NEWS index 0f14524..ff440c5 100644 --- a/NEWS +++ b/NEWS @@ -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 diff --git a/README b/README index 626b6db..ccf421b 100644 --- a/README +++ b/README @@ -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 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) -- cgit v1.2.3