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

Diff of /trunk/debian/changelog

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

revision 5197 by lange, Wed Oct 15 09:25:56 2008 UTC revision 5312 by lange, Thu Apr 9 13:55:25 2009 UTC
# Line 1  Line 1 
1    fai (3.2.18) UNRELEASED; urgency=low
2    
3      [ Thomas Lange ]
4      * ainsl: add test if target file exists
5      * fai-cd: use a pipe when sending commands to grub
6      * ftar, fcopy: add info about the other tool
7      * new file live.conf will disable some messages during booting
8      * make-fai-nfsroot: call apt-get update when using -k (closes: #507892),
9        -k now also upgrades all packages inside the nfsroot
10      * fai-do-scripts: skip files with certain suffixes (closes: #500579)
11      * lib/subroutines-linux: don't rely on ' as a field separator when
12        parsing boot.log, use = and strip off any quotes (closes: #439250)
13      * lib/get-config-dir-svn: Make username in svn:// config url optional
14        (thanks Alexander Fisher) (closes: #441436)
15      * bin/fai-setup: Do not unconditionally add $FAI_CONFIGDIR to exports(5)
16        (thanks Sebastian Harl) (closes: #504801)
17      * lib/get-config-dir-svn: Added support for password in SVN URL  (thanks
18        Robin Powell) (closes: #515057)
19    
20      [ Michael Tautschnig ]
21      * setup-storage: Bumped version number to 1.0.4
22      * setup-storage/Exec.pm: Use --timeout=10 instead of --timeout 10 to stay
23        compatible with etch (thanks Vincent Fortier)
24      * setup-storage/Sizes.pm: Immediately fail if partitions > 2TB are to be
25        created on msdos disk labels
26      * setup-storage: Enable debug mode if -d was given on the command line
27      * setup-storage/Fstab.pm, setup-storage/Commands.pm: Proper perl text
28        replace syntax and additional random initialization of partition
29        (thanks William Famy)
30      * examples/simple/scripts/GRUB/20-initramfs: Update the initramfs in case
31        lvm2 or mdadm have been installed.
32      * example/simple/classes/50-host-classes: Added hosts bear (class
33        LVM_XEN_SERVER) and puma (RAID_XEN_VIRTUAL)
34      * example/simple/disk_config/{LVM_XEN_SERVER,RAID_XEN_VIRTUAL}: Added
35        corresponding disk_config examples that have a large LVM and a software
36        RAID configured
37      * conf/NFSROOT, debian/control, setup-storage/Volumes.pm: Moving back to
38        Linux::LVM perl module for parsing LVM command output as #488205 has been
39        fixed.
40      * setup-storage/Parser.pm, setup-storage.8: Added and documented support for
41        glob patterns in device names (e.g., /dev/disk/by-id/scsi-*)
42      * setup-storage/Sizes.pm: Fail early, if a non-existing device is used in a
43        volume group.
44      * setup-storage/Commands.pm: Properly handle existing volume groups and only
45        extend them if the underlying devices are preserved, otherwise create them
46        anew.
47      * setup-storage/Volumes.pm, setup-storage/Parser.pm: Always write a new
48        disklabel, if no partition on the disk must be preserved
49      * setup-storage/Parser.pm, setup-storage/Commands.pm: Make sure that the
50        user hasn't configured spares/missing devices with RAID-0 and only add
51        --spare-devices if at least 1 is configured. Thanks Camille Barette.
52        (closes: #508192)
53      * setup-storage/Commands.pm: Use the proper id for telling the user about
54        preserved/resized partitions. (closes: #521290)
55      * setup-storage/Init.pm, disk-info: Added AOE etherd/ device names to
56        regular expressions (thanks Jean Spirat)
57      * setup-storage/Commands.pm: If the disk config is marked virtual, create
58        dummy commands to tell later commands that the devices exist
59        (closes: #508247)
60      * setup-storage/Parser.pm: Support :encrypt with all mountpoint
61        specifications
62      * setup-storage/Sizes.pm: Properly tell the user that the lower bound of a
63        parition size is already too high
64      * setup-storage/Commands.pm: Added debug output in command dependency sorter
65      * setup-storage/Parser.pm, setup-storage/Commands.pm: Make random
66        initialization of encrypted partitions configurable
67      * setup-storage.8: Document new encryption possibilities
68      * lib/get-config-dir-*: task_error requires the exit code of the
69        preceeding command as the second argument
70      * lib/subroutines-linux: The exit code of a command earlier in a pipe
71        must be read using $PIPESTATUS, not $? (closes: #444210)
72      * bin/faimond: Try to load Proc::Daemon only in case -d is given; if it
73        fails, print a helpful error message (closes: #513090)
74    
75     -- Thomas Lange <lange@debian.org>  Thu, 09 Apr 2009 15:55:18 +0200
76    
77     (3.2.17) unstable; urgency=medium
78    
79      * fai 3.2.17 and 3.2.17~lenny1 are identical - the difference in version
80        number is only due to the way packages move within Debian releases.
81      * Added myself to uploaders.
82      * Fix typo in fai-do-scripts which prevented perl scripts to be executed,
83        thanks to Andrew Ruthven for reporting this. (Closes: #504662)
84      * setup-storage/Parser.pm: Do not enforce a space after VG/LV names in
85        resize/preserve options. Thanks to Frederic Blanc for the patch.
86        (closes: #516849)
87      * fai-mirror: honor $debug and $qflag environment variables, thanks to
88        Michael Tautschnig. (Closes: #494431)
89      * device2grub: Add /dev/i2o/hdX  to the list of recognized devices. Thanks
90        to Jürgen Kahnert for the patch. (Closes: #515101)
91    
92     -- Holger Levsen <holger@debian.org>  Wed, 25 Feb 2009 12:26:19 +0100
93    
94    fai (3.2.16) unstable; urgency=high
95    
96      [ Thomas Lange ]
97      * fai: fix RC bug, missing umount (closes: #511391)
98      * README: year++
99      * prcopyleft: year++
100    
101      [ Colin Tuckley ]
102      * fixed spelling mistakes in faimond.8, faimond-gui.1
103    
104     -- Thomas Lange <lange@debian.org>  Mon, 12 Jan 2009 13:12:26 +0100
105    
106    fai (3.2.15) unstable; urgency=low
107    
108      [ Thomas Lange ]
109      * fai-server.manpages: faimond-gui.1 was not included into the package
110      * fix typos in mkdebmirror, NEWS, classes_description.txt, fai-mirror,
111        fai-cd.8, fai-guide.sgml
112      * lib/subroutines: check *.var files if they are readable
113      * bootexample.sgml: fix typo
114      * dhcpd.conf/FAISERVER: fix wrong path in example
115      * links.html: fix typo (closes: #508598)
116      * fai-guide.sgml: fix package name in documentation (closes: #504797)
117      * get-boot-info: fix wrong test parameter (closes: #509090)
118      * setup-storage: increase version number
119    
120      [ Colin Tuckley ]
121      * fixed spelling mistakes in fai-do-scripts.1, fai-mirror.1
122    
123      [ Sebastian Harl ]
124      * fai-guide.sgml: fix several typos, mention Git, use $FAI instead of
125        /fai (closes: #507129)
126    
127      [ Michael Tautschnig ]
128      * Commands.pm: Print an informational message whenever a volume or
129        partition is preserved or resized (closes: #508893)
130    
131     -- Thomas Lange <lange@debian.org>  Mon, 22 Dec 2008 14:51:54 +0100
132    
133    fai (3.2.14) unstable; urgency=low
134    
135      * fai-guide.sgml: document behaviour of LOGSERVER (closes: #361524)
136      * install_packages: fix usage of option -n (closes: #489546)
137      * setup-storage, Commands.pm, Exec.pm: Call udevsettle before doing any
138        of the commands to avoid all the possible pitfalls, simplyfies the
139        code quite a bit. (closes: #503729)
140    
141     -- Thomas Lange <lange@debian.org>  Tue, 28 Oct 2008 10:32:20 +0100
142    
143    fai (3.2.13) unstable; urgency=low
144    
145      * lib/setup-storage/Commands.pm: fixed dependency error in vgcreate
146        commands (closes: #502462)
147      * fcopy: fix ordering of classes (closes: #502975)
148    
149     -- Thomas Lange <lange@debian.org>  Wed, 22 Oct 2008 12:14:51 +0200
150    
151  fai (3.2.12) unstable; urgency=low  fai (3.2.12) unstable; urgency=low
152    
153    * setup-storage/Parser.pm, setup-storage/Sizes.pm: Warn, if a    * setup-storage/Parser.pm, setup-storage/Sizes.pm: Warn, if a

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

  ViewVC Help
Powered by ViewVC 1.1.5