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

Diff of /trunk/debian/changelog

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

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

Legend:
Removed from v.5096  
changed lines
  Added in v.5491

  ViewVC Help
Powered by ViewVC 1.1.5