From c701015885b5771d4f38fc01c03c38a9846bd55f Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Tue, 20 Sep 2011 22:37:56 +0200 Subject: prepare 0.7.0 --- ChangeLog | 4 +++- README | 4 ++-- configure.ac | 2 +- 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) -- cgit v1.2.3