mirror of
https://github.com/OlafvdSpek/ctemplate.git
synced 2025-09-28 19:05:49 +08:00
Thu Mar 22 00:29:09 2012 Olaf van der Spek <olafvdspek@gmail.com>
This commit is contained in:
parent
9060230767
commit
ac6fce4caf
|
@ -1,3 +1,11 @@
|
|||
|
||||
Thu Mar 22 00:29:09 2012 Olaf van der Spek <olafvdspek@gmail.com>
|
||||
|
||||
* ctemplate: version 2.1 release
|
||||
* Added operator[] to TemplateDictionary
|
||||
* Added begin(), end(), data() and size() to TemplateString
|
||||
* Refactored code
|
||||
|
||||
Tue Jan 24 16:00:51 2012 Google Inc. <google-ctemplate@googlegroups.com>
|
||||
|
||||
* ctemplate: version 2.0 release
|
||||
|
|
4
NEWS
4
NEWS
|
@ -1,3 +1,7 @@
|
|||
== 22 March 2012 ==
|
||||
|
||||
2.1 has been released. operator[] has been added to TemplateDictionary.
|
||||
|
||||
== 24 January 2012 ==
|
||||
|
||||
I've just released ctemplate 2.0. It has no functional changes from
|
||||
|
|
38
configure
vendored
38
configure
vendored
|
@ -1,8 +1,8 @@
|
|||
#! /bin/sh
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.67 for ctemplate 2.0.
|
||||
# Generated by GNU Autoconf 2.67 for ctemplate 2.1.
|
||||
#
|
||||
# Report bugs to <google-ctemplate@google.com>.
|
||||
# Report bugs to <google-ctemplate@googlegroups.com>.
|
||||
#
|
||||
#
|
||||
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
|
||||
|
@ -231,7 +231,7 @@ fi
|
|||
$as_echo "$0: be upgraded to zsh 4.3.4 or later."
|
||||
else
|
||||
$as_echo "$0: Please tell bug-autoconf@gnu.org and
|
||||
$0: google-ctemplate@google.com about your system,
|
||||
$0: google-ctemplate@googlegroups.com about your system,
|
||||
$0: including any error possibly output before this
|
||||
$0: message. Then install a modern shell, or manually run
|
||||
$0: the script under such a shell if you do have one."
|
||||
|
@ -701,9 +701,9 @@ MAKEFLAGS=
|
|||
# Identity of this package.
|
||||
PACKAGE_NAME='ctemplate'
|
||||
PACKAGE_TARNAME='ctemplate'
|
||||
PACKAGE_VERSION='2.0'
|
||||
PACKAGE_STRING='ctemplate 2.0'
|
||||
PACKAGE_BUGREPORT='google-ctemplate@google.com'
|
||||
PACKAGE_VERSION='2.1'
|
||||
PACKAGE_STRING='ctemplate 2.1'
|
||||
PACKAGE_BUGREPORT='google-ctemplate@googlegroups.com'
|
||||
PACKAGE_URL=''
|
||||
|
||||
ac_unique_file="README"
|
||||
|
@ -1454,7 +1454,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 2.0 to adapt to many kinds of systems.
|
||||
\`configure' configures ctemplate 2.1 to adapt to many kinds of systems.
|
||||
|
||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||
|
||||
|
@ -1524,7 +1524,7 @@ fi
|
|||
|
||||
if test -n "$ac_init_help"; then
|
||||
case $ac_init_help in
|
||||
short | recursive ) echo "Configuration of ctemplate 2.0:";;
|
||||
short | recursive ) echo "Configuration of ctemplate 2.1:";;
|
||||
esac
|
||||
cat <<\_ACEOF
|
||||
|
||||
|
@ -1569,7 +1569,7 @@ Some influential environment variables:
|
|||
Use these variables to override the choices made by `configure' or to help
|
||||
it to find libraries and programs with nonstandard names/locations.
|
||||
|
||||
Report bugs to <google-ctemplate@google.com>.
|
||||
Report bugs to <google-ctemplate@googlegroups.com>.
|
||||
_ACEOF
|
||||
ac_status=$?
|
||||
fi
|
||||
|
@ -1632,7 +1632,7 @@ fi
|
|||
test -n "$ac_init_help" && exit $ac_status
|
||||
if $ac_init_version; then
|
||||
cat <<\_ACEOF
|
||||
ctemplate configure 2.0
|
||||
ctemplate configure 2.1
|
||||
generated by GNU Autoconf 2.67
|
||||
|
||||
Copyright (C) 2010 Free Software Foundation, Inc.
|
||||
|
@ -2098,9 +2098,9 @@ $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
|
|||
$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
|
||||
$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
|
||||
( $as_echo "## ------------------------------------------ ##
|
||||
## Report this to google-ctemplate@google.com ##
|
||||
## ------------------------------------------ ##"
|
||||
( $as_echo "## ------------------------------------------------ ##
|
||||
## Report this to google-ctemplate@googlegroups.com ##
|
||||
## ------------------------------------------------ ##"
|
||||
) | sed "s/^/$as_me: WARNING: /" >&2
|
||||
;;
|
||||
esac
|
||||
|
@ -2176,7 +2176,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 2.0, which was
|
||||
It was created by ctemplate $as_me 2.1, which was
|
||||
generated by GNU Autoconf 2.67. Invocation command line was
|
||||
|
||||
$ $0 $@
|
||||
|
@ -2539,7 +2539,7 @@ AM_BACKSLASH='\'
|
|||
|
||||
# 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:3:1
|
||||
SO_VERSION=2:0:0
|
||||
|
||||
# The argument here is just something that should be in the current directory
|
||||
# (for sanity checking)
|
||||
|
@ -3083,7 +3083,7 @@ fi
|
|||
|
||||
# Define the identity of the package.
|
||||
PACKAGE='ctemplate'
|
||||
VERSION='2.0'
|
||||
VERSION='2.1'
|
||||
|
||||
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
|
@ -16811,7 +16811,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 ctemplate $as_me 2.0, which was
|
||||
This file was extended by ctemplate $as_me 2.1, which was
|
||||
generated by GNU Autoconf 2.67. Invocation command line was
|
||||
|
||||
CONFIG_FILES = $CONFIG_FILES
|
||||
|
@ -16871,13 +16871,13 @@ $config_headers
|
|||
Configuration commands:
|
||||
$config_commands
|
||||
|
||||
Report bugs to <google-ctemplate@google.com>."
|
||||
Report bugs to <google-ctemplate@googlegroups.com>."
|
||||
|
||||
_ACEOF
|
||||
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
||||
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
|
||||
ac_cs_version="\\
|
||||
ctemplate config.status 2.0
|
||||
ctemplate config.status 2.1
|
||||
configured by $0, generated by GNU Autoconf 2.67,
|
||||
with options \\"\$ac_cs_config\\"
|
||||
|
||||
|
|
|
@ -4,12 +4,12 @@
|
|||
# make sure we're interpreted by some minimal autoconf
|
||||
AC_PREREQ(2.57)
|
||||
|
||||
AC_INIT(ctemplate, 2.0, google-ctemplate@google.com)
|
||||
AC_INIT(ctemplate, 2.1, google-ctemplate@googlegroups.com)
|
||||
AM_SILENT_RULES([yes])
|
||||
|
||||
# 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:3:1
|
||||
SO_VERSION=2:0:0
|
||||
|
||||
# The argument here is just something that should be in the current directory
|
||||
# (for sanity checking)
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
ctemplate (2.1-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- Olaf van der Spek <olafvdspek@gmail.com> Thu, 22 Mar 2012 00:29:09 +0100
|
||||
|
||||
ctemplate (2.0-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
|
Loading…
Reference in New Issue
Block a user