From b2ad60ebe7acfc5a74ff5d60b6c009a9d075b4d2 Mon Sep 17 00:00:00 2001 From: lfittl Date: Tue, 29 May 2007 02:26:26 +0000 Subject: [PATCH] - Updated information for next release git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@827 7ec92016-0320-0410-acc4-a06ded1c099a --- CHANGES | 15 +++++++++++++++ Makefile.common | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) 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