From 6cf7f8125418ebaaa83662adb0bbf70baffc896e Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Sun, 7 Sep 2008 20:32:34 +0200 Subject: prepare 0.0.2 --- NEWS | 8 +++++++- README | 4 ++++ configure.ac | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 3352ade..6086a24 100644 --- a/NEWS +++ b/NEWS @@ -1,2 +1,8 @@ pnmcurve ChangeLog -================= +================== + +pnmcurve-0.0.2 + - Add pnmcurvedit a graphical editor for tone curves. + +pnmcurve-0.0.1 + - initial release. diff --git a/README b/README index e122ca1..af76452 100644 --- a/README +++ b/README @@ -13,6 +13,10 @@ pnmcurve is intended to be used with the flimp (http:www.ecademix.com/JohannesHofmann/flimp.html), but can also be used as a standalone filter. +pnmcurvedit is a GUI editor for tone curves based on the fltk toolkit. +It is intended to be called from flimp but can also be used standalone. + Requirements ============ - GSL - GNU Scientific Library (http://www.gnu.org/software/gsl/) +- fltk-1.x - Fast Light Toolkit (http://www.fltk.org) diff --git a/configure.ac b/configure.ac index df5f9e0..d27c38c 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT(pnmcurve, 0.0.1, Johannes.Hofmann@gmx.de) +AC_INIT(pnmcurve, 0.0.2, Johannes.Hofmann@gmx.de) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([src/pnmcurve.c]) AC_CONFIG_HEADER(config.h) -- cgit v1.2.3