From d9a0f9ab189de95121d6264e4ca003d3aa17b91e Mon Sep 17 00:00:00 2001 From: Henrik Tidefelt Date: Tue, 2 Dec 2008 02:16:33 +0100 Subject: [PATCH] Updating the changelog in the VERSION file, and version_sync. --- VERSION | 26 +++++++++++++++++++++++--- configure.ac | 2 +- 2 files changed, 24 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index 59b67b21..c335f89e 100644 --- a/VERSION +++ b/VERSION @@ -1,11 +1,31 @@ -0.4.1 +0.4.2 The first line of this file shall be the last tagged version string. The version history may be filled in at any time, but when a version is tagged, the current date shall be added on the first line of the release notes for the version being tagged. Version history =================== -====( x.y.z )==== -FILL-IN-DATE-WHEN-TAGGING! +====( 0.4.2 )==== +2008-12-02 + +GPL and copyright notes have been inserted in all non-trivial files. + +A logo has been introduced. Do not consider it final! + +New notation, including more ASCII fall-backs. The change of notation for functions is not backwards compatible! + +Introduced mutators for states. Old, global, non-pure functions were removed -- not backwards compatible! + +New shapes-mode for Emacs. + +Stuff for transforms, including fields (components as well as predicates), a method, and a kind of real Schur decomposition in 3D. + +Lots of new documentation. + +Source code for methods of types in Shapes has been reorganized. + +Bugfixes include: +- Including FlexLexer.h in distribution. +- Annoying internal errors when displaying source locations were removed. ====( 0.4.1 )==== diff --git a/configure.ac b/configure.ac index 65e56c8c..e7164166 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT(Shapes, 0.4.1, tidefelt@isy.liu.se) +AC_INIT(Shapes, 0.4.2, tidefelt@isy.liu.se) AC_CONFIG_AUX_DIR([config]) AM_INIT_AUTOMAKE([foreign]) -- 2.11.4.GIT