|
From: <ar...@sy...> - 2008-02-24 17:17:08
|
Author: arighi Date: 2008-02-24 10:29:28 -0600 (Sun, 24 Feb 2008) New Revision: 4410 Modified: trunk/CHANGE.LOG trunk/VERSION trunk/autoconf/configure.ac trunk/configure trunk/debian/changelog Log: updated version to 4.1.4 Modified: trunk/CHANGE.LOG =================================================================== --- trunk/CHANGE.LOG 2008-02-24 16:18:09 UTC (rev 4409) +++ trunk/CHANGE.LOG 2008-02-24 16:29:28 UTC (rev 4410) @@ -6,6 +6,35 @@ # $Id$ # +4.1.4 +-------------------------------------------------------------------------------- +- turn on rsync quick checks (based on size and modification timestamp) for + files in the image and turn off quick checks for files in the overrides +- allow CTRL+C to break the init script (/etc/init.d/rcS) +- fix disk names in /boot/grub/device.map if it exists in the image +- updated BOEL kernel to 2.6.24.2 (for i386 and x86_64) +- allow si_clusterconfig to show the image associated to each client +- properly detect UYOK kernel version also when the build string contains the + the build date in the yyyy/mm/dd format +- fix: automaticaly exclude blkid.tab from images +- allow to auto-detect disks when imaging Xen VMs (experimental) +- fix: correctly skip non-kernel files in UYOK kernel detection +- fix: set correct disk names for systemconfigurator +- any change in autoinstallscript.conf now automatically fixes the boot-loader + configuration, so the warning in si_mkautoinstallscript is no more needed, + just remove it +- updated rsync to 3.0.0pre10 +- print image size on the console before starting imaging +- update the cluster configuration cache only when si_clusterconfig changes + something +- do not clean-up si_monitortk threads on exit +- print a note about cluster-register/cluster-map website + (http://www.systemimager.org/cluster-register) when a image is successfully + cloned and configured by si_getimage +- synchronize /etc/hosts with /var/lib/systemimager/scripts/hosts (the hosts + file used during imaging) by si_clusterconfig only when /etc/hosts changes +- remove redundant boot parameters in systemconfig.conf + 4.1.2 -------------------------------------------------------------------------------- - updated BOEL to 2.6.24 (for i386 and x86_64) Modified: trunk/VERSION =================================================================== --- trunk/VERSION 2008-02-24 16:18:09 UTC (rev 4409) +++ trunk/VERSION 2008-02-24 16:29:28 UTC (rev 4410) @@ -1 +1 @@ -4.1.2 +4.1.4 Modified: trunk/autoconf/configure.ac =================================================================== --- trunk/autoconf/configure.ac 2008-02-24 16:18:09 UTC (rev 4409) +++ trunk/autoconf/configure.ac 2008-02-24 16:29:28 UTC (rev 4410) @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT(SystemImager, 4.1.2, sis...@li...) +AC_INIT(SystemImager, 4.1.4, 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-24 16:18:09 UTC (rev 4409) +++ trunk/configure 2008-02-24 16:29:28 UTC (rev 4410) @@ -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.2. +# Generated by GNU Autoconf 2.61 for SystemImager 4.1.4. # # Report bugs to <sis...@li...>. # @@ -574,8 +574,8 @@ # Identity of this package. PACKAGE_NAME='SystemImager' PACKAGE_TARNAME='systemimager' -PACKAGE_VERSION='4.1.2' -PACKAGE_STRING='SystemImager 4.1.2' +PACKAGE_VERSION='4.1.4' +PACKAGE_STRING='SystemImager 4.1.4' 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.2 to adapt to many kinds of systems. +\`configure' configures SystemImager 4.1.4 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.2:";; + short | recursive ) echo "Configuration of SystemImager 4.1.4:";; 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.2 +SystemImager configure 4.1.4 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.2, which was +It was created by SystemImager $as_me 4.1.4, 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.2, which was +This file was extended by SystemImager $as_me 4.1.4, 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.2 +SystemImager config.status 4.1.4 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-24 16:18:09 UTC (rev 4409) +++ trunk/debian/changelog 2008-02-24 16:29:28 UTC (rev 4410) @@ -1,3 +1,9 @@ +systemimager (4.1.4) gutsy; urgency=low + + * NMU: new unstable release 4.1.4 + + -- Andrea Righi <a....@ci...> Sun, 24 Feb 2008 15:01:52 +0100 + systemimager (4.1.2) gutsy; urgency=low * NMU: new unstable release 4.1.2 |