/[fai]/trunk/debian/changelog
ViewVC logotype

Diff of /trunk/debian/changelog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 5312 by lange, Thu Apr 9 13:55:25 2009 UTC revision 5336 by lange, Thu Apr 16 14:06:40 2009 UTC
# Line 1  Line 1 
1  fai (3.2.18) UNRELEASED; urgency=low  fai (3.2.18) UNRELEASED; urgency=low
2    
3    [ Thomas Lange ]    [ Thomas Lange ]
4    * ainsl: add test if target file exists    * ainsl: add test if target file exists,
5        improve exit codes (closes: #500244)
6    * fai-cd: use a pipe when sending commands to grub    * fai-cd: use a pipe when sending commands to grub
7    * ftar, fcopy: add info about the other tool    * ftar, fcopy: add info about the other tool
8    * new file live.conf will disable some messages during booting    * new file live.conf will disable some messages during booting
9    * make-fai-nfsroot: call apt-get update when using -k (closes: #507892),    * make-fai-nfsroot: call apt-get update when using -k (closes: #507892),
10      -k now also upgrades all packages inside the nfsroot      -k now also upgrades all packages inside the nfsroot,
11    * fai-do-scripts: skip files with certain suffixes (closes: #500579)      add -N to install_packages call, this is good for cross architecture
12        building the nfsroot
13      * fai-do-scripts: skip files with certain suffixes (closes: #500579),
14        improve test if $debug is set to 1 (closes: #496072)
15        call cfagent scripts with -v if fai is in debug mode
16    * lib/subroutines-linux: don't rely on ' as a field separator when    * lib/subroutines-linux: don't rely on ' as a field separator when
17      parsing boot.log, use = and strip off any quotes (closes: #439250)      parsing boot.log, use = and strip off any quotes (closes: #439250)
18    * lib/get-config-dir-svn: Make username in svn:// config url optional    * lib/get-config-dir-svn: Make username in svn:// config url optional
# Line 16  fai (3.2.18) UNRELEASED; urgency=low Line 21  fai (3.2.18) UNRELEASED; urgency=low
21      (thanks Sebastian Harl) (closes: #504801)      (thanks Sebastian Harl) (closes: #504801)
22    * lib/get-config-dir-svn: Added support for password in SVN URL  (thanks    * lib/get-config-dir-svn: Added support for password in SVN URL  (thanks
23      Robin Powell) (closes: #515057)      Robin Powell) (closes: #515057)
24      * 20-removable_media: add fd0 entry to fstab only if device is present
25      * fai-cd, make-fai-nfsroot: awk can also do the grep
26      * NFSROOT: install aMD64 apckages with aptitude, this also helps when
27        building an amd64 nfsroot on i386
28      * fai-mirror: check if -C was used, (thanks to James Richardson for the
29        patch) (closes: #523625), fixing informal message (closes: #516385)
30      * fai: set STOP_ON_ERROR to 700, this can be overwritten by fai.conf or
31        in a file called class/*.var (closes: #515139),
32        create /var/run/fai (closes: #515775)
33      * fai-client.dirs, fai-server.dirs: remove /var/run/fai
34      * subroutines: add trap for softupdates (closes: #449236)
35    
36    [ Michael Tautschnig ]    [ Michael Tautschnig ]
37    * setup-storage: Bumped version number to 1.0.4    * setup-storage: Bumped version number to 1.0.4
38    * setup-storage/Exec.pm: Use --timeout=10 instead of --timeout 10 to stay    * setup-storage/Exec.pm: Use --timeout=10 instead of --timeout 10 to stay
# Line 26  fai (3.2.18) UNRELEASED; urgency=low Line 42  fai (3.2.18) UNRELEASED; urgency=low
42    * setup-storage: Enable debug mode if -d was given on the command line    * setup-storage: Enable debug mode if -d was given on the command line
43    * setup-storage/Fstab.pm, setup-storage/Commands.pm: Proper perl text    * setup-storage/Fstab.pm, setup-storage/Commands.pm: Proper perl text
44      replace syntax and additional random initialization of partition      replace syntax and additional random initialization of partition
45      (thanks William Famy)      (thanks William Famy) (closes: #500821)
46    * examples/simple/scripts/GRUB/20-initramfs: Update the initramfs in case    * examples/simple/scripts/GRUB/20-initramfs: Update the initramfs in case
47      lvm2 or mdadm have been installed.      lvm2 or mdadm have been installed.
48    * example/simple/classes/50-host-classes: Added hosts bear (class    * example/simple/classes/50-host-classes: Added hosts bear (class
# Line 71  fai (3.2.18) UNRELEASED; urgency=low Line 87  fai (3.2.18) UNRELEASED; urgency=low
87      must be read using $PIPESTATUS, not $? (closes: #444210)      must be read using $PIPESTATUS, not $? (closes: #444210)
88    * bin/faimond: Try to load Proc::Daemon only in case -d is given; if it    * bin/faimond: Try to load Proc::Daemon only in case -d is given; if it
89      fails, print a helpful error message (closes: #513090)      fails, print a helpful error message (closes: #513090)
90      * bin/setup-storage, setup-storage/Volumes.pm: When propagating preserve
91        markers also check whether the to-be-preserved volume is defined at all
92        (closes: #521153)
93      * setup-storage/Parser.pm, setup-storage/Commands.pm: Added support for
94        optional (pv|vg|lv|md)createopts
95      * man/setup-storage.8: Documented these new options
96      * Moved parsing of createopts,tuneopts to Parser.pm for simpler code and
97        better syntax checking (closes: #521172)
98      * setup-storage/Sizes.pm: Change die to warn in case a preserved partition
99        is not aligned to cylinder boundaries
100      * setup-storage/Parser.pm: Only test for mkfs.X if such a filesystem is to
101        be created (i.e., it will not be preserved)
102      * fai-gude.sgml: add hint how to avoid this bug (closes: #265973)
103    
104   -- Thomas Lange <lange@debian.org>  Thu, 09 Apr 2009 15:55:18 +0200   -- Thomas Lange <lange@debian.org>  Thu, 16 Apr 2009 14:04:57 +0200
105    
106   (3.2.17) unstable; urgency=medium  fai (3.2.17) unstable; urgency=medium
107    
108    * fai 3.2.17 and 3.2.17~lenny1 are identical - the difference in version    * fai 3.2.17 and 3.2.17~lenny1 are identical - the difference in version
109      number is only due to the way packages move within Debian releases.      number is only due to the way packages move within Debian releases.

Legend:
Removed from v.5312  
changed lines
  Added in v.5336

  ViewVC Help
Powered by ViewVC 1.1.5