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

Diff of /trunk/debian/changelog

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

revision 5081 by lange, Fri Sep 5 08:29:57 2008 UTC revision 5450 by lange, Sun Jul 19 17:09:34 2009 UTC
# Line 1  Line 1 
1  fai (3.2.10~beta1) unstable; urgency=low  fai (3.2.21) unstable; urgency=low
2    
3    * control: add build-depends-indep (closes: #497683),    [ Thomas Lange ]
4      * subroutines-linux: fix log message
5        remove yes pipe when calling debootstrap
6      * fai-class: add string warning to message
7      * task_sysinfo: call blkid on all disks
8      * fcopy.8: improve info for calling postinst
9      * fai-guide.sgml: add hint how to define classes on the kernel command
10        line (closes: #497548), remove outdated information about
11        /files/packages
12      * ainsl: create missing path elements if -a is used (closes: #447199)
13      * make-fai-nfsroot: mount sysfs inside nfsroot (closes: #532985)
14      * debian/control: Depends: iproute for fai-client, fai-server
15      * fai-setup, make-fai-nfsroot, subroutine-linux, get-boot-info,
16        task_sysinfo, S99fai-setup/FAISERVER: Replaced all calls to ifconfig
17        by proper ip + shell magic calls (closes: #524347). Thanks to Luk
18        Claes for the patch
19      * fai-savelog: cd to the right place if LOGREMOTEDIR is set, thanks to
20        Robin Powell for the patch (closes: #515704)
21      * fai-mirror: remove use of $addpackages (closes: #537544)
22      * fai.conf, make-fai-nfsroot.conf: move FAI_CONFIGDIR to m-f-n.conf,
23        because it's only needed on an install server
24      * fai-cd, fai: get FAI_CONFIGDIR from new config file
25      * fai-server.preinst, fai-server.prerm, fai-quickstart.postinst: print
26        warning if FAI_CONFIGDIR is still in the wrong place
27      * fai-quickstart.prerm: source make-fai-nfsroot.conf instead of fai.conf
28    
29      [ Michael Tautschnig ]
30      * setup-storage/Parser.pm: Set the boot flag on partition mounted at /, if
31        bootable is not explicitly set.
32      * setup-storage, setup-storage/Exec.pm: auto-detect a proper way to tell
33        udev to settle (udevsettle is used in etch, udevadm settle for sid; thanks
34        matrix.systems@matrix.msu.edu for a first patch). (closes: #530656)
35      * setup-storage/Volumes.pm: Updated mdadm --scan output parser to work with
36        current mdadm versions.
37      * setup-storage/Volumes.pm: Ignore another line of output from parted
38        (GPT-related warning). Thanks Andreas Schuldei for noticing this.
39      * setup-storage, setup-storage/Sizes.pm: Properly handle -h, early check for
40        unset (but necessary) environment variables, print full device names in
41        several error/warning messages instead of the partition id only.
42      * setup-storage/Fstab.pm: Be more verbose if obtaining the UUID fails (may
43        be caused by earlier use in RAID array, tell the user how to solve the
44        problem). Ignore exit code 3 of vol_id -l.
45      * setup-storage/Parser.pm: RAID device parsing: $2 doesn't refer to the
46        original expression anymore, store earlier $2 as $opts; don't use options
47        sub-hash (thanks Andreas Schockenhoff for lots of testing and feedback).
48      * setup-storage/Sizes.pm: Properly deal with missing (as in RAID specs) or
49        non-existing (user error) devices in estimate_size; don't do stupid divide
50        by 2 in RAID1 setup. (closes: #525138)
51      * setup-storage/Commands.pm: Proper use of hash reference when checking for
52        "missing" option.
53      * setup-storage/Parser.pm: Ensure that RAID volumes marked preserve don't
54        count as extra RAID volumes being defined.
55      * setup-storage/Parser.pm, setup-storage/Sizes.pm: Added support for raid10
56        (thanks William Francis for suggesting this).
57      * setup-storage/Volumes.pm: Fixed perl syntax error, properly handle
58        existing empty volume groups (thanks Brian Kroth and Cajus Pollmeier for
59        debugging this).  (closes: #532321)
60      * Bumped setup-storage version number to 1.1.
61    
62     -- Thomas Lange <lange@debian.org>  Sun, 19 Jul 2009 12:08:02 +0200
63    
64    fai (3.2.20) unstable; urgency=low
65    
66      [ Thomas Lange ]
67      * menu.lst: remove year
68      * fai-cd: add option -B, that creates a boot-only CD (without containing
69        the nfsroot, the partitial mirror and the config space)
70      * conf/menu.lst.boot-only: new config file for the boot only CD
71      * fai-cd.8: add option -B
72      * fai-abort: add missing lsb header
73      * control: remove duplicate fields
74      * copyright: fix lintian warning
75    
76      [ Michael Tautschnig ]
77      * fixed several hyphen-used-as-minus-sign errors in man pages
78      * update to standards version 3.8.1, no changes needed
79      * replaced dh_clean -k by dh_prep
80      * use dh_lintian to install lintian overrides
81      * added override for fai-nfsroot (diverts foreign /etc/init.d.rcS)
82      * Build-Depends: debhelper (>= 7)
83      * setup-storage/Sizes.pm: Clarified error message in cases where the user
84        specified a partition is larger than the entire disk
85      * setup-storage/Parser.pm, setup-storage/Sizes.pm, setup-storage/Volumes.pm:
86        Added pseudo-disklabel gpt-bios to support GPT on systems with BIOS
87        instead of EFI. Also installs an additional partition to store whatever
88        doesn't fit into MBR.
89      * setup-storage: bumped version to 1.0.5 (gpt-bios support)
90    
91     -- Thomas Lange <lange@debian.org>  Mon, 04 May 2009 10:42:25 +0200
92    
93    fai (3.2.19) unstable; urgency=low
94    
95      * subroutines-linux: get-config-dir was never run if -z $monserver,
96        which may be the case when no DHCP was done (dirinstall, softupdates,
97        or install using fixed IP); problem was introduced by patch in r5338.
98        (closes: #525096)
99        adjust indentation
100    
101     -- Thomas Lange <lange@debian.org>  Wed, 22 Apr 2009 13:39:58 +0200
102    
103    fai (3.2.18) unstable; urgency=low
104    
105      [ Thomas Lange ]
106      * control: add depends on net-tools for fai-client (closes: #521027)
107      * ainsl: add test if target file exists,
108        improve exit codes (closes: #500244)
109      * fai-cd: use a pipe when sending commands to grub
110      * ftar, fcopy: add info about the other tool
111      * new file live.conf will disable some messages during booting
112      * make-fai-nfsroot: call apt-get update when using -k (closes: #507892),
113        -k now also upgrades all packages inside the nfsroot,
114        add -N to install_packages call, this is good for cross architecture
115        building the nfsroot
116        check if debootstrap finished properly (closes: #524369)
117        try to umount mirror before removing old nfsroot (closes: #500208)
118      * fai-do-scripts: skip files with certain suffixes (closes: #500579),
119        improve test if $debug is set to 1 (closes: #496072)
120        call cfagent scripts with -v if fai is in debug mode
121      * lib/subroutines-linux: don't rely on ' as a field separator when
122        parsing boot.log, use = and strip off any quotes (closes: #439250),
123        check earlier if faimond is available, send TASKBEGIN message
124      * lib/get-config-dir-svn: Make username in svn:// config url optional
125        (thanks Alexander Fisher) (closes: #441436)
126      * bin/fai-setup: Do not unconditionally add $FAI_CONFIGDIR to exports(5)
127        (thanks Sebastian Harl) (closes: #504801)
128      * lib/get-config-dir-svn: Added support for password in SVN URL  (thanks
129        Robin Powell) (closes: #515057)
130      * 20-removable_media: add fd0 entry to fstab only if device is present
131      * fai-cd, make-fai-nfsroot: awk can also do the grep
132      * NFSROOT: install AMD64 packages with aptitude, this also helps when
133        building an amd64 nfsroot on i386
134      * fai-mirror: check if -C was used, (thanks to James Richardson for the
135        patch) (closes: #523625), fixing informal message (closes: #516385)
136      * fai: set STOP_ON_ERROR to 700, this can be overwritten by fai.conf or
137        in a file called class/*.var (closes: #515139),
138        create /var/run/fai (closes: #515775)
139        always change HOSTNAME when -u was used (closes: #456978)
140        add -u to help message
141      * fai-client.dirs, fai-server.dirs: remove /var/run/fai
142      * subroutines: add trap for softupdates (closes: #449236)
143        stop_fai_installation() sends message to faimond
144        send TASKEND faiend message
145        include target directory information into stamp (closes: #503653)
146      * packages_config/FAIBASE: add lvm2 (closes: #517417)
147      * fai-chboot: always add $append to pxe configuration (closes: #495535)
148      * fai-chboot.8: fix description of -i
149      * compat,rules: update to compat level 7
150      * fai-mirror: set Dir::Etc option instead of changing
151        Dir::Etc::sourceslist only (thanks Sebastian Harl) (closes: #504813)
152      * get-config-dir-git: do not clone into an existing directory (thanks
153        Sebastian Harl) (closes: #506463)
154      * mount2dir: add commands to create /var/lock and /var/run on the
155        filesystem mounted at / (closes: #464541)
156      * make-fai-nfsroot.8: adjust informationen about -U (closes: #520257)
157      * fai,subroutines: move definition of trap clean_exit into task
158        dirinstall
159    
160      [ Michael Tautschnig ]
161      * setup-storage: Bumped version number to 1.0.4
162      * setup-storage/Exec.pm: Use --timeout=10 instead of --timeout 10 to stay
163        compatible with etch (thanks Vincent Fortier)
164      * setup-storage/Sizes.pm: Immediately fail if partitions > 2TB are to be
165        created on msdos disk labels
166      * setup-storage: Enable debug mode if -d was given on the command line
167      * setup-storage/Fstab.pm, setup-storage/Commands.pm: Proper perl text
168        replace syntax and additional random initialization of partition
169        (thanks William Famy) (closes: #500821)
170      * examples/simple/scripts/GRUB/20-initramfs: Update the initramfs in case
171        lvm2 or mdadm have been installed.
172      * example/simple/classes/50-host-classes: Added hosts bear (class
173        LVM_XEN_SERVER) and puma (RAID_XEN_VIRTUAL)
174      * example/simple/disk_config/{LVM_XEN_SERVER,RAID_XEN_VIRTUAL}: Added
175        corresponding disk_config examples that have a large LVM and a software
176        RAID configured
177      * conf/NFSROOT, debian/control, setup-storage/Volumes.pm: Moving back to
178        Linux::LVM perl module for parsing LVM command output as #488205 has been
179        fixed.
180      * setup-storage/Parser.pm, setup-storage.8: Added and documented support for
181        glob patterns in device names (e.g., /dev/disk/by-id/scsi-*)
182      * setup-storage/Sizes.pm: Fail early, if a non-existing device is used in a
183        volume group.
184      * setup-storage/Commands.pm: Properly handle existing volume groups and only
185        extend them if the underlying devices are preserved, otherwise create them
186        anew.
187      * setup-storage/Volumes.pm, setup-storage/Parser.pm: Always write a new
188        disklabel, if no partition on the disk must be preserved
189      * setup-storage/Parser.pm, setup-storage/Commands.pm: Make sure that the
190        user hasn't configured spares/missing devices with RAID-0 and only add
191        --spare-devices if at least 1 is configured. Thanks Camille Barette.
192        (closes: #508192)
193      * setup-storage/Commands.pm: Use the proper id for telling the user about
194        preserved/resized partitions. (closes: #521290)
195      * setup-storage/Init.pm, disk-info: Added AOE etherd/ device names to
196        regular expressions (thanks Jean Spirat)
197      * setup-storage/Commands.pm: If the disk config is marked virtual, create
198        dummy commands to tell later commands that the devices exist
199        (closes: #508247)
200      * setup-storage/Parser.pm: Support :encrypt with all mountpoint
201        specifications
202      * setup-storage/Sizes.pm: Properly tell the user that the lower bound of a
203        parition size is already too high
204      * setup-storage/Commands.pm: Added debug output in command dependency sorter
205      * setup-storage/Parser.pm, setup-storage/Commands.pm: Make random
206        initialization of encrypted partitions configurable
207      * setup-storage.8: Document new encryption possibilities
208      * lib/get-config-dir-*: task_error requires the exit code of the
209        preceeding command as the second argument
210      * lib/subroutines-linux: The exit code of a command earlier in a pipe
211        must be read using $PIPESTATUS, not $? (closes: #444210)
212      * bin/faimond: Try to load Proc::Daemon only in case -d is given; if it
213        fails, print a helpful error message (closes: #513090)
214      * bin/setup-storage, setup-storage/Volumes.pm: When propagating preserve
215        markers also check whether the to-be-preserved volume is defined at all
216        (closes: #521153)
217      * setup-storage/Parser.pm, setup-storage/Commands.pm: Added support for
218        optional (pv|vg|lv|md)createopts
219      * man/setup-storage.8: Documented these new options
220      * Moved parsing of createopts,tuneopts to Parser.pm for simpler code and
221        better syntax checking (closes: #521172)
222      * setup-storage/Sizes.pm: Change die to warn in case a preserved partition
223        is not aligned to cylinder boundaries
224      * setup-storage/Parser.pm: Only test for mkfs.X if such a filesystem is to
225        be created (i.e., it will not be preserved)
226      * fai-gude.sgml: add hint how to avoid this bug (closes: #265973)
227    
228     -- Thomas Lange <lange@debian.org>  Mon, 20 Apr 2009 12:02:57 +0200
229    
230    fai (3.2.17) unstable; urgency=medium
231    
232      * fai 3.2.17 and 3.2.17~lenny1 are identical - the difference in version
233        number is only due to the way packages move within Debian releases.
234      * Added myself to uploaders.
235      * Fix typo in fai-do-scripts which prevented perl scripts to be executed,
236        thanks to Andrew Ruthven for reporting this. (Closes: #504662)
237      * setup-storage/Parser.pm: Do not enforce a space after VG/LV names in
238        resize/preserve options. Thanks to Frederic Blanc for the patch.
239        (closes: #516849)
240      * fai-mirror: honor $debug and $qflag environment variables, thanks to
241        Michael Tautschnig. (Closes: #494431)
242      * device2grub: Add /dev/i2o/hdX  to the list of recognized devices. Thanks
243        to Jürgen Kahnert for the patch. (Closes: #515101)
244    
245     -- Holger Levsen <holger@debian.org>  Wed, 25 Feb 2009 12:26:19 +0100
246    
247    fai (3.2.16) unstable; urgency=high
248    
249      [ Thomas Lange ]
250      * fai: fix RC bug, missing umount (closes: #511391)
251      * README: year++
252      * prcopyleft: year++
253    
254      [ Colin Tuckley ]
255      * fixed spelling mistakes in faimond.8, faimond-gui.1
256    
257     -- Thomas Lange <lange@debian.org>  Mon, 12 Jan 2009 13:12:26 +0100
258    
259    fai (3.2.15) unstable; urgency=low
260    
261      [ Thomas Lange ]
262      * fai-server.manpages: faimond-gui.1 was not included into the package
263      * fix typos in mkdebmirror, NEWS, classes_description.txt, fai-mirror,
264        fai-cd.8, fai-guide.sgml
265      * lib/subroutines: check *.var files if they are readable
266      * bootexample.sgml: fix typo
267      * dhcpd.conf/FAISERVER: fix wrong path in example
268      * links.html: fix typo (closes: #508598)
269      * fai-guide.sgml: fix package name in documentation (closes: #504797)
270      * get-boot-info: fix wrong test parameter (closes: #509090)
271      * setup-storage: increase version number
272    
273      [ Colin Tuckley ]
274      * fixed spelling mistakes in fai-do-scripts.1, fai-mirror.1
275    
276      [ Sebastian Harl ]
277      * fai-guide.sgml: fix several typos, mention Git, use $FAI instead of
278        /fai (closes: #507129)
279    
280      [ Michael Tautschnig ]
281      * Commands.pm: Print an informational message whenever a volume or
282        partition is preserved or resized (closes: #508893)
283    
284     -- Thomas Lange <lange@debian.org>  Mon, 22 Dec 2008 14:51:54 +0100
285    
286    fai (3.2.14) unstable; urgency=low
287    
288      * fai-guide.sgml: document behaviour of LOGSERVER (closes: #361524)
289      * install_packages: fix usage of option -n (closes: #489546)
290      * setup-storage, Commands.pm, Exec.pm: Call udevsettle before doing any
291        of the commands to avoid all the possible pitfalls, simplyfies the
292        code quite a bit. (closes: #503729)
293    
294     -- Thomas Lange <lange@debian.org>  Tue, 28 Oct 2008 10:32:20 +0100
295    
296    fai (3.2.13) unstable; urgency=low
297    
298      * lib/setup-storage/Commands.pm: fixed dependency error in vgcreate
299        commands (closes: #502462)
300      * fcopy: fix ordering of classes (closes: #502975)
301    
302     -- Thomas Lange <lange@debian.org>  Wed, 22 Oct 2008 12:14:51 +0200
303    
304    fai (3.2.12) unstable; urgency=low
305    
306      * setup-storage/Parser.pm, setup-storage/Sizes.pm: Warn, if a
307        preserved partition does not match the size specified in the
308        disk_config; fail, if an extended partition is to be created in place
309        of a to-be-preserved partition (closes: #501772)
310      * setup-storage/Exec.pm: recent versions of parted log errors to
311        stdout instead of stderr + adaption of error messages to current ones
312        (closes: #500823)
313      * setup-storage/Volumes.pm: Handle new error message in case of
314        missing disk label (closes: #500823)
315      * setup-storage: extended debug output of sorted commands
316        (closes: #500822)
317      * setup-storage/Commands.pm: Properly sort commands, fixed dependency
318        errors, use start_byte for new config instead of begin_byte
319        (closes: #500822)
320      * setup-storage: increase version number
321      * make-fai-nfsroot: print version of debootstrap (closes: #500046)
322      * fai-guide.sgml: minor update in example
323      * fai-chboot.8: fix warning from man
324    
325     -- Thomas Lange <lange@debian.org>  Wed, 15 Oct 2008 11:25:39 +0200
326    
327    fai (3.2.11) unstable; urgency=low
328    
329      * control: depend on syslinux-common instead of syslinux (closes: #494417)
330        use same intro for description for all packages,
331        add dependeny and recommends on openbsd-inetd | inet-superserver as
332        workaround for #404760
333      * fai-chboot.8, fai-cd.8, ainsl.1, fai.8, fai-class.8: apply patches
334        from Colin Tuckley
335      * THANKS: add Colin
336      * fai-chboot.8: add example for using templates, add link to pxelinux
337        documentation
338      * fai-cd.8: remove unused info
339      * fai-mirror.1: add information about files used by this script
340      * faimond.8: minor fixes
341      * install_packages.8: minor fixes
342      * make-fai-nfsroot.8: minor fixes
343      * fai-debconf.1: minor fixes
344      * setup-storage.8: replace mdoc macro version with man macro version,
345        reformat examples using tab stops, make groff happy
346      * fai-guide.sgml: remove info about make-fai-bootfloppy, add info about
347        kernel parameters
348      * faisetup.sgml: update messages
349      * bootexample.sgml: update example messages
350      * mkdebmirror: remove obsolete code for fetching boot floppy images
351    
352     -- Thomas Lange <lange@debian.org>  Wed, 01 Oct 2008 14:20:45 +0200
353    
354    fai (3.2.10) unstable; urgency=low
355    
356      * add texlive-latex-recommended and texlive-fonts-recommended to
357        build-depends-indep which fixes FTBFS (closes: #497683),
358      add cfengine2 as recommends to fai-client (closes: #442843),      add cfengine2 as recommends to fai-client (closes: #442843),
359      remove mknbi, which is not used      remove mknbi from fai-docs recommends
360    * Init.pm: add bugfix that was only in svn but not in the package    * Init.pm: really add important bugfix (494784) that was only fixed in svn
361      included in 3.2.9 (closes: #494784), fix wrong variable name      but not in 3.2.9 upload (closes: #494784), fix typo in variable name
362    * Volume.pm: ignore output line of parted containing "Model:"    * Volume.pm: ignore output line of parted containing "Model:"
363      (closes: #497066)      (closes: #497066)
364    * package_config/*: remove non-existing packages, change some package    * disk-info: fix bashism (closes: #498023),
365      names      add pattern for KVM devices like /dev/vd[abcd]X (closes: #494426)
366    * control: update the description (closes: #496113)    * Makefile,VERSION: remove variable KERNELVERSION, because it's unused since
367    * Makefile,VERSION: remove variable KERNELVERSION, because it's not used      3.2 (closes: #494699)
368      any more since 3.2, (closes: #494699)    * fai-cd: do not redirect stderr to /dev/null when calling find_fai_data,
369        otherwise we do not get any errors when the grub call fails
370      * subroutines: use proper path to RUNNING_FROM_FAICD to make eject work
371        (closes: #439101),
372        do not access /proc/uptime if /proc is not mounted (closes: #496234),
373        check if list of cdrom devices is empty (closes: #498052)
374      * fai-client.postrm: use rm -rf, we do so in other maintainer scripts as
375        well and /var/run/fai is probably the least critical place
376        (closes: #494423)
377      * remove old, unsupported and broken script make-fai-bootfloppy and its man
378        page (it only works with fai-kernels which were removed from lenny)
379        (closes: #452375, #400373, #305363)
380      * remove old and unused util/tlink and the information about it from the
381        documentation
382      * fai-guide.sgml: major review, remove boot floppy info, remove BOOTP
383        info, update location of RUNNING_FROM_FAICD
384    * fai-guide.sgml: minor documentation fix (closes: #473106),    * fai-guide.sgml: minor documentation fix (closes: #473106),
385      do not propose make-fai-nfsroot -r (closes: #481111),      do not propose make-fai-nfsroot -r (closes: #481111),
386      do reference NEWS.Debian (closes: #452760)      do reference NEWS.Debian (closes: #452760)
387    * ftar.8: minor fix (closes: #481528), update example    * ftar.8: minor fix (closes: #481528), update example used
388    * fcopy.8: minor fix (closes: #419787)    * fcopy.8: minor fix (closes: #419787)
389    * fai-statoverride.8: add man page for fai-statoverride.8 (closes: #358967)    * fai-statoverride.8: add man page for fai-statoverride.8 (closes: #358967)
390    * fai-guide.sgml: major review, remove boot floppy info, remove BOOTP info    * setup-storage.8: document usage of USE_SETUP_STORAGE; some typo fixes
391    * remove old unused tlink util and info about it    * fai-cd.8: add usage example, add warning that all data on USB stick
392    * remove make-fai-bootfloppy script and man page      may be destroyed
393      (closes: #452375, #400373, #305363)    * setup-storage.8: Properly escape \ in literal environments (thanks lintian)
394    * use new partition tool in simple examples    * changes to the example classes:
395        - use new partition tool in simple examples
396        - remove class SETUPSTORAGE
397        - package_config/*: remove non-existing packages, change some package
398        - names
399        - package_config/GNOME: make gnome example smaller
400        - 10-misc: remove tune2fs call, now done by new partition tool
401        - use lenny in FAISERVER class
402        - remove empty directory /etc/X11 to make lintian happy
403        - 20-copy-mirror: set correct symlink, add comment
404      * update to standards version 3.8.0, no changes needed
405      * update the package description (closes: #496113)
406      * rules: Don't ignore errors from make clean
407      * Many thanks to Sebastian Harl, Holger Levsen, Michael Prokop and
408        Michael Tautschnig for all the discussions and for the help to create
409        this release
410    
411   -- Thomas Lange <lange@debian.org>  Fri, 05 Sep 2008 10:29:02 +0200   -- Thomas Lange <lange@debian.org>  Tue, 09 Sep 2008 15:08:20 +0200
412    
413  fai (3.2.9) unstable; urgency=low  fai (3.2.9) unstable; urgency=low
414    

Legend:
Removed from v.5081  
changed lines
  Added in v.5450

  ViewVC Help
Powered by ViewVC 1.1.5