diff options
author | Lennart Poettering <lennart@poettering.net> | 2009-10-16 01:14:42 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2009-10-16 01:14:42 +0200 |
commit | 74e34cd11610fd1d5d4341d18d667a456112c16a (patch) | |
tree | a3a57fa90294df82d541dc4f24b5c761e8606096 | |
parent | 5a52d204fb95f2735596b6e7e1a66fe7b4aa155d (diff) |
new release 0.21
-rw-r--r-- | configure.ac | 4 | ||||
-rw-r--r-- | 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 @@ # <http://www.gnu.org/licenses/>. 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.</p> <h2><a name="news">News</a></h2> +<div class="news-date">Fri 16 Oct 2009: </div> <p class="news-text"><a +href="@PACKAGE_URL@libcanberra-0.21.tar.gz">Version 0.21</a> released; +suppress casting warning</p> + <div class="news-date">Thu 15 Oct 2009: </div> <p class="news-text"><a href="@PACKAGE_URL@libcanberra-0.20.tar.gz">Version 0.20</a> released; minor casting fix</p> |