|
From: <ar...@sy...> - 2008-02-28 14:50:14
|
Author: arighi
Date: 2008-02-28 08:50:03 -0600 (Thu, 28 Feb 2008)
New Revision: 4415
Modified:
trunk/VERSION
trunk/autoconf/configure.ac
trunk/configure
trunk/debian/changelog
Log:
incrementing version to 4.1.5
Modified: trunk/VERSION
===================================================================
--- trunk/VERSION 2008-02-28 14:47:49 UTC (rev 4414)
+++ trunk/VERSION 2008-02-28 14:50:03 UTC (rev 4415)
@@ -1 +1 @@
-4.1.4
+4.1.5
Modified: trunk/autoconf/configure.ac
===================================================================
--- trunk/autoconf/configure.ac 2008-02-28 14:47:49 UTC (rev 4414)
+++ trunk/autoconf/configure.ac 2008-02-28 14:50:03 UTC (rev 4415)
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
-AC_INIT(SystemImager, 4.1.4, sis...@li...)
+AC_INIT(SystemImager, 4.1.5, sis...@li...)
AC_CONFIG_AUX_DIR(autoconf)
#AC_CONFIG_SRCDIR([src/bc-1.06/acconfig.h])
#AC_CONFIG_HEADER([config.h])
Modified: trunk/configure
===================================================================
--- trunk/configure 2008-02-28 14:47:49 UTC (rev 4414)
+++ trunk/configure 2008-02-28 14:50:03 UTC (rev 4415)
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.61 for SystemImager 4.1.4.
+# Generated by GNU Autoconf 2.61 for SystemImager 4.1.5.
#
# Report bugs to <sis...@li...>.
#
@@ -574,8 +574,8 @@
# Identity of this package.
PACKAGE_NAME='SystemImager'
PACKAGE_TARNAME='systemimager'
-PACKAGE_VERSION='4.1.4'
-PACKAGE_STRING='SystemImager 4.1.4'
+PACKAGE_VERSION='4.1.5'
+PACKAGE_STRING='SystemImager 4.1.5'
PACKAGE_BUGREPORT='sis...@li...'
# Factoring default headers for most tests.
@@ -1205,7 +1205,7 @@
# 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 SystemImager 4.1.4 to adapt to many kinds of systems.
+\`configure' configures SystemImager 4.1.5 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1266,7 +1266,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of SystemImager 4.1.4:";;
+ short | recursive ) echo "Configuration of SystemImager 4.1.5:";;
esac
cat <<\_ACEOF
@@ -1357,7 +1357,7 @@
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-SystemImager configure 4.1.4
+SystemImager configure 4.1.5
generated by GNU Autoconf 2.61
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1371,7 +1371,7 @@
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by SystemImager $as_me 4.1.4, which was
+It was created by SystemImager $as_me 4.1.5, which was
generated by GNU Autoconf 2.61. Invocation command line was
$ $0 $@
@@ -5479,7 +5479,7 @@
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by SystemImager $as_me 4.1.4, which was
+This file was extended by SystemImager $as_me 4.1.5, which was
generated by GNU Autoconf 2.61. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -5522,7 +5522,7 @@
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-SystemImager config.status 4.1.4
+SystemImager config.status 4.1.5
configured by $0, generated by GNU Autoconf 2.61,
with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2008-02-28 14:47:49 UTC (rev 4414)
+++ trunk/debian/changelog 2008-02-28 14:50:03 UTC (rev 4415)
@@ -1,3 +1,9 @@
+systemimager (4.1.5) gutsy; urgency=low
+
+ * NMU: new development release 4.1.5
+
+ -- Andrea Righi <a....@ci...> Thu, 28 Feb 2008 15:48:21 +0100
+
systemimager (4.1.4) gutsy; urgency=low
* NMU: new unstable release 4.1.4
|