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

Diff of /trunk/debian/changelog

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

revision 4795 by lange, Sat Nov 24 15:09:11 2007 UTC revision 5562 by lange, Mon Oct 19 15:01:28 2009 UTC
# Line 1  Line 1 
1    fai (3.2.23~beta22) unstable; urgency=low
2    
3      [ Thomas Lange ]
4      * subroutines-linux: fix log message
5        remove yes pipe when calling debootstrap (closes: #539980)
6        if NEXTTEST is used, define a class for next reboot. Thanks to
7        Sebastian Hetze for this patch.
8        task_updatebase now writes to software.log
9        print warning when setup_harddisks is used
10        include subroutines-linux into subroutines (closes: #494377)
11      * subroutines: do not unset the functions task_$taskname after use
12        fill task_tests with code, execute tests before task chboot
13        create /var/run/sshd (needed for ubuntu 9.10)
14        additional call to clean_exit in task_dirinstall
15        include subroutines-linux into subroutines (closes: #494377)
16        if two softupdates are running, print the name of the lock file
17        set trap for softupdate after checking if second instance is running
18      * fai-class: add string warning to message
19      * task_sysinfo: call blkid on all disks
20      * fcopy: add die() after open command
21      * fcopy.8: improve info for calling postinst
22      * fai-guide.sgml: add hint how to define classes on the kernel command
23        line (closes: #497548), remove outdated information about
24        /files/packages, add section about tests
25      * ainsl: create missing path elements if -a is used (closes: #447199)
26      * make-fai-nfsroot: mount sysfs inside nfsroot (closes: #532985)
27        dereference symli nks when copying file into nfsroot
28        replace --print-installation-architecture by --print-architecture
29      * debian/control: Depends: iproute for fai-client, fai-server
30        new build-depends-indep for asciidoc tools, w3m, remove bootp
31      * fai-setup, make-fai-nfsroot, subroutine-linux, get-boot-info,
32        task_sysinfo, S99fai-setup/FAISERVER: Replaced all calls to ifconfig
33        by proper ip + shell magic calls (closes: #524347). Thanks to Luk
34        Claes for the patch
35      * fai-savelog: cd to the right place if LOGREMOTEDIR is set, thanks to
36        Robin Powell for the patch (closes: #515704)
37      * fai-mirror: remove use of $addpackages (closes: #537544)
38      * fai.conf, make-fai-nfsroot.conf: move FAI_CONFIGDIR to m-f-n.conf,
39        because it's only needed on an install server
40        add comment, rearrange variables, important variables first
41      * fai-cd, fai: get FAI_CONFIGDIR from new config file
42      * fai-server.preinst, fai-server.prerm, fai-quickstart.postinst: print
43        warning if FAI_CONFIGDIR is still in the wrong place
44      * fai-quickstart.prerm: source make-fai-nfsroot.conf instead of fai.conf
45      * fai, fai.8: add option -s/--cspace to specify the config space URL
46        (closes: #444213)
47      * disk_config/*: add nosuid and nodev to some partitions
48      * menu.lst/postinst: add /g to perl substitution command
49      * fai-class: do not remove additional-classes when in debug mode,
50        use the comma separated list of $ADDCLASSES for classes (closes: #497548)
51      * fai-class.1: add ADDCLASS feature, add info about $LOGDIR/additional.var
52      * package_config/FAIBASE: remove rsh-client, discover
53      * fai-chboot: ignore ~ and .bak entries
54      * faimond-gui: add task tests
55      * tests/Faitest.pm: new file including subroutines for tests. Thanks to
56        Sebastian Hetze for the initial version.
57      * tests/FAIBASE_TEST: add simple test for partition layout of FAIBASE
58      * disk_config/FAIBASE: add file system labels
59      * examples/more-tests: add more tests from Sebastian
60      * savelog.LAST.source: add error patterns
61      * LAST/50-misc: use ainsl instead of echo
62      * 20-hwdetect.source, DEMO/10-misc,10-conffiles: apply patch from
63        Michael, that skips some commands on softupdate (closes: #481871)
64      * install_packages: do not call AptPkg function when -N was given
65        write list of all packages to packages.list
66        fix code that sets action if smarti is used, minor code cleanup,
67        download Debian source packages into $FAI_DEBSOUCRESDIR if defined
68      * 10-base-classes: replace --print-installation-architecture by
69        --print-architecture
70      * make-fai-nfsroot, DEMO/10-misc,FAIBASE/10-misc: chpasswd does not
71        support -e in newer version, replaced by usermod
72      * policy-rc.d.fai: udev not should be started when running
73        make-fai-nfsroot
74      * links.html: remove broken links
75      * doc/Makefile: new target for asciidoc documentation
76      * doc/fai-guide.txt: fai-guide now written with asciidoc
77        remove information about inetd.conf, since tftpd is now started as
78        standalone daemon, remove bootpd information, several small updates
79        add info how to remove the red logo
80      * fai-doc.doc-base.package: update file names
81      * ftar: add support for .tgz suffix
82      * get-config-dir-hg: add support for mercurial (thanks to Darshaka
83        Pathirana for the patch)
84      * get-config-dir-cvs, fai-do-scripts: replace basename and dirname calls
85        with bash functions
86      * dhcpd.conf: change path of pxelinux.0
87      * get-config-dir, get-config-dir-file: print more info
88      * get-config-dir, fai: set FAI to local path, if FAI_CONFIG_SRC is of
89        type file: (closes: #481137)
90      * fai-setup: add advertisement for FAI questionnaire
91      * README: upgrade info about mailing list, add info about questionnaire
92      * fai: check if make-fai-nfsroot.conf is available if dirinstall is used
93      * control: update to standards version 3.8.3, no changes needed
94      * Fstab.pm: print uuid and label of partition to console
95    
96      [ Michael Tautschnig ]
97      * setup-storage, setup-storage/Exec.pm: auto-detect a proper way to tell
98        udev to settle, hide udevsettle call (udevsettle is used in etch, udevadm
99        settle for sid; thanks matrix.systems@matrix.msu.edu for a first patch).
100        (closes: #530656)
101      * setup-storage/Volumes.pm: Updated mdadm --scan output parser to work with
102        current mdadm versions.
103      * setup-storage/Volumes.pm: Ignore another line of output from parted
104        (GPT-related warning). Thanks Andreas Schuldei for noticing this.
105      * setup-storage, setup-storage/Sizes.pm: Properly handle -h, early check for
106        unset (but necessary) environment variables, print full device names in
107        several error/warning messages instead of the partition id only.
108      * fai-vol_id: New wrapper around udev's vol_id or blkid, whichever is
109        available
110      * setup-storage/Fstab.pm: Be more verbose if obtaining the UUID fails (may
111        be caused by earlier use in RAID array, tell the user how to solve the
112        problem). Ignore exit code 3 of vol_id -l, use fai-vol_id wrapper.
113      * setup-storage/Parser.pm: RAID device parsing: $2 doesn't refer to the
114        original expression anymore, store earlier $2 as $opts; don't use options
115        sub-hash (thanks Andreas Schockenhoff for lots of testing and feedback).
116      * setup-storage/Sizes.pm: Properly deal with missing (as in RAID specs) or
117        non-existing (user error) devices in estimate_size; don't do stupid divide
118        by 2 in RAID1 setup. (closes: #525138)
119      * setup-storage/Commands.pm: Proper use of hash reference when checking for
120        "missing" option.
121      * setup-storage/Parser.pm: Ensure that RAID volumes marked preserve don't
122        count as extra RAID volumes being defined.
123      * setup-storage/Parser.pm, setup-storage/Sizes.pm: Added support for raid10
124        (thanks William Francis for suggesting this).
125      * setup-storage/Volumes.pm: Fixed perl syntax error, properly handle
126        existing empty volume groups (thanks Brian Kroth and Cajus Pollmeier for
127        debugging this).  (closes: #532321)
128      * man/setup-storage.8: Document possible problems with previous software
129        RAID partitions and missing bootable flags.
130      * setup-storage/Sizes.pm: Secondary GPT only requires 33 sectors.
131      * Bumped setup-storage version number to 1.1.1.
132    
133      [ Holger Levsen ]
134      * update to standards version 3.8.2, no changes needed
135    
136     -- Thomas Lange <lange@debian.org>  Mon, 19 Oct 2009 17:01:05 +0200
137    
138    fai (3.2.20) unstable; urgency=low
139    
140      [ Thomas Lange ]
141      * menu.lst: remove year
142      * fai-cd: add option -B, that creates a boot-only CD (without containing
143        the nfsroot, the partitial mirror and the config space)
144      * conf/menu.lst.boot-only: new config file for the boot only CD
145      * fai-cd.8: add option -B
146      * fai-abort: add missing lsb header
147      * control: remove duplicate fields
148      * copyright: fix lintian warning
149    
150      [ Michael Tautschnig ]
151      * fixed several hyphen-used-as-minus-sign errors in man pages
152      * update to standards version 3.8.1, no changes needed
153      * replaced dh_clean -k by dh_prep
154      * use dh_lintian to install lintian overrides
155      * added override for fai-nfsroot (diverts foreign /etc/init.d.rcS)
156      * Build-Depends: debhelper (>= 7)
157      * setup-storage/Sizes.pm: Clarified error message in cases where the user
158        specified a partition is larger than the entire disk
159      * setup-storage/Parser.pm, setup-storage/Sizes.pm, setup-storage/Volumes.pm:
160        Added pseudo-disklabel gpt-bios to support GPT on systems with BIOS
161        instead of EFI. Also installs an additional partition to store whatever
162        doesn't fit into MBR.
163      * setup-storage: bumped version to 1.0.5 (gpt-bios support)
164    
165     -- Thomas Lange <lange@debian.org>  Mon, 04 May 2009 10:42:25 +0200
166    
167    fai (3.2.19) unstable; urgency=low
168    
169      * subroutines-linux: get-config-dir was never run if -z $monserver,
170        which may be the case when no DHCP was done (dirinstall, softupdates,
171        or install using fixed IP); problem was introduced by patch in r5338.
172        (closes: #525096)
173        adjust indentation
174    
175     -- Thomas Lange <lange@debian.org>  Wed, 22 Apr 2009 13:39:58 +0200
176    
177    fai (3.2.18) unstable; urgency=low
178    
179      [ Thomas Lange ]
180      * control: add depends on net-tools for fai-client (closes: #521027)
181      * ainsl: add test if target file exists,
182        improve exit codes (closes: #500244)
183      * fai-cd: use a pipe when sending commands to grub
184      * ftar, fcopy: add info about the other tool
185      * new file live.conf will disable some messages during booting
186      * make-fai-nfsroot: call apt-get update when using -k (closes: #507892),
187        -k now also upgrades all packages inside the nfsroot,
188        add -N to install_packages call, this is good for cross architecture
189        building the nfsroot
190        check if debootstrap finished properly (closes: #524369)
191        try to umount mirror before removing old nfsroot (closes: #500208)
192      * fai-do-scripts: skip files with certain suffixes (closes: #500579),
193        improve test if $debug is set to 1 (closes: #496072)
194        call cfagent scripts with -v if fai is in debug mode
195      * lib/subroutines-linux: don't rely on ' as a field separator when
196        parsing boot.log, use = and strip off any quotes (closes: #439250),
197        check earlier if faimond is available, send TASKBEGIN message
198      * lib/get-config-dir-svn: Make username in svn:// config url optional
199        (thanks Alexander Fisher) (closes: #441436)
200      * bin/fai-setup: Do not unconditionally add $FAI_CONFIGDIR to exports(5)
201        (thanks Sebastian Harl) (closes: #504801)
202      * lib/get-config-dir-svn: Added support for password in SVN URL  (thanks
203        Robin Powell) (closes: #515057)
204      * 20-removable_media: add fd0 entry to fstab only if device is present
205      * fai-cd, make-fai-nfsroot: awk can also do the grep
206      * NFSROOT: install AMD64 packages with aptitude, this also helps when
207        building an amd64 nfsroot on i386
208      * fai-mirror: check if -C was used, (thanks to James Richardson for the
209        patch) (closes: #523625), fixing informal message (closes: #516385)
210      * fai: set STOP_ON_ERROR to 700, this can be overwritten by fai.conf or
211        in a file called class/*.var (closes: #515139),
212        create /var/run/fai (closes: #515775)
213        always change HOSTNAME when -u was used (closes: #456978)
214        add -u to help message
215      * fai-client.dirs, fai-server.dirs: remove /var/run/fai
216      * subroutines: add trap for softupdates (closes: #449236)
217        stop_fai_installation() sends message to faimond
218        send TASKEND faiend message
219        include target directory information into stamp (closes: #503653)
220      * packages_config/FAIBASE: add lvm2 (closes: #517417)
221      * fai-chboot: always add $append to pxe configuration (closes: #495535)
222      * fai-chboot.8: fix description of -i
223      * compat,rules: update to compat level 7
224      * fai-mirror: set Dir::Etc option instead of changing
225        Dir::Etc::sourceslist only (thanks Sebastian Harl) (closes: #504813)
226      * get-config-dir-git: do not clone into an existing directory (thanks
227        Sebastian Harl) (closes: #506463)
228      * mount2dir: add commands to create /var/lock and /var/run on the
229        filesystem mounted at / (closes: #464541)
230      * make-fai-nfsroot.8: adjust informationen about -U (closes: #520257)
231      * fai,subroutines: move definition of trap clean_exit into task
232        dirinstall
233    
234      [ Michael Tautschnig ]
235      * setup-storage: Bumped version number to 1.0.4
236      * setup-storage/Exec.pm: Use --timeout=10 instead of --timeout 10 to stay
237        compatible with etch (thanks Vincent Fortier)
238      * setup-storage/Sizes.pm: Immediately fail if partitions > 2TB are to be
239        created on msdos disk labels
240      * setup-storage: Enable debug mode if -d was given on the command line
241      * setup-storage/Fstab.pm, setup-storage/Commands.pm: Proper perl text
242        replace syntax and additional random initialization of partition
243        (thanks William Famy) (closes: #500821)
244      * examples/simple/scripts/GRUB/20-initramfs: Update the initramfs in case
245        lvm2 or mdadm have been installed.
246      * example/simple/classes/50-host-classes: Added hosts bear (class
247        LVM_XEN_SERVER) and puma (RAID_XEN_VIRTUAL)
248      * example/simple/disk_config/{LVM_XEN_SERVER,RAID_XEN_VIRTUAL}: Added
249        corresponding disk_config examples that have a large LVM and a software
250        RAID configured
251      * conf/NFSROOT, debian/control, setup-storage/Volumes.pm: Moving back to
252        Linux::LVM perl module for parsing LVM command output as #488205 has been
253        fixed.
254      * setup-storage/Parser.pm, setup-storage.8: Added and documented support for
255        glob patterns in device names (e.g., /dev/disk/by-id/scsi-*)
256      * setup-storage/Sizes.pm: Fail early, if a non-existing device is used in a
257        volume group.
258      * setup-storage/Commands.pm: Properly handle existing volume groups and only
259        extend them if the underlying devices are preserved, otherwise create them
260        anew.
261      * setup-storage/Volumes.pm, setup-storage/Parser.pm: Always write a new
262        disklabel, if no partition on the disk must be preserved
263      * setup-storage/Parser.pm, setup-storage/Commands.pm: Make sure that the
264        user hasn't configured spares/missing devices with RAID-0 and only add
265        --spare-devices if at least 1 is configured. Thanks Camille Barette.
266        (closes: #508192)
267      * setup-storage/Commands.pm: Use the proper id for telling the user about
268        preserved/resized partitions. (closes: #521290)
269      * setup-storage/Init.pm, disk-info: Added AOE etherd/ device names to
270        regular expressions (thanks Jean Spirat)
271      * setup-storage/Commands.pm: If the disk config is marked virtual, create
272        dummy commands to tell later commands that the devices exist
273        (closes: #508247)
274      * setup-storage/Parser.pm: Support :encrypt with all mountpoint
275        specifications
276      * setup-storage/Sizes.pm: Properly tell the user that the lower bound of a
277        parition size is already too high
278      * setup-storage/Commands.pm: Added debug output in command dependency sorter
279      * setup-storage/Parser.pm, setup-storage/Commands.pm: Make random
280        initialization of encrypted partitions configurable
281      * setup-storage.8: Document new encryption possibilities
282      * lib/get-config-dir-*: task_error requires the exit code of the
283        preceeding command as the second argument
284      * lib/subroutines-linux: The exit code of a command earlier in a pipe
285        must be read using $PIPESTATUS, not $? (closes: #444210)
286      * bin/faimond: Try to load Proc::Daemon only in case -d is given; if it
287        fails, print a helpful error message (closes: #513090)
288      * bin/setup-storage, setup-storage/Volumes.pm: When propagating preserve
289        markers also check whether the to-be-preserved volume is defined at all
290        (closes: #521153)
291      * setup-storage/Parser.pm, setup-storage/Commands.pm: Added support for
292        optional (pv|vg|lv|md)createopts
293      * man/setup-storage.8: Documented these new options
294      * Moved parsing of createopts,tuneopts to Parser.pm for simpler code and
295        better syntax checking (closes: #521172)
296      * setup-storage/Sizes.pm: Change die to warn in case a preserved partition
297        is not aligned to cylinder boundaries
298      * setup-storage/Parser.pm: Only test for mkfs.X if such a filesystem is to
299        be created (i.e., it will not be preserved)
300      * fai-gude.sgml: add hint how to avoid this bug (closes: #265973)
301    
302     -- Thomas Lange <lange@debian.org>  Mon, 20 Apr 2009 12:02:57 +0200
303    
304    fai (3.2.17) unstable; urgency=medium
305    
306      * fai 3.2.17 and 3.2.17~lenny1 are identical - the difference in version
307        number is only due to the way packages move within Debian releases.
308      * Added myself to uploaders.
309      * Fix typo in fai-do-scripts which prevented perl scripts to be executed,
310        thanks to Andrew Ruthven for reporting this. (Closes: #504662)
311      * setup-storage/Parser.pm: Do not enforce a space after VG/LV names in
312        resize/preserve options. Thanks to Frederic Blanc for the patch.
313        (closes: #516849)
314      * fai-mirror: honor $debug and $qflag environment variables, thanks to
315        Michael Tautschnig. (Closes: #494431)
316      * device2grub: Add /dev/i2o/hdX  to the list of recognized devices. Thanks
317        to Jürgen Kahnert for the patch. (Closes: #515101)
318    
319     -- Holger Levsen <holger@debian.org>  Wed, 25 Feb 2009 12:26:19 +0100
320    
321    fai (3.2.16) unstable; urgency=high
322    
323      [ Thomas Lange ]
324      * fai: fix RC bug, missing umount (closes: #511391)
325      * README: year++
326      * prcopyleft: year++
327    
328      [ Colin Tuckley ]
329      * fixed spelling mistakes in faimond.8, faimond-gui.1
330    
331     -- Thomas Lange <lange@debian.org>  Mon, 12 Jan 2009 13:12:26 +0100
332    
333    fai (3.2.15) unstable; urgency=low
334    
335      [ Thomas Lange ]
336      * fai-server.manpages: faimond-gui.1 was not included into the package
337      * fix typos in mkdebmirror, NEWS, classes_description.txt, fai-mirror,
338        fai-cd.8, fai-guide.sgml
339      * lib/subroutines: check *.var files if they are readable
340      * bootexample.sgml: fix typo
341      * dhcpd.conf/FAISERVER: fix wrong path in example
342      * links.html: fix typo (closes: #508598)
343      * fai-guide.sgml: fix package name in documentation (closes: #504797)
344      * get-boot-info: fix wrong test parameter (closes: #509090)
345      * setup-storage: increase version number
346    
347      [ Colin Tuckley ]
348      * fixed spelling mistakes in fai-do-scripts.1, fai-mirror.1
349    
350      [ Sebastian Harl ]
351      * fai-guide.sgml: fix several typos, mention Git, use $FAI instead of
352        /fai (closes: #507129)
353    
354      [ Michael Tautschnig ]
355      * Commands.pm: Print an informational message whenever a volume or
356        partition is preserved or resized (closes: #508893)
357    
358     -- Thomas Lange <lange@debian.org>  Mon, 22 Dec 2008 14:51:54 +0100
359    
360    fai (3.2.14) unstable; urgency=low
361    
362      * fai-guide.sgml: document behaviour of LOGSERVER (closes: #361524)
363      * install_packages: fix usage of option -n (closes: #489546)
364      * setup-storage, Commands.pm, Exec.pm: Call udevsettle before doing any
365        of the commands to avoid all the possible pitfalls, simplyfies the
366        code quite a bit. (closes: #503729)
367    
368     -- Thomas Lange <lange@debian.org>  Tue, 28 Oct 2008 10:32:20 +0100
369    
370    fai (3.2.13) unstable; urgency=low
371    
372      * lib/setup-storage/Commands.pm: fixed dependency error in vgcreate
373        commands (closes: #502462)
374      * fcopy: fix ordering of classes (closes: #502975)
375    
376     -- Thomas Lange <lange@debian.org>  Wed, 22 Oct 2008 12:14:51 +0200
377    
378    fai (3.2.12) unstable; urgency=low
379    
380      * setup-storage/Parser.pm, setup-storage/Sizes.pm: Warn, if a
381        preserved partition does not match the size specified in the
382        disk_config; fail, if an extended partition is to be created in place
383        of a to-be-preserved partition (closes: #501772)
384      * setup-storage/Exec.pm: recent versions of parted log errors to
385        stdout instead of stderr + adaption of error messages to current ones
386        (closes: #500823)
387      * setup-storage/Volumes.pm: Handle new error message in case of
388        missing disk label (closes: #500823)
389      * setup-storage: extended debug output of sorted commands
390        (closes: #500822)
391      * setup-storage/Commands.pm: Properly sort commands, fixed dependency
392        errors, use start_byte for new config instead of begin_byte
393        (closes: #500822)
394      * setup-storage: increase version number
395      * make-fai-nfsroot: print version of debootstrap (closes: #500046)
396      * fai-guide.sgml: minor update in example
397      * fai-chboot.8: fix warning from man
398    
399     -- Thomas Lange <lange@debian.org>  Wed, 15 Oct 2008 11:25:39 +0200
400    
401    fai (3.2.11) unstable; urgency=low
402    
403      * control: depend on syslinux-common instead of syslinux (closes: #494417)
404        use same intro for description for all packages,
405        add dependeny and recommends on openbsd-inetd | inet-superserver as
406        workaround for #404760
407      * fai-chboot.8, fai-cd.8, ainsl.1, fai.8, fai-class.8: apply patches
408        from Colin Tuckley
409      * THANKS: add Colin
410      * fai-chboot.8: add example for using templates, add link to pxelinux
411        documentation
412      * fai-cd.8: remove unused info
413      * fai-mirror.1: add information about files used by this script
414      * faimond.8: minor fixes
415      * install_packages.8: minor fixes
416      * make-fai-nfsroot.8: minor fixes
417      * fai-debconf.1: minor fixes
418      * setup-storage.8: replace mdoc macro version with man macro version,
419        reformat examples using tab stops, make groff happy
420      * fai-guide.sgml: remove info about make-fai-bootfloppy, add info about
421        kernel parameters
422      * faisetup.sgml: update messages
423      * bootexample.sgml: update example messages
424      * mkdebmirror: remove obsolete code for fetching boot floppy images
425    
426     -- Thomas Lange <lange@debian.org>  Wed, 01 Oct 2008 14:20:45 +0200
427    
428    fai (3.2.10) unstable; urgency=low
429    
430      * add texlive-latex-recommended and texlive-fonts-recommended to
431        build-depends-indep which fixes FTBFS (closes: #497683),
432        add cfengine2 as recommends to fai-client (closes: #442843),
433        remove mknbi from fai-docs recommends
434      * Init.pm: really add important bugfix (494784) that was only fixed in svn
435        but not in 3.2.9 upload (closes: #494784), fix typo in variable name
436      * Volume.pm: ignore output line of parted containing "Model:"
437        (closes: #497066)
438      * disk-info: fix bashism (closes: #498023),
439        add pattern for KVM devices like /dev/vd[abcd]X (closes: #494426)
440      * Makefile,VERSION: remove variable KERNELVERSION, because it's unused since
441        3.2 (closes: #494699)
442      * fai-cd: do not redirect stderr to /dev/null when calling find_fai_data,
443        otherwise we do not get any errors when the grub call fails
444      * subroutines: use proper path to RUNNING_FROM_FAICD to make eject work
445        (closes: #439101),
446        do not access /proc/uptime if /proc is not mounted (closes: #496234),
447        check if list of cdrom devices is empty (closes: #498052)
448      * fai-client.postrm: use rm -rf, we do so in other maintainer scripts as
449        well and /var/run/fai is probably the least critical place
450        (closes: #494423)
451      * remove old, unsupported and broken script make-fai-bootfloppy and its man
452        page (it only works with fai-kernels which were removed from lenny)
453        (closes: #452375, #400373, #305363)
454      * remove old and unused util/tlink and the information about it from the
455        documentation
456      * fai-guide.sgml: major review, remove boot floppy info, remove BOOTP
457        info, update location of RUNNING_FROM_FAICD
458      * fai-guide.sgml: minor documentation fix (closes: #473106),
459        do not propose make-fai-nfsroot -r (closes: #481111),
460        do reference NEWS.Debian (closes: #452760)
461      * ftar.8: minor fix (closes: #481528), update example used
462      * fcopy.8: minor fix (closes: #419787)
463      * fai-statoverride.8: add man page for fai-statoverride.8 (closes: #358967)
464      * setup-storage.8: document usage of USE_SETUP_STORAGE; some typo fixes
465      * fai-cd.8: add usage example, add warning that all data on USB stick
466        may be destroyed
467      * setup-storage.8: Properly escape \ in literal environments (thanks lintian)
468      * changes to the example classes:
469        - use new partition tool in simple examples
470        - remove class SETUPSTORAGE
471        - package_config/*: remove non-existing packages, change some package
472        - names
473        - package_config/GNOME: make gnome example smaller
474        - 10-misc: remove tune2fs call, now done by new partition tool
475        - use lenny in FAISERVER class
476        - remove empty directory /etc/X11 to make lintian happy
477        - 20-copy-mirror: set correct symlink, add comment
478      * update to standards version 3.8.0, no changes needed
479      * update the package description (closes: #496113)
480      * rules: Don't ignore errors from make clean
481      * Many thanks to Sebastian Harl, Holger Levsen, Michael Prokop and
482        Michael Tautschnig for all the discussions and for the help to create
483        this release
484    
485     -- Thomas Lange <lange@debian.org>  Tue, 09 Sep 2008 15:08:20 +0200
486    
487    fai (3.2.9) unstable; urgency=low
488    
489      * apply patch that fixes the RC-bug license issue (closes: #487866)
490      * debian/copyright: add people and reformat text
491      * ftar: exit with warning if unsupported suffix .tgz is found
492      * ainsl: add options -Q and -q (closes: #484722)
493      * fai-setup: fix syntax error (closes: #488404)
494      * setup-storage.8: add migration section, add info for createopts, move
495        comments in example to bottom, fixed and improved documentation for
496        preserve_{always,reinstall} syntax
497      * Sizes.pm: never scale logical volume sizes beyond the specified
498        maximum (closes: #494519)
499      * Init.pm: fix bug in return values of phys_dev() (closes: #494784)
500      * conf/NFSROOT, control: drop use of liblinux-lvm-perl
501        (closes: #494357), replace unionfs with aufs (closes: #487080),
502        ext2resize is now obsolete, replace it with e2fsprogs,
503        replace obsolete sysutils with procinfo,
504        add packages for powerpc arch (closes: #494440)
505      * control: use official control-fields Vcs-Browser and Vcs-Svn instead
506        of old XS-* friends (closes: #451013),
507        remove Homepage from Description field, use Homepage field instead
508      * Volumes.pm: reverted the code to handle existing LVMs to an earlier
509        version that does not use Linux::LVM, because this is severly broken
510        (closes: #494357)
511      * setup-storage: increase version number to 1.0.1 because of LVM change
512      * Commands.pm: bugfix in RAID volume handling in case of devices marked
513        missing: mdadm command requires device names to be replaced by
514        "missing" (closes: #494520)
515      * package_config/FAIBASE: replace obsolete sysutils with procinfo
516      * subroutines-linux: replace klogd and syslogd with rsyslog
517        (closes: #494387)
518      * conf/sources.list: replace etch with lenny, make koeln repository
519        optional (closes: #474326)
520      * make-fai-nfsroot.conf: replace etch with lenny, mount /dev/pts to
521        avoid warnings "Can not write log, openpty() failed",
522      * make-fai-nfsroot: umount /proc and /dev/pts inside nfsroot on exit
523        (closes: #494518, #494523),
524        move trap definitions outside of { } block (closes: #494518, #494523),
525        use arch independent name for linux kernel (closes: #494440)
526      * updatebase: mount /dev/pts into /target to avoid openpty() warning
527      * fai-do-scripts: use -b in call of file command, this makes the pattern
528        matching more robust, make file adjust regex to new output of file
529        command (closes: #490111)
530      * savelog.LAST.source: add error pattern
531      * fai-cd: add option "--iso-level 4" to mkisofs call (closes: #494443)
532      * rules: do not copy file for linda
533      * fai-quickstart.dirs:  linda directory not needed any more
534      * fai-quickstart.lintian: fix pattern
535    
536     -- Thomas Lange <lange@debian.org>  Tue, 12 Aug 2008 11:49:51 +0200
537    
538    fai (3.2.8) unstable; urgency=low
539    
540      * Merge setup-storage, the new partitioning tool
541        (closes: #380629, #330915, #277045, #356862, #416633, #484788)
542      * add variable $USE_SETUP_STORAGE
543      * setup-storage: move loading of kernel modules into 20hwdetect.source,
544        print which disk_config setup-storage is using
545      * Commands.pm: print also mountpoint when debugging tuneopts and
546        createopts, fix and document problem when only tuneopts are defined,
547        prevent warnings about uninitialized variables
548      * 20-hwdetect.source: load modules needed for setup-storage
549      * add class SETUPSTORAGE for easy testing
550    
551     -- Thomas Lange <lange@debian.org>  Sun, 15 Jun 2008 12:47:16 +0200
552    
553    fai (3.2.7) unstable; urgency=low
554    
555      * update some messages to 2008
556      * fai-cd: check if list of Packages files is non-empty, change syntax of
557        ${...:=...}, use rsync for coping to USB stick if available
558      * fai-cd.8: add info for MAXPACKAGES
559      * fai-guide.sgml: fix order of tasks
560      * fai-setup: check if file exists
561      * make-fai-nfsroot: exclude files in var/lib/apt/lists from base.tgz
562        check if NFSROOT directory is mounted with bad options
563      * get-boot-info: parse live.log for detecting boot method
564      * disk-info: use group info for detecting disks, extend pattern for
565        detecting scsi disks
566      * subroutines: fix regex so softupdate will; now umount the config space
567      * add internal variable printk, for setting the console log level
568    
569     -- Thomas Lange <lange@debian.org>  Sat, 31 May 2008 16:47:25 +0200
570    
571    fai (3.2.6) unstable; urgency=medium
572    
573      * fai: remove local, fix regex (closes: #480685)
574      * fai-cd: fix syntax error (closes: #480830)
575    
576     -- Thomas Lange <lange@debian.org>  Thu, 15 May 2008 17:10:37 +0200
577    
578    fai (3.2.5) unstable; urgency=low
579    
580      * GRUB/10-setup: use absolute path
581      * fai: mount /proc if not already mounted (closes: #453017, #444156),
582        check if target directory for dirinstall is mounted with nosuid,nodev
583      * fai-mirror: set MAXPACKAGES=1 if undefined before
584      * make-fai-nfsroot: exit with error if software installation has errors
585        (closes: #442261)
586      * fai-guide.sgml: add info how to specify a certain release or version
587        of a package
588      * fai-cd: add prefix $cfdir to -g parameter if no path was specified,
589        fix setting of cfdir (closes: #475250)
590      * fai-cd.8: extend info for -g
591      * subroutines: remove local from variable (closes: #449236)
592      * install_packages: fix in detecting Debian specific actions
593      * fai-chboot: add check if kernelsuffix is defined
594      * fai-abort: add LSB formatted dependency info (closes: #469716)
595      * XF86Config-4/DEMO: remove obsolete example (closes: #474327)
596      * disk-info: add regex for Adaptec i2o controller (closes: #466670)
597      * ainsl: substitue \s+ afterwards (closes: #470799)
598    
599     -- Thomas Lange <lange@debian.org>  Mon,  5 May 2008 18:27:02 +0200
600    
601    fai (3.2.4) unstable; urgency=high
602    
603      * fai-cd.8: add missing -C option
604      * make-fai-nfsroot: remove code for creating BOOTP environment
605      * faimond-gui: show different icons depending on error code
606      * fai-setup: fix syntax error (closes: #453442)
607      * subroutines-linux: do not print hostname and kernel compile time
608      * fai: update date, remove mkdir
609      * savelog.LAST.source: remove duplicate messages which appear in fai.log
610        and software.log
611    
612     -- Thomas Lange <lange@debian.org>  Thu, 29 Nov 2007 19:17:56 +0100
613    
614  fai (3.2.3) unstable; urgency=medium  fai (3.2.3) unstable; urgency=medium
615    
616    * fix wrong logic in updatebase (closes: #452516)    * fix wrong logic in updatebase (closes: #452516)

Legend:
Removed from v.4795  
changed lines
  Added in v.5562

  ViewVC Help
Powered by ViewVC 1.1.5