Skip to content

Commit

Permalink
Prepare release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hartwork committed Apr 7, 2010
1 parent 97fb8fd commit e3611f1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 2 additions & 0 deletions cpptest/AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ Main author:

Contributors:
David Morris - pkg-config and installation patches.
Robin Patenall - migration to XHTML 1.0 strict
Sebastian Pipping - several bugfixes

7 changes: 3 additions & 4 deletions cpptest/NEWS
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
TODO 1.1.0?
--------------------------------
TODO

Release 1.1.0 -- July 17 2008
-----------------------------
- Changed: HTML output handler migrated from 'HTML 4.0 Transitional'
to 'XHTML 1.0 Strict'. Thanks for the patch to Robin Patenall.
- Changed: Exceptions from test cases are now caught. The originating
Expand All @@ -12,6 +10,7 @@ TODO
- Fixed: Unused parameter warnings in cpptest-output.h (#2005194)
- Removed: '-Wno-unused-parameter' compilation flag
- Changed: File config.h for Windows renamed to winconfig.h
- Changed: Soname set to 0:6:0

Release 1.0.5 -- February 4 2008
--------------------------------
Expand Down
6 changes: 3 additions & 3 deletions cpptest/configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## ---
##
## $Id: configure.ac,v 1.11 2008/07/13 18:28:10 hartwork Exp $
## $Id: configure.ac,v 1.12 2008/07/17 12:54:49 hartwork Exp $
##
## CppTest - A C++ Unit Testing Framework
## Copyright (c) 2003 Niklas Lundell
Expand Down Expand Up @@ -28,7 +28,7 @@

AC_PREREQ(2.53)

AC_INIT(CppTest, 1.0.5, nilu@users.sourceforge.net, cpptest)
AC_INIT(CppTest, 1.1.0, nilu@users.sourceforge.net, cpptest)
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_SRCDIR(autogen.sh)

Expand All @@ -44,7 +44,7 @@ AM_CONFIG_HEADER(config/config.h)
#
# current:revision:age
#
LT_VERSION=0:5:0
LT_VERSION=0:6:0
AC_SUBST(LT_VERSION, $LT_VERSION)

##### Alternatives
Expand Down

0 comments on commit e3611f1

Please sign in to comment.