summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2011-09-20 22:37:56 +0200
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2011-09-20 22:37:56 +0200
commitc701015885b5771d4f38fc01c03c38a9846bd55f (patch)
treeb32da5ed8a2eb2711812ffa1581d241f817491c8
parent3890bae14e87574efb150f791db6dbd446d9fb57 (diff)
prepare 0.7.0
-rw-r--r--ChangeLog4
-rw-r--r--README4
-rw-r--r--configure.ac2
3 files changed, 6 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 02a03a1..c0017df 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,10 @@
flpsed ChangeLog
=================
-flpsed-0.5.4
+flpsed-0.7.0
* Detect pdf by looking at magic number instead of file extension.
+* Bring in utf8 changes from fltk2 based version to make it work
+ with fltk-1.3. flpsed is now officially based on fltk-1.3.x.
flpsed-0.5.3
* Fix warnings (reported by Kapil Hari Paranjape).
diff --git a/README b/README
index 4f6507e..77b9955 100644
--- a/README
+++ b/README
@@ -40,8 +40,8 @@ Restrictions:
Building:
- flpsed only works on X11-based systems.
- You need to have ghostscript installed.
-- You need to have fltk-1.1.x from www.fltk.org installed.
-- Unpack the tarball and type "./configire", "make", and "make install".
+- You need to have fltk-1.3.x from www.fltk.org installed.
+- Unpack the tarball and type "./configure", "make", and "make install".
diff --git a/configure.ac b/configure.ac
index 347ba4f..c878a6c 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(flpsed, 0.5.3, Johannes.Hofmann@gmx.de)
+AC_INIT(flpsed, 0.7.0, Johannes.Hofmann@gmx.de)
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([src/GsWidget.H])
AC_CONFIG_HEADER(config.h)