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

Diff of /trunk/debian/changelog

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

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

Legend:
Removed from v.4989  
changed lines
  Added in v.5560

  ViewVC Help
Powered by ViewVC 1.1.5