[Fai-commit] r6046 - branches/stable/3.4/debian

Michael Prokop mika at alioth.debian.org
Tue Aug 17 12:59:19 UTC 2010


Author: mika
Date: 2010-08-17 12:59:18 +0000 (Tue, 17 Aug 2010)
New Revision: 6046

Modified:
   branches/stable/3.4/debian/changelog
Log:
Release new version 3.4.0.

Signed-off-by: Michael Prokop <mika at grml.org>

Modified: branches/stable/3.4/debian/changelog
===================================================================
--- branches/stable/3.4/debian/changelog	2010-08-17 12:59:11 UTC (rev 6045)
+++ branches/stable/3.4/debian/changelog	2010-08-17 12:59:18 UTC (rev 6046)
@@ -1,164 +1,167 @@
-fai (3.4~beta16) unstable; urgency=low
+fai (3.4.0) unstable; urgency=low
 
+  The "FAI in New York at DebConf10" Release.
+
   [ Thomas Lange ]
-  * get-config-dir-http: new script to get a tarball of the config space
-    (thanks to Waldemar Brodkorb for the initial patch)
-  * dhcp-edit: new command that adds or removes entries to/from dhcpd.conf
-    add $modified, add more messages, fix code for adding a host
-  * faimond-gui: add option -s
-  * make-fai-nfsroot.conf: set NFSROOT_HOOKS by default
-  * make-fai-nfsroot: fix typo, remove redundant rm command
-  * mkramdisk: use exit in main routine (closes: #583289)
-  * ainsl: exit with 0 if line already exists in the file
-  * sources.list: fix security.geo.debian.org domain entries
-  * install_packages: Fix typo in info message (thanks Adrian Glaubitz)
-  * updatebase: remove pre-lenny code
-  * make-fai-nfsroot, make-fai-nfsroot.8: add option -B, (closes: #576092)
-    (thanks to Mika Prokop for the patch)
-  * copy pxelinux.0 to TFTPROOT only if it's not already existing
-    remove unneeded else
-  * disk-info: rename subroutine
-  * faimond-gui: Tk::Balloon is not used atm.
-  * subroutines: show rx and tx bytes for network device at the end
-  * control: change dependencies on fai-setup-storage
-  * fai-chboot,fai-chboot.8: add option -P
-  * setup-storage.8: add info about flag_initial
-  * doc/error-levels: describe error levels of task_error subroutine
-  * make-fai-nfsroot: remove etc/hostname and 70-persistent-net.rules from
-    nfsroot and base.tgz (thanks to Manuel Hachtkemper for the patch)
-  * subroutines: do not dump bash array variables
-  * subroutines: add commentary how to create variables.log for sourcing
-    them later again (thanks to Andreas Schuldei)
-  * put ROOTPW into quotes, so empty password will work (thanks to Adrien
-    Cunin for the patch)
-  * fai-client.install: remove list_disks
-  * 10-misc, subroutines: move adding /etc/hosts entry from task_prepareapt
-    to config space script, add only if host does not belong to class DHCPC
-  * make-fai-nfsroot: add test if etc/init is available
-  * fai-client.install, copyright, bootexample.txt, fai-guide.txt,
-    subroutines, THANKS, setup-storage.8, Makefile, FAIBASE.var: remove
-    setup_harddisks and variable USE_SETUP_STORAGE
-  * NEWS: add info about setup_harddisks removal
-  * fai-mirror, control: replace apt-move by reprepro
-  * 99-discover-bug: remove unused script
-  * 30-demo: replace script with shell code in 10-misc
-  * 40-misc: replace cfengine script with shell script
-  * fai-do-scripts: add cfengine 3 support
-  * subroutines: df output also shows type of file system
-  * mkramdisk,task_sysinfo,updatebase,fai-do-scripts,fai-debconf,
-    faimond-gui,setup-storage,Commands.pm,Exec.pm,Fstab.pm,Init.pm,
-    Parser.pm,Sizes.pm,Volumes.pm: add $Id$
-  * savelog.LAST: ignore ACPI Warning
-  * control: fix duplicate Depends on iproute
-  * fai-savelog: add messages, if some variables are not defined,
-    minor code cleanup
-  * task_sysinfo: remove call of sysinfo (non open source software), check
-    if blkid exists before calling it
-  * fai-debconf: exit 0 all the time, change comment
-  * ftar, ftar.8: add xz support
-  * fcopy, fai-cd, fai-do-scripts, ftar, fai-debconf, dhcp-edit,
-    fai-class, install_packages, ainsl, fai-mirror, fai-chboot:
+  * [23c9130] make-fai-nfsroot: fix typo
+  * [66a6491] year++
+  * [63b89bd] add comment to lib/subroutines regarding /dev mount
+  * [29381ac] mkramdisk: use exit in main routine (closes: #583289)
+  * [f10e41a] ainsl: exit with 0 if line already exists in the file
+  * [2fba437] sources.list: fix security.geo.debian.org domain entries
+  * [b4301ee] install_packages: fix typo in warn message
+  * [cc5fff4] make-fai-nfsroot, make-fai-nfsroot.8: add option -B,
+    (closes: #576092) (thanks to Mika Prokop for the patch)
+  * [c29d0f9] disk-info: rename subroutine
+  * [d92d340] remove leading space in debian/control long description
+  * [23ffbe6] remove unneeded else for extracting base.tgz
+  * [ab0ca37] dhcp-edit: new command that adds or removes entries
+    to/from dhcpd.conf
+  * [e3c99bc] control: change dependencies on fai-setup-storage
+  * [ee748e9] fai-chboot,fai-chboot.8: add option -P
+  * [3fc2e78] setup-storage.8: add info about flag_initial
+  * [84a3c16] doc/error-levels: describe error levels of task_error
+    subroutine
+  * [52d0c1d] make-fai-nfsroot: remove etc/hostname and 70-persistent-
+    net.rules from nfsroot and base.tgz (thanks to Manuel Hachtkemper
+    for the patch)
+  * [ed3e77f] subroutines: do not dump bash array variables
+  * [265475d] add different implementation for dumping variables, thanks
+    to Andreas Schuldei
+  * [61044db] add $modified, add more messages, fix code for adding a
+    host
+  * [433dc9f] make-fai-nfsroot: fix typo, remove redundant rm command
+  * [dda0071] put ROOTPW into quotes, so empty password will work
+    (thanks to Adrien Cunin for the patch)
+  * [c043d96] 10-misc, subroutines: move adding /etc/hosts entry from
+    task_prepareapt
+  * [dc71219] fai-do-scripts: add cfengine 3 support
+  * [0752918] savelog.LAST: ignore ACPI Warning
+  * [6612e23] task_sysinfo: remove call of sysinfo (non open source
+    software), check if blkid exists before calling it
+  * [9350d55] ftar, ftar.8: add xz support
+  * [0af7676] fcopy, fai-cd, fai-do-scripts, ftar, fai-debconf, dhcp-
+    edit, fai-class, install_packages, ainsl, fai-mirror, fai-chboot:
     remove version information, remove e-mail address for bugs
-  * fai-cd: add grub2 support (thanks to Sebastian Hetze for the patch)
-    remove test which is already done before
-  * fai-cd.8: add option -G
-  * make-fai-nfsroot: remove variable $FAI_BOOT
-  * fcopy: do not copy file if preinst script fails (closes: #573044)
-    thanks to Andreas Schuldei for the patch
-  * mkramdisk: add option -a, remove use of FAI_NORAMDISK,
-    use FAI_RAMDISKS
-  * subroutines: adjust to new option of mkramdisks
-  * subroutines: new subroutine umount_csspace, so it can be used in user
-    hooks (thanks to Waldemar for the patch)
-  * Makefile: add support for small pixmaps in faimond-gui
-  * fai-guide.txt: add info how to generate the encrypted password
-  * control: update to new standards version
-  * fai-cd.8: add option -G
-  * grub.cfg, Makefile: add missing grub.cfg to package
-  * fai-server.install: add missing grub.cfg
-  * fai-chboot, fai-chboot.8: support for MAC address, same as host name
-    (thanks to Torge Gipp for the initial patch)
-  * THANKS: add Torge
-  * fai-cd: add checks if package download succeeded
-  * fai-cd: fix, use grub.cfg for grub2
-  * fai-vol_id: cleanup code
-  * fai-mirror, fai-mirror.8: add option -m
-  * disk_config: use UUID's in fstab
-  * fai: cleanup code
-  * make-fai-nfsroot: force creating of symlinks (closes: #588009)
-  * fai-mirror: use $mirrordir if no argument given (closes: #428597)
-  * get-config-dir-svn: use exit code of first command of pipe
-    (closes: #557544)
-  * device2grub: fix indentation, minor code fix
-  * fai-start-stop-daemon: remove it, because not needed any more,
-    policy-rc.d is sufficient
-  * fai-server.install, updatebase, make-fai-nfsroot, Makefile: remove
-    fai-start-stop-daemon
-  * get-config-dir: change error message
-  * make-fai-nfsroot: minor cleanup
-  * make-fai-nfsroot: remove diversion of discover-modprobe
-  * make-fai-nfsroot: die() subroutine now takes exit code, remove several
-    else branches
-  * savelog.LAST: add ignore pattern
-  
+  * [1dddb1b] fai-cd: add grub2 support (thanks to Sebastian Hetze for
+    the patch)
+  * [035f6cb] fai-cd: remove grub test which is already done before
+  * [5648a55] fai-cd.8: add option -G
+  * [f848790] fcopy: do not copy file if preinst script fails
+    (closes: #573044) thanks to Andreas Schuldei for the patch
+  * [89d2d14] - mkramdisks: add option -a, remove use of FAI_NORAMDISK,
+                use FAI_RAMDISKS
+              - subroutines: adjust to new option of mkramdisks
+  * [4f1170b] fix typo (in changelog)
+  * [0840cce] subroutines: new subroutine umount_csspace, so it can be
+    used in user hooks (thanks to Waldemar for the patch)
+  * [6769f42] fai-guide.txt: add info how to generate the encrypted
+    password
+  * [e486952] control: update to new standards version
+  * [530f72a] fai-cd: add checks if package download succeeded
+  * [60fef62] fai-cd.8: add option -G
+  * [654d771] grub.cfg, Makefile: add missing grub.cfg to package
+  * [604e894] fai-server.install: add missing grub.cfg
+  * [0c0c21a] fai-cd: fix, use grub.cfg for grub2
+  * [e752bb5] fai-mirror, fai-mirror.8: add option -m
+  * [4470a12] disk_config: use UUID's in fstab
+  * [763e15b] make-fai-nfsroot: force creating of symlinks
+    (closes: #588009)
+  * [8c5ad04] - fai-mirror: use $mirrordir if no argument given
+                (closes: #428597)
+              - get-config-dir-svn: use exit code of first command of
+                pipe (closes: #557544)
+  * [09351aa] fai-mirror: use $mirrordir if no argument given
+    (closes: #428597)
+  * [63b4678] fix line break, so normal text line does not start with a
+    dot
+  * [9560a33] get-config-dir: change error message
+  * [b503fa6] savelog.LAST: add ignore pattern
+  * [6f2b222] savelog.LAST: add ignore pattern
+  * [7e5037d] new setup-fai-test-environment script create two virtual
+    machines for testing
+
   [ Michael Tautschnig ]
-  * setup-storage: Bumped version number to 1.3
-  * control: Move setup-storage to its own package (fai-setup-storage). Thanks
-    Michael Prokop <mika at debian.org> for the patch (closes: #575812)
-  * setup-storage/Volumes.pm: Only read sizes and partitioning of disks
-    referenced in the configuration (thanks Henning Sprang).
-  * setup-storage, setup-storage/{Parser.pm,Volumes.pm}: Added support for new
-    preserve_lazy option that will preserve volumes that exist, but newly
-    create them if not found.
-  * setup-storage.8: Document new preserve_lazy option.
-  * setup-storage/{Commands.pm,Volumes.pm}: Completed support for preserve in
-    LVM/RAID contexts; extended checking for volume groups that remain alive,
-    fixed bug in LV resize code, disable existing volume groups, remove
-    non-preserved volume groups (thanks Mathieu Alorent <malorent at echo.fr> for
-    extensive testing).
-  * setup-storage/{Volumes.pm,Sizes.pm}: eff_size is bytes. Always.
-  * setup-storage/Commands.pm: Prefer resize2fs over parted to resize logical
-    volumes. Future versions of parted will allow even more use of resize2fs.
-    Fix use of eff_size as bytes.
-  * setup-storage/{Parser.pm,Commands.pm}: Added support for new always_format
-    option.
-  * setup-storage.8: Documented new always_format option.
-  * setup-storage/Volumes.pm: Fixed uninitialized variable warnings in parsing
-    output of parted 2.2.
-  * setup-storage/Volumes.pm: Use VG size for volume group size, not space in
-    use. Thanks Mathieu Alorent for reporting this.
-  * setup-storage/Init.pm: Properly handle /dev/cciss disk devices, even
-    without partitions (thanks Steffen Grunewald
-    <steffen.grunewald at aei.mpg.de> and Mathieu Alorent <malorent at echo.fr>).
-  * setup-storage/Parser.pm: Handle parse errors earlier for more informative
-    error messages.
-  * setup-storage/Volumes.pm: Proper error message in case an extended
-    partition is marked as preserve
-  * setup-storage/Exec.pm: All unexpected non-zero exit codes of subcommands
-    lead to immediate failure of setup-storage.
-  * setup-storage/Volumes.pm: Use absolute path names for devices in volume
-    groups, RAID volumes.
-  * Makefile, fai-nfsroot.dirs, fai-nfsroot.install, get-boot-info:
-    Install dhclient-fai.conf and dhclient-fai-script into /usr/share/fai
-    instead of /etc/dhcp3 (closes: #585063).
-  * dhcp-edit, control: Updated to work with isc-dhcp-server or
-    dhcp3-server, whichever is available.
-  * fai-guide.txt: Updated to isc-dhcp-server.
-  * setup-storage.8: Nicer formatting of size specifications in grammar as
-    suggested by Thomas.
+  * [11ecfca] added changelog entry for install_packages typo fix
+  * [0d847ff] move setup-storage into a separate package (fai-setup-
+    storage) Thanks Michael Prokop <mika at debian.org> for the patch
+    (closes: #575812)
+  * [fa23848] Added sizespec non-terminal to grammer for nicer
+    formatting as suggested by Thomas
+  * [4ec8cc0] minor hyphen-used-as-minus-sign fix
+  * [e8f982b] Merged a larger number of patches from experimental into
+    trunk:
+    - setup-storage: Bumped version number to 1.3
+    - setup-storage/Volumes.pm: Only read sizes and partitioning of disks
+      referenced in the configuration (thanks Henning Sprang).
+    - setup-storage, setup-storage/{Parser.pm,Volumes.pm}: Added support for new
+      preserve_lazy option that will preserve volumes that exist, but newly
+      create them if not found.
+    - setup-storage.8: Document new preserve_lazy option.
+    - setup-storage/{Commands.pm,Volumes.pm}: Completed support for preserve in
+      LVM/RAID contexts; extended checking for volume groups that remain alive,
+      fixed bug in LV resize code, disable existing volume groups, remove
+      non-preserved volume groups (thanks Mathieu Alorent <malorent at echo.fr> for
+      extensive testing).
+    - setup-storage/{Volumes.pm,Sizes.pm}: eff_size is bytes. Always.
+    - setup-storage/Commands.pm: Prefer resize2fs over parted to resize logical
+      volumes. Future versions of parted will allow even more use of resize2fs.
+      Fix use of eff_size as bytes.
+    - setup-storage/{Parser.pm,Commands.pm}: Added support for new always_format
+      option.
+    - setup-storage.8: Documented new always_format option.
+    - setup-storage/Volumes.pm: Fixed uninitialized variable warnings in parsing
+      output of parted 2.2.
+    - setup-storage/Volumes.pm: Use VG size for volume group size, not space in
+      use. Thanks Mathieu Alorent for reporting this.
+    - setup-storage/Init.pm: Properly handle /dev/cciss disk devices, even
+      without partitions (thanks Steffen Grunewald
+      <steffen.grunewald at aei.mpg.de> and Mathieu Alorent <malorent at echo.fr>).
+    - setup-storage/Parser.pm: Handle parse errors earlier for more informative
+      error messages.
+    - setup-storage/Volumes.pm: Proper error message in case an extended
+      partition is marked as preserve
+    - setup-storage/Exec.pm: All unexpected non-zero exit codes of subcommands
+      lead to immediate failure of setup-storage.
+    - setup-storage/Volumes.pm: Use absolute path names for devices in volume
+      groups, RAID volumes.
+    - Makefile, fai-nfsroot.dirs, fai-nfsroot.install, get-boot-info:
+      Install dhclient-fai.conf and dhclient-fai-script into /usr/share/fai
+      instead of /etc/dhcp3 (closes: #585063).
+    - dhcp-edit, control: Updated to work with isc-dhcp-server or
+      dhcp3-server, whichever is available.
+    - fai-guide.txt: Updated to isc-dhcp-server.
+    - setup-storage.8: Nicer formatting of size specifications in grammar as
+      suggested by Thomas.
 
   [ Michael Prokop ]
-  * subroutines, fai: make sure fai exits with the according return
-    code of task action (and all the hooks behind it)
-  * subroutines: add support for task_error to task configure
-  * install_packages: support retrieving sources for Debian based
-    systems using the -s option
-  * install_packages.8: fix wording of description of -N option
-  * subroutines, fai: display date of execution (fai_rundate) on startup
-  * subroutines: /proc + /sys might be empty because they were unmounted
-    inside $FAI_ROOT but are still registered in /etc/mtab outside of
-    $FAI_ROOT, so let's get rid of them outside the chroot as well iff
-    they are present
+  * [6feb888] [fa070e7] [ded4ad2] [d37a316] [40f0da1] [408ca00] [350a726]
+    [6326855] [064d4cf] Merge fixes.
+  * [185cf56] Add myself as uploader, ack-ed by Thomas Lange.
+  * [389013d] Replace lenny with squeeze in all apt related sources.
+  * [3cb6394] conf/NFSROOT, doc/includes/faisetup.txt: drop deprecated
+    aufs-modules-* package.
+  * [f3b4bad] 20-hwdetect.source: make sure the kernel module directory
+    drivers/ide/pci exists before using it.
+  * [34bad06] package_config/GNOME: drop deprecated packages iceweasel-
+    gnome-support, icedove-gnome-support and gnome-apt.
+  * [9432b29] simple examples: use GRUB_PC as default, add info header
+    to GRUB and GRUB_PC scripts.
+  * [9510b74] bin/make-fai-nfsroot: do not divert update-initramfs by
+    default any longer
+  * [3881bcb] subroutines, fai: make sure fai exits with the according
+    return
+  * [73129a7] subroutines: add support for task_error to task configure
+  * [5eab8a7] subroutines: use task_error level 420 instead of 855 as
+    discussed with Thomas
+  * [b7ae34e] install_packages: support retrieving sources for Debian
+    based
+  * [e9fe657] install_packages.8: fix wording of description of -N
+    option
+  * [479ca7f] subroutines, fai: display date of execution (fai_rundate)
+    on startup
+  * [47cfab9] subroutines: /proc + /sys might be empty because they were
+    unmounted
 
   [ Julien BLACHE ]
   * setup-storage/Parser.pm: add support for RAM:XX% (closes: #493237)
@@ -176,9 +179,12 @@
   * bin/device2grub: try to find and use a stable name (by-id) for the device
     if the shortname has no match in device.map. Needed now that grub2 in
     unstable has switched to using stable names in device.map.
-  
- -- Thomas Lange <lange at debian.org>  Thu, 29 Jul 2010 23:23:36 -0400
 
+  [ Michael Goetze ]
+  * [df9a32f] Minor doc bug (wrong path)
+
+ -- Michael Prokop <mika at debian.org>  Sat, 07 Aug 2010 20:23:42 -0400
+
 fai (3.3.5) unstable; urgency=high
 
   [ Thomas Lange ]




More information about the Fai-commit mailing list