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

Diff of /trunk/debian/changelog

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

revision 5103 by lange, Sat Sep 6 08:52:27 2008 UTC revision 5331 by lange, Thu Apr 16 12:05:13 2009 UTC
# Line 1  Line 1 
1  fai (3.2.10~beta5) unstable; urgency=low  fai (3.2.18) UNRELEASED; urgency=low
2    
3    * control: add build-depends-indep (closes: #497683),    [ 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        add -N to install_packages call, this is good for cross architecture
11        building the nfsroot
12      * fai-do-scripts: skip files with certain suffixes (closes: #500579),
13        improve test if $debug is set to 1 (closes: #496072)
14        call cfagent scripts with -v if fai is in debug mode
15      * lib/subroutines-linux: don't rely on ' as a field separator when
16        parsing boot.log, use = and strip off any quotes (closes: #439250)
17      * lib/get-config-dir-svn: Make username in svn:// config url optional
18        (thanks Alexander Fisher) (closes: #441436)
19      * bin/fai-setup: Do not unconditionally add $FAI_CONFIGDIR to exports(5)
20        (thanks Sebastian Harl) (closes: #504801)
21      * lib/get-config-dir-svn: Added support for password in SVN URL  (thanks
22        Robin Powell) (closes: #515057)
23      * 20-removable_media: add fd0 entry to fstab only if device is present
24      * fai-cd, make-fai-nfsroot: awk can also do the grep
25      * NFSROOT: install aMD64 apckages with aptitude, this also helps when
26        building an amd64 nfsroot on i386
27      * fai-mirror: check if -C was used, (thanks to James Richardson for the
28        patch) (closes: #523625)
29    
30      [ Michael Tautschnig ]
31      * setup-storage: Bumped version number to 1.0.4
32      * setup-storage/Exec.pm: Use --timeout=10 instead of --timeout 10 to stay
33        compatible with etch (thanks Vincent Fortier)
34      * setup-storage/Sizes.pm: Immediately fail if partitions > 2TB are to be
35        created on msdos disk labels
36      * setup-storage: Enable debug mode if -d was given on the command line
37      * setup-storage/Fstab.pm, setup-storage/Commands.pm: Proper perl text
38        replace syntax and additional random initialization of partition
39        (thanks William Famy) (closes: #500821)
40      * examples/simple/scripts/GRUB/20-initramfs: Update the initramfs in case
41        lvm2 or mdadm have been installed.
42      * example/simple/classes/50-host-classes: Added hosts bear (class
43        LVM_XEN_SERVER) and puma (RAID_XEN_VIRTUAL)
44      * example/simple/disk_config/{LVM_XEN_SERVER,RAID_XEN_VIRTUAL}: Added
45        corresponding disk_config examples that have a large LVM and a software
46        RAID configured
47      * conf/NFSROOT, debian/control, setup-storage/Volumes.pm: Moving back to
48        Linux::LVM perl module for parsing LVM command output as #488205 has been
49        fixed.
50      * setup-storage/Parser.pm, setup-storage.8: Added and documented support for
51        glob patterns in device names (e.g., /dev/disk/by-id/scsi-*)
52      * setup-storage/Sizes.pm: Fail early, if a non-existing device is used in a
53        volume group.
54      * setup-storage/Commands.pm: Properly handle existing volume groups and only
55        extend them if the underlying devices are preserved, otherwise create them
56        anew.
57      * setup-storage/Volumes.pm, setup-storage/Parser.pm: Always write a new
58        disklabel, if no partition on the disk must be preserved
59      * setup-storage/Parser.pm, setup-storage/Commands.pm: Make sure that the
60        user hasn't configured spares/missing devices with RAID-0 and only add
61        --spare-devices if at least 1 is configured. Thanks Camille Barette.
62        (closes: #508192)
63      * setup-storage/Commands.pm: Use the proper id for telling the user about
64        preserved/resized partitions. (closes: #521290)
65      * setup-storage/Init.pm, disk-info: Added AOE etherd/ device names to
66        regular expressions (thanks Jean Spirat)
67      * setup-storage/Commands.pm: If the disk config is marked virtual, create
68        dummy commands to tell later commands that the devices exist
69        (closes: #508247)
70      * setup-storage/Parser.pm: Support :encrypt with all mountpoint
71        specifications
72      * setup-storage/Sizes.pm: Properly tell the user that the lower bound of a
73        parition size is already too high
74      * setup-storage/Commands.pm: Added debug output in command dependency sorter
75      * setup-storage/Parser.pm, setup-storage/Commands.pm: Make random
76        initialization of encrypted partitions configurable
77      * setup-storage.8: Document new encryption possibilities
78      * lib/get-config-dir-*: task_error requires the exit code of the
79        preceeding command as the second argument
80      * lib/subroutines-linux: The exit code of a command earlier in a pipe
81        must be read using $PIPESTATUS, not $? (closes: #444210)
82      * bin/faimond: Try to load Proc::Daemon only in case -d is given; if it
83        fails, print a helpful error message (closes: #513090)
84      * bin/setup-storage, setup-storage/Volumes.pm: When propagating preserve
85        markers also check whether the to-be-preserved volume is defined at all
86        (closes: #521153)
87      * setup-storage/Parser.pm, setup-storage/Commands.pm: Added support for
88        optional (pv|vg|lv|md)createopts
89      * man/setup-storage.8: Documented these new options
90      * Moved parsing of createopts,tuneopts to Parser.pm for simpler code and
91        better syntax checking (closes: #521172)
92      * setup-storage/Sizes.pm: Change die to warn in case a preserved partition
93        is not aligned to cylinder boundaries
94      * setup-storage/Parser.pm: Only test for mkfs.X if such a filesystem is to
95        be created (i.e., it will not be preserved)
96      * fai-gude.sgml: add hint how to avoid this bug (closes: #265973)
97    
98     -- Thomas Lange <lange@debian.org>  Thu, 16 Apr 2009 14:04:57 +0200
99    
100    fai (3.2.17) unstable; urgency=medium
101    
102      * fai 3.2.17 and 3.2.17~lenny1 are identical - the difference in version
103        number is only due to the way packages move within Debian releases.
104      * Added myself to uploaders.
105      * Fix typo in fai-do-scripts which prevented perl scripts to be executed,
106        thanks to Andrew Ruthven for reporting this. (Closes: #504662)
107      * setup-storage/Parser.pm: Do not enforce a space after VG/LV names in
108        resize/preserve options. Thanks to Frederic Blanc for the patch.
109        (closes: #516849)
110      * fai-mirror: honor $debug and $qflag environment variables, thanks to
111        Michael Tautschnig. (Closes: #494431)
112      * device2grub: Add /dev/i2o/hdX  to the list of recognized devices. Thanks
113        to Jürgen Kahnert for the patch. (Closes: #515101)
114    
115     -- Holger Levsen <holger@debian.org>  Wed, 25 Feb 2009 12:26:19 +0100
116    
117    fai (3.2.16) unstable; urgency=high
118    
119      [ Thomas Lange ]
120      * fai: fix RC bug, missing umount (closes: #511391)
121      * README: year++
122      * prcopyleft: year++
123    
124      [ Colin Tuckley ]
125      * fixed spelling mistakes in faimond.8, faimond-gui.1
126    
127     -- Thomas Lange <lange@debian.org>  Mon, 12 Jan 2009 13:12:26 +0100
128    
129    fai (3.2.15) unstable; urgency=low
130    
131      [ Thomas Lange ]
132      * fai-server.manpages: faimond-gui.1 was not included into the package
133      * fix typos in mkdebmirror, NEWS, classes_description.txt, fai-mirror,
134        fai-cd.8, fai-guide.sgml
135      * lib/subroutines: check *.var files if they are readable
136      * bootexample.sgml: fix typo
137      * dhcpd.conf/FAISERVER: fix wrong path in example
138      * links.html: fix typo (closes: #508598)
139      * fai-guide.sgml: fix package name in documentation (closes: #504797)
140      * get-boot-info: fix wrong test parameter (closes: #509090)
141      * setup-storage: increase version number
142    
143      [ Colin Tuckley ]
144      * fixed spelling mistakes in fai-do-scripts.1, fai-mirror.1
145    
146      [ Sebastian Harl ]
147      * fai-guide.sgml: fix several typos, mention Git, use $FAI instead of
148        /fai (closes: #507129)
149    
150      [ Michael Tautschnig ]
151      * Commands.pm: Print an informational message whenever a volume or
152        partition is preserved or resized (closes: #508893)
153    
154     -- Thomas Lange <lange@debian.org>  Mon, 22 Dec 2008 14:51:54 +0100
155    
156    fai (3.2.14) unstable; urgency=low
157    
158      * fai-guide.sgml: document behaviour of LOGSERVER (closes: #361524)
159      * install_packages: fix usage of option -n (closes: #489546)
160      * setup-storage, Commands.pm, Exec.pm: Call udevsettle before doing any
161        of the commands to avoid all the possible pitfalls, simplyfies the
162        code quite a bit. (closes: #503729)
163    
164     -- Thomas Lange <lange@debian.org>  Tue, 28 Oct 2008 10:32:20 +0100
165    
166    fai (3.2.13) unstable; urgency=low
167    
168      * lib/setup-storage/Commands.pm: fixed dependency error in vgcreate
169        commands (closes: #502462)
170      * fcopy: fix ordering of classes (closes: #502975)
171    
172     -- Thomas Lange <lange@debian.org>  Wed, 22 Oct 2008 12:14:51 +0200
173    
174    fai (3.2.12) unstable; urgency=low
175    
176      * setup-storage/Parser.pm, setup-storage/Sizes.pm: Warn, if a
177        preserved partition does not match the size specified in the
178        disk_config; fail, if an extended partition is to be created in place
179        of a to-be-preserved partition (closes: #501772)
180      * setup-storage/Exec.pm: recent versions of parted log errors to
181        stdout instead of stderr + adaption of error messages to current ones
182        (closes: #500823)
183      * setup-storage/Volumes.pm: Handle new error message in case of
184        missing disk label (closes: #500823)
185      * setup-storage: extended debug output of sorted commands
186        (closes: #500822)
187      * setup-storage/Commands.pm: Properly sort commands, fixed dependency
188        errors, use start_byte for new config instead of begin_byte
189        (closes: #500822)
190      * setup-storage: increase version number
191      * make-fai-nfsroot: print version of debootstrap (closes: #500046)
192      * fai-guide.sgml: minor update in example
193      * fai-chboot.8: fix warning from man
194    
195     -- Thomas Lange <lange@debian.org>  Wed, 15 Oct 2008 11:25:39 +0200
196    
197    fai (3.2.11) unstable; urgency=low
198    
199      * control: depend on syslinux-common instead of syslinux (closes: #494417)
200        use same intro for description for all packages,
201        add dependeny and recommends on openbsd-inetd | inet-superserver as
202        workaround for #404760
203      * fai-chboot.8, fai-cd.8, ainsl.1, fai.8, fai-class.8: apply patches
204        from Colin Tuckley
205      * THANKS: add Colin
206      * fai-chboot.8: add example for using templates, add link to pxelinux
207        documentation
208      * fai-cd.8: remove unused info
209      * fai-mirror.1: add information about files used by this script
210      * faimond.8: minor fixes
211      * install_packages.8: minor fixes
212      * make-fai-nfsroot.8: minor fixes
213      * fai-debconf.1: minor fixes
214      * setup-storage.8: replace mdoc macro version with man macro version,
215        reformat examples using tab stops, make groff happy
216      * fai-guide.sgml: remove info about make-fai-bootfloppy, add info about
217        kernel parameters
218      * faisetup.sgml: update messages
219      * bootexample.sgml: update example messages
220      * mkdebmirror: remove obsolete code for fetching boot floppy images
221    
222     -- Thomas Lange <lange@debian.org>  Wed, 01 Oct 2008 14:20:45 +0200
223    
224    fai (3.2.10) unstable; urgency=low
225    
226      * add texlive-latex-recommended and texlive-fonts-recommended to
227        build-depends-indep which fixes FTBFS (closes: #497683),
228      add cfengine2 as recommends to fai-client (closes: #442843),      add cfengine2 as recommends to fai-client (closes: #442843),
229      remove mknbi, which is not used,      remove mknbi from fai-docs recommends
230      update to standards version 3.8.0, no changes needed    * Init.pm: really add important bugfix (494784) that was only fixed in svn
231    * rules: Don't ignore errors from make clean      but not in 3.2.9 upload (closes: #494784), fix typo in variable name
   * Init.pm: add bugfix that was only in svn but not in the package  
     included in 3.2.9 (closes: #494784), fix wrong variable name  
232    * Volume.pm: ignore output line of parted containing "Model:"    * Volume.pm: ignore output line of parted containing "Model:"
233      (closes: #497066)      (closes: #497066)
234    * package_config/*: remove non-existing packages, change some package    * disk-info: fix bashism (closes: #498023),
235      names      add pattern for KVM devices like /dev/vd[abcd]X (closes: #494426)
236    * control: update the description (closes: #496113)    * Makefile,VERSION: remove variable KERNELVERSION, because it's unused since
237    * Makefile,VERSION: remove variable KERNELVERSION, because it's not used      3.2 (closes: #494699)
238      any more since 3.2, (closes: #494699)    * fai-cd: do not redirect stderr to /dev/null when calling find_fai_data,
239        otherwise we do not get any errors when the grub call fails
240      * subroutines: use proper path to RUNNING_FROM_FAICD to make eject work
241        (closes: #439101),
242        do not access /proc/uptime if /proc is not mounted (closes: #496234),
243        check if list of cdrom devices is empty (closes: #498052)
244      * fai-client.postrm: use rm -rf, we do so in other maintainer scripts as
245        well and /var/run/fai is probably the least critical place
246        (closes: #494423)
247      * remove old, unsupported and broken script make-fai-bootfloppy and its man
248        page (it only works with fai-kernels which were removed from lenny)
249        (closes: #452375, #400373, #305363)
250      * remove old and unused util/tlink and the information about it from the
251        documentation
252      * fai-guide.sgml: major review, remove boot floppy info, remove BOOTP
253        info, update location of RUNNING_FROM_FAICD
254    * fai-guide.sgml: minor documentation fix (closes: #473106),    * fai-guide.sgml: minor documentation fix (closes: #473106),
255      do not propose make-fai-nfsroot -r (closes: #481111),      do not propose make-fai-nfsroot -r (closes: #481111),
256      do reference NEWS.Debian (closes: #452760)      do reference NEWS.Debian (closes: #452760)
257    * ftar.8: minor fix (closes: #481528), update example    * ftar.8: minor fix (closes: #481528), update example used
258    * fcopy.8: minor fix (closes: #419787)    * fcopy.8: minor fix (closes: #419787)
259    * fai-statoverride.8: add man page for fai-statoverride.8 (closes: #358967)    * fai-statoverride.8: add man page for fai-statoverride.8 (closes: #358967)
   * fai-guide.sgml: major review, remove boot floppy info, remove BOOTP  
     info, update location of RUNNING_FROM_FAICD  
   * remove old unused tlink util and info about it  
   * remove make-fai-bootfloppy script and man page  
     (closes: #452375, #400373, #305363)  
   * use new partition tool in simple examples  
   * remove class SETUPSTORAGE  
   * package_config/GNOME: make gnome example smaller  
   * 10-misc: remove tune2fs call, now done by new partition tool  
   * use lenny in FAISERVER class  
260    * setup-storage.8: document usage of USE_SETUP_STORAGE; some typo fixes    * setup-storage.8: document usage of USE_SETUP_STORAGE; some typo fixes
   * fai-cd: do not redirect stdout to /dev/null when calling find_fai_data,  
     otherwise we do not get any errors when the grub call fails  
   * setup-storage.8: Properly escape \ in literal environments (thanks,  
     lintian)  
   * fai-client.postrm: use rm -rf, we do so in other maintainer scripts as  
     well and /var/run/fai is probably the least critical place  
     (closes: #494423)  
   * subroutines: Proper location of RUNNING_FROM_FAICD to make eject work  
     (closes: #496072)  
261    * fai-cd.8: add usage example, add warning that all data on USB stick    * fai-cd.8: add usage example, add warning that all data on USB stick
262      may de destroyed      may be destroyed
263      * setup-storage.8: Properly escape \ in literal environments (thanks lintian)
264    -- Thomas Lange <lange@debian.org>  Sat, 06 Sep 2008 10:23:59 +0200    * changes to the example classes:
265        - use new partition tool in simple examples
266        - remove class SETUPSTORAGE
267        - package_config/*: remove non-existing packages, change some package
268        - names
269        - package_config/GNOME: make gnome example smaller
270        - 10-misc: remove tune2fs call, now done by new partition tool
271        - use lenny in FAISERVER class
272        - remove empty directory /etc/X11 to make lintian happy
273        - 20-copy-mirror: set correct symlink, add comment
274      * update to standards version 3.8.0, no changes needed
275      * update the package description (closes: #496113)
276      * rules: Don't ignore errors from make clean
277      * Many thanks to Sebastian Harl, Holger Levsen, Michael Prokop and
278        Michael Tautschnig for all the discussions and for the help to create
279        this release
280    
281     -- Thomas Lange <lange@debian.org>  Tue, 09 Sep 2008 15:08:20 +0200
282    
283  fai (3.2.9) unstable; urgency=low  fai (3.2.9) unstable; urgency=low
284    
# Line 94  fai (3.2.9) unstable; urgency=low Line 329  fai (3.2.9) unstable; urgency=low
329    * fai-quickstart.dirs:  linda directory not needed any more    * fai-quickstart.dirs:  linda directory not needed any more
330    * fai-quickstart.lintian: fix pattern    * fai-quickstart.lintian: fix pattern
331    
332   -- Thomas Lange <lange@debian.org>  Sat, 06 Sep 2008 10:27:13 +0200   -- Thomas Lange <lange@debian.org>  Tue, 12 Aug 2008 11:49:51 +0200
333    
334  fai (3.2.8) unstable; urgency=low  fai (3.2.8) unstable; urgency=low
335    

Legend:
Removed from v.5103  
changed lines
  Added in v.5331

  ViewVC Help
Powered by ViewVC 1.1.5