summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS8
-rw-r--r--README4
-rw-r--r--configure.ac2
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)