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

Diff of /trunk/debian/changelog

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

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

Legend:
Removed from v.5153  
changed lines
  Added in v.5517

  ViewVC Help
Powered by ViewVC 1.1.5