From 74e34cd11610fd1d5d4341d18d667a456112c16a Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 16 Oct 2009 01:14:42 +0200 Subject: new release 0.21 --- configure.ac | 4 ++-- doc/README.html.in | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 6cfe797..2b41d33 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ # . m4_define([ca_major],[0]) -m4_define([ca_minor],[20]) +m4_define([ca_minor],[21]) m4_define([ca_version],[ca_major.ca_minor]) AC_PREREQ(2.63) @@ -63,7 +63,7 @@ AC_USE_SYSTEM_EXTENSIONS AC_PROG_CXX -DESIRED_FLAGS="-Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option" +DESIRED_FLAGS="-Wall -W -Wextra -pedantic -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wcast-align -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option" for flag in $DESIRED_FLAGS ; do CC_CHECK_CFLAGS([$flag], [CFLAGS="$CFLAGS $flag"]) diff --git a/doc/README.html.in b/doc/README.html.in index b24f684..9fb22a1 100644 --- a/doc/README.html.in +++ b/doc/README.html.in @@ -38,6 +38,10 @@ Lesser General Public License for more details.

News

+
Fri 16 Oct 2009:

Version 0.21 released; +suppress casting warning

+
Thu 15 Oct 2009:

Version 0.20 released; minor casting fix

-- cgit