added new version

This commit is contained in:
Steffen Vogel 2012-01-22 15:51:34 +01:00
parent f40fe02008
commit e2e1d209b4
3 changed files with 19 additions and 12 deletions

20
configure vendored
View file

@ -1,6 +1,6 @@
#! /bin/sh #! /bin/sh
# Guess values for system-dependent variables and create Makefiles. # 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 <http://bugs.volkszaehler.org>. # Report bugs to <http://bugs.volkszaehler.org>.
# #
@ -552,8 +552,8 @@ MAKEFLAGS=
# Identity of this package. # Identity of this package.
PACKAGE_NAME='vzlogger' PACKAGE_NAME='vzlogger'
PACKAGE_TARNAME='vzlogger' PACKAGE_TARNAME='vzlogger'
PACKAGE_VERSION='0.3.2' PACKAGE_VERSION='0.3.3'
PACKAGE_STRING='vzlogger 0.3.2' PACKAGE_STRING='vzlogger 0.3.3'
PACKAGE_BUGREPORT='http://bugs.volkszaehler.org' PACKAGE_BUGREPORT='http://bugs.volkszaehler.org'
PACKAGE_URL='' 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. # 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. # This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF 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]... Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1329,7 +1329,7 @@ fi
if test -n "$ac_init_help"; then if test -n "$ac_init_help"; then
case $ac_init_help in case $ac_init_help in
short | recursive ) echo "Configuration of vzlogger 0.3.2:";; short | recursive ) echo "Configuration of vzlogger 0.3.3:";;
esac esac
cat <<\_ACEOF cat <<\_ACEOF
@ -1442,7 +1442,7 @@ fi
test -n "$ac_init_help" && exit $ac_status test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then if $ac_init_version; then
cat <<\_ACEOF cat <<\_ACEOF
vzlogger configure 0.3.2 vzlogger configure 0.3.3
generated by GNU Autoconf 2.67 generated by GNU Autoconf 2.67
Copyright (C) 2010 Free Software Foundation, Inc. Copyright (C) 2010 Free Software Foundation, Inc.
@ -1911,7 +1911,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake. 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 generated by GNU Autoconf 2.67. Invocation command line was
$ $0 $@ $ $0 $@
@ -2726,7 +2726,7 @@ fi
# Define the identity of the package. # Define the identity of the package.
PACKAGE=vzlogger PACKAGE=vzlogger
VERSION=0.3.2 VERSION=0.3.3
cat >>confdefs.h <<_ACEOF 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 # report actual input values of CONFIG_FILES etc. instead of their
# values after options handling. # values after options handling.
ac_log=" 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 generated by GNU Autoconf 2.67. Invocation command line was
CONFIG_FILES = $CONFIG_FILES CONFIG_FILES = $CONFIG_FILES
@ -5727,7 +5727,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\ ac_cs_version="\\
vzlogger config.status 0.3.2 vzlogger config.status 0.3.3
configured by $0, generated by GNU Autoconf 2.67, configured by $0, generated by GNU Autoconf 2.67,
with options \\"\$ac_cs_config\\" with options \\"\$ac_cs_config\\"

View file

@ -4,8 +4,8 @@
AC_PREREQ([2.67]) AC_PREREQ([2.67])
# update version here! # update version here!
AC_INIT([vzlogger], [0.3.2], [http://bugs.volkszaehler.org]) AC_INIT([vzlogger], [0.3.3], [http://bugs.volkszaehler.org])
AM_INIT_AUTOMAKE([vzlogger], [0.3.2]) AM_INIT_AUTOMAKE([vzlogger], [0.3.3])
AC_CONFIG_SRCDIR([src/meter.c]) AC_CONFIG_SRCDIR([src/meter.c])
AC_CONFIG_HEADERS([config.h]) AC_CONFIG_HEADERS([config.h])

7
debian/changelog vendored
View file

@ -1,3 +1,10 @@
vzlogger (0.3.3-rc1) stable; urgency=low
* added support for new fluksometer
* some code refactoring & cleanup
-- Steffen Vogel <info@steffenvogel.de> Thu, 19 Jan 2012 18:52:32 +0100
vzlogger (0.3.2-1) stable; urgency=low vzlogger (0.3.2-1) stable; urgency=low
* new release with improvments to various protocols and configuration parsing * new release with improvments to various protocols and configuration parsing