diff --git a/configure b/configure index de892e9..41d3dcc 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.67 for vzlogger 0.3.2. +# Generated by GNU Autoconf 2.67 for vzlogger 0.3.3. # # Report bugs to . # @@ -552,8 +552,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='vzlogger' PACKAGE_TARNAME='vzlogger' -PACKAGE_VERSION='0.3.2' -PACKAGE_STRING='vzlogger 0.3.2' +PACKAGE_VERSION='0.3.3' +PACKAGE_STRING='vzlogger 0.3.3' PACKAGE_BUGREPORT='http://bugs.volkszaehler.org' PACKAGE_URL='' @@ -1263,7 +1263,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures vzlogger 0.3.2 to adapt to many kinds of systems. +\`configure' configures vzlogger 0.3.3 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1329,7 +1329,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of vzlogger 0.3.2:";; + short | recursive ) echo "Configuration of vzlogger 0.3.3:";; esac cat <<\_ACEOF @@ -1442,7 +1442,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -vzlogger configure 0.3.2 +vzlogger configure 0.3.3 generated by GNU Autoconf 2.67 Copyright (C) 2010 Free Software Foundation, Inc. @@ -1911,7 +1911,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by vzlogger $as_me 0.3.2, which was +It was created by vzlogger $as_me 0.3.3, which was generated by GNU Autoconf 2.67. Invocation command line was $ $0 $@ @@ -2726,7 +2726,7 @@ fi # Define the identity of the package. PACKAGE=vzlogger - VERSION=0.3.2 + VERSION=0.3.3 cat >>confdefs.h <<_ACEOF @@ -5661,7 +5661,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by vzlogger $as_me 0.3.2, which was +This file was extended by vzlogger $as_me 0.3.3, which was generated by GNU Autoconf 2.67. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -5727,7 +5727,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -vzlogger config.status 0.3.2 +vzlogger config.status 0.3.3 configured by $0, generated by GNU Autoconf 2.67, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 11d62d0..e7f2ded 100644 --- a/configure.ac +++ b/configure.ac @@ -4,8 +4,8 @@ AC_PREREQ([2.67]) # update version here! -AC_INIT([vzlogger], [0.3.2], [http://bugs.volkszaehler.org]) -AM_INIT_AUTOMAKE([vzlogger], [0.3.2]) +AC_INIT([vzlogger], [0.3.3], [http://bugs.volkszaehler.org]) +AM_INIT_AUTOMAKE([vzlogger], [0.3.3]) AC_CONFIG_SRCDIR([src/meter.c]) AC_CONFIG_HEADERS([config.h]) diff --git a/debian/changelog b/debian/changelog index 55bdf45..d1bb9be 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +vzlogger (0.3.3-rc1) stable; urgency=low + + * added support for new fluksometer + * some code refactoring & cleanup + + -- Steffen Vogel Thu, 19 Jan 2012 18:52:32 +0100 + vzlogger (0.3.2-1) stable; urgency=low * new release with improvments to various protocols and configuration parsing