diff --git a/CHANGES b/CHANGES index 30466b8..b7d6bd9 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,20 @@ _____________________________________ +Version 0.1.7 +?, 2007 +_____________________________________ + +General: + - Fixed makefiles for GNU/kFreeBSD, GNU/hurd (lf) + - Fixed build errors with gcc 4.3 pre-release (lf) + - Fixed compiler error that occurs when using 64 bit pointers (rs) + - Added more unit tests (rs) + - Several other bug fixes (rs, pk) + +CVS commits by Lukas Fittl (lf), Peter Kümmel (pk), Rich Sposato (rs) + +_____________________________________ + Version 0.1.6 February 25, 2007 _____________________________________ diff --git a/Makefile.common b/Makefile.common index 89c4376..d6f411a 100644 --- a/Makefile.common +++ b/Makefile.common @@ -1,4 +1,4 @@ -VERSION := 0.1.6 +VERSION := 0.1.7 OS ?= $(shell uname -s) CXXWARNFLAGS := -Wall -Wold-style-cast -Wundef -Wsign-compare -Wconversion -Wpointer-arith -pedantic