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

Diff of /trunk/debian/changelog

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

revision 5188 by lange, Tue Oct 14 13:29:57 2008 UTC revision 5272 by holger, Tue Feb 17 14:17:31 2009 UTC
# Line 1  Line 1 
1    fai (3.2.17) 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    
8      [ Michael Tautschnig ]
9      * setup-storage: Bumped version number to 1.0.4
10      * setup-storage/Exec.pm: Use --timeout=10 instead of --timeout 10 to stay
11        compatible with etch (thanks Vincent Fortier)
12      * setup-storage/Sizes.pm: Immediately fail if partitions > 2TB are to be
13        created on msdos disk labels
14      * setup-storage: Enable debug mode if -d was given on the command line
15      * setup-storage/Fstab.pm, setup-storage/Commands.pm: Proper perl text
16        replace syntax and additional random initialization of partition
17        (thanks William Famy)
18      * examples/simple/scripts/GRUB/20-initramfs: Update the initramfs in case
19        lvm2 or mdadm have been installed.
20      * example/simple/classes/50-host-classes: Added hosts bear (class
21        LVM_XEN_SERVER) and puma (RAID_XEN_VIRTUAL)
22      * example/simple/disk_config/{LVM_XEN_SERVER,RAID_XEN_VIRTUAL}: Added
23        corresponding disk_config examples that have a large LVM and a software
24        RAID configured
25      * conf/NFSROOT, debian/control, setup-storage/Volumes.pm: Moving back to
26        Linux::LVM perl module for parsing LVM command output as #488205 has been
27        fixed.
28      * setup-storage/Parser.pm, setup-storage.8: Added and documented support for
29        glob patterns in device names (e.g., /dev/disk/by-id/scsi-*)
30      * setup-storage/Sizes.pm: Fail early, if a non-existing device is used in a
31        volume group.
32      * setup-storage/Commands.pm: Properly handle existing volume groups and only
33        extend them if the underlying devices are preserved, otherwise create them
34        anew.
35      * setup-storage/Volumes.pm, setup-storage/Parser.pm: Always write a new
36        disklabel, if no partition on the disk must be preserved
37      * setup-storage/Parser.pm, setup-storage/Commands.pm: Make sure that the
38        user hasn't configured spares/missing devices with RAID-0 and only add
39        --spare-devices if at least 1 is configured. Thanks Camille Barette.
40        (closes: #508192)
41      * setup-storage/Commands.pm: Use the proper id for telling the user about
42        preserved/resized partitions.
43      * setup-storage/Init.pm, disk-info: Added AOE etherd/ device names to
44        regular expressions (thanks Jean Spirat)
45      * setup-storage/Commands.pm: If the disk config is marked virtual, create
46        dummy commands to tell later commands that the devices exist
47        (closes: #508247)
48      * setup-storage/Parser.pm: Support :encrypt with all mountpoint
49        specifications
50      * setup-storage/Sizes.pm: Properly tell the user that the lower bound of a
51        parition size is already too high
52      * setup-storage/Commands.pm: Added debug output in command dependency sorter
53      * setup-storage/Parser.pm, setup-storage/Commands.pm: Make random
54        initialization of encrypted partitions configurable
55      * setup-storage.8: Document new encryption possibilities
56    
57      [ Holger Levsen ]
58      * Fix typo in fai-do-scripts, thanks to Andrew Ruthven for reporting this.
59        (Closes: #504662)
60      * fai-mirror: honor $debug and $qflag environment variables, thanks to
61        Michael Tautschnig. (Closes: #494431)
62    
63     -- Thomas Lange <lange@debian.org>  Mon, 16 Feb 2009 18:51:36 +0100
64    
65    fai (3.2.16) unstable; urgency=high
66    
67      [ Thomas Lange ]
68      * fai: fix RC bug, missing umount (closes: #511391)
69      * README: year++
70      * prcopyleft: year++
71    
72      [ Colin Tuckley ]
73      * fixed spelling mistakes in faimond.8, faimond-gui.1
74    
75     -- Thomas Lange <lange@debian.org>  Mon, 12 Jan 2009 13:12:26 +0100
76    
77    fai (3.2.15) unstable; urgency=low
78    
79      [ Thomas Lange ]
80      * fai-server.manpages: faimond-gui.1 was not included into the package
81      * fix typos in mkdebmirror, NEWS, classes_description.txt, fai-mirror,
82        fai-cd.8, fai-guide.sgml
83      * lib/subroutines: check *.var files if they are readable
84      * bootexample.sgml: fix typo
85      * dhcpd.conf/FAISERVER: fix wrong path in example
86      * links.html: fix typo (closes: #508598)
87      * fai-guide.sgml: fix package name in documentation (closes: #504797)
88      * get-boot-info: fix wrong test parameter (closes: #509090)
89      * setup-storage: increase version number
90    
91      [ Colin Tuckley ]
92      * fixed spelling mistakes in fai-do-scripts.1, fai-mirror.1
93    
94      [ Sebastian Harl ]
95      * fai-guide.sgml: fix several typos, mention Git, use $FAI instead of
96        /fai (closes: #507129)
97    
98      [ Michael Tautschnig ]
99      * Commands.pm: Print an informational message whenever a volume or
100        partition is preserved or resized (closes: #508893)
101    
102     -- Thomas Lange <lange@debian.org>  Mon, 22 Dec 2008 14:51:54 +0100
103    
104    fai (3.2.14) unstable; urgency=low
105    
106      * fai-guide.sgml: document behaviour of LOGSERVER (closes: #361524)
107      * install_packages: fix usage of option -n (closes: #489546)
108      * setup-storage, Commands.pm, Exec.pm: Call udevsettle before doing any
109        of the commands to avoid all the possible pitfalls, simplyfies the
110        code quite a bit. (closes: #503729)
111    
112     -- Thomas Lange <lange@debian.org>  Tue, 28 Oct 2008 10:32:20 +0100
113    
114    fai (3.2.13) unstable; urgency=low
115    
116      * lib/setup-storage/Commands.pm: fixed dependency error in vgcreate
117        commands (closes: #502462)
118      * fcopy: fix ordering of classes (closes: #502975)
119    
120     -- Thomas Lange <lange@debian.org>  Wed, 22 Oct 2008 12:14:51 +0200
121    
122  fai (3.2.12) unstable; urgency=low  fai (3.2.12) unstable; urgency=low
123    
124    * lib/setup-storage/Parser.pm, lib/setup-storage/Sizes.pm: Warn, if a    * setup-storage/Parser.pm, setup-storage/Sizes.pm: Warn, if a
125      preserved partition does not match the size specified in the      preserved partition does not match the size specified in the
126      disk_config; fail, if an extended partition is to be created in place      disk_config; fail, if an extended partition is to be created in place
127      of a to-be-preserved partition (closes: #501772)      of a to-be-preserved partition (closes: #501772)
128      * setup-storage/Exec.pm: recent versions of parted log errors to
129        stdout instead of stderr + adaption of error messages to current ones
130        (closes: #500823)
131      * setup-storage/Volumes.pm: Handle new error message in case of
132        missing disk label (closes: #500823)
133      * setup-storage: extended debug output of sorted commands
134        (closes: #500822)
135      * setup-storage/Commands.pm: Properly sort commands, fixed dependency
136        errors, use start_byte for new config instead of begin_byte
137        (closes: #500822)
138      * setup-storage: increase version number
139    * make-fai-nfsroot: print version of debootstrap (closes: #500046)    * make-fai-nfsroot: print version of debootstrap (closes: #500046)
140      * fai-guide.sgml: minor update in example
141      * fai-chboot.8: fix warning from man
142    
143   -- Thomas Lange <lange@debian.org>  Tue, 14 Oct 2008 15:29:21 +0200   -- Thomas Lange <lange@debian.org>  Wed, 15 Oct 2008 11:25:39 +0200
144    
145  fai (3.2.11) unstable; urgency=low  fai (3.2.11) unstable; urgency=low
146    

Legend:
Removed from v.5188  
changed lines
  Added in v.5272

  ViewVC Help
Powered by ViewVC 1.1.5