diff --git a/ChangeLog b/ChangeLog index 6832cb2..5e44298 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Aug 26 13:10:46 2011 Google Inc. + + * ctemplate: version 1.0 release + * No changes since 1.0rc2 + Fri Jul 29 12:19:50 2011 Google Inc. * ctemplate: version 1.0rc2 release diff --git a/NEWS b/NEWS index 6a77624..fb838c8 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,11 @@ -== 29 July 2011 == +== 26 August 2011 == + +I've just released ctemplate 1.0! (I've decided 4 weeks is well +within the definition of "the next week or so"...) + +A bit anti-climactic: there are no changes from ctemplate 1.0rc2. + +=== 29 July 2011 === I've just released ctemplate 1.0rc2. This fixes a serious bug where I had added #includes in installed header files, that tried to include diff --git a/configure b/configure index a6eabd6..a1433ef 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.62 for ctemplate 1.0rc2. +# Generated by GNU Autoconf 2.62 for ctemplate 1.0. # # Report bugs to . # @@ -745,8 +745,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='ctemplate' PACKAGE_TARNAME='ctemplate' -PACKAGE_VERSION='1.0rc2' -PACKAGE_STRING='ctemplate 1.0rc2' +PACKAGE_VERSION='1.0' +PACKAGE_STRING='ctemplate 1.0' PACKAGE_BUGREPORT='opensource@google.com' ac_unique_file="README" @@ -1501,7 +1501,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 ctemplate 1.0rc2 to adapt to many kinds of systems. +\`configure' configures ctemplate 1.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1571,7 +1571,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of ctemplate 1.0rc2:";; + short | recursive ) echo "Configuration of ctemplate 1.0:";; esac cat <<\_ACEOF @@ -1677,7 +1677,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -ctemplate configure 1.0rc2 +ctemplate configure 1.0 generated by GNU Autoconf 2.62 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -1691,7 +1691,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 ctemplate $as_me 1.0rc2, which was +It was created by ctemplate $as_me 1.0, which was generated by GNU Autoconf 2.62. Invocation command line was $ $0 $@ @@ -2496,7 +2496,7 @@ fi # Define the identity of the package. PACKAGE='ctemplate' - VERSION='1.0rc2' + VERSION='1.0' cat >>confdefs.h <<_ACEOF @@ -20263,7 +20263,7 @@ exec 6>&1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by ctemplate $as_me 1.0rc2, which was +This file was extended by ctemplate $as_me 1.0, which was generated by GNU Autoconf 2.62. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -20316,7 +20316,7 @@ Report bugs to ." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_version="\\ -ctemplate config.status 1.0rc2 +ctemplate config.status 1.0 configured by $0, generated by GNU Autoconf 2.62, with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" diff --git a/configure.ac b/configure.ac index 425964d..367df73 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # make sure we're interpreted by some minimal autoconf AC_PREREQ(2.57) -AC_INIT(ctemplate, 1.0rc2, opensource@google.com) +AC_INIT(ctemplate, 1.0, opensource@google.com) # Update this value for every release! (A:B:C will map to foo.so.(A-C).C.B) # http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html SO_VERSION=1:2:1 diff --git a/packages/deb/changelog b/packages/deb/changelog index 4875e40..4b865e9 100644 --- a/packages/deb/changelog +++ b/packages/deb/changelog @@ -1,3 +1,9 @@ +ctemplate (1.0-1) unstable; urgency=low + + * New upstream release. + + -- Google Inc. Fri, 26 Aug 2011 13:10:46 -0700 + ctemplate (1.0rc2-1) unstable; urgency=low * New upstream release.