- Updated information for next release

git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@827 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
lfittl 2007-05-29 02:26:26 +00:00
parent 4ff2a48e5a
commit b2ad60ebe7
2 changed files with 16 additions and 1 deletions

15
CHANGES
View file

@ -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 Version 0.1.6
February 25, 2007 February 25, 2007
_____________________________________ _____________________________________

View file

@ -1,4 +1,4 @@
VERSION := 0.1.6 VERSION := 0.1.7
OS ?= $(shell uname -s) OS ?= $(shell uname -s)
CXXWARNFLAGS := -Wall -Wold-style-cast -Wundef -Wsign-compare -Wconversion -Wpointer-arith -pedantic CXXWARNFLAGS := -Wall -Wold-style-cast -Wundef -Wsign-compare -Wconversion -Wpointer-arith -pedantic