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

Diff of /trunk/debian/changelog

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

revision 4031 by lange, Tue Sep 26 16:45:39 2006 UTC revision 5092 by lange, Fri Sep 5 17:29:02 2008 UTC
# Line 1  Line 1 
1  fai (3~beta62) unstable; urgency=low  fai (3.2.10~beta3) unstable; urgency=low
2    
3      * control: add build-depends-indep (closes: #497683),
4        add cfengine2 as recommends to fai-client (closes: #442843),
5        remove mknbi, which is not used
6      * Init.pm: add bugfix that was only in svn but not in the package
7        included in 3.2.9 (closes: #494784), fix wrong variable name
8      * Volume.pm: ignore output line of parted containing "Model:"
9        (closes: #497066)
10      * package_config/*: remove non-existing packages, change some package
11        names
12      * control: update the description (closes: #496113)
13      * Makefile,VERSION: remove variable KERNELVERSION, because it's not used
14        any more since 3.2, (closes: #494699)
15      * fai-guide.sgml: minor documentation fix (closes: #473106),
16        do not propose make-fai-nfsroot -r (closes: #481111),
17        do reference NEWS.Debian (closes: #452760)
18      * ftar.8: minor fix (closes: #481528), update example
19      * fcopy.8: minor fix (closes: #419787)
20      * fai-statoverride.8: add man page for fai-statoverride.8 (closes: #358967)
21      * fai-guide.sgml: major review, remove boot floppy info, remove BOOTP info
22      * remove old unused tlink util and info about it
23      * remove make-fai-bootfloppy script and man page
24        (closes: #452375, #400373, #305363)
25      * use new partition tool in simple examples
26      * remove class SETUPSTORAGE
27      * package_config/GNOME: make gnome example smaller
28      * 10-misc: remove tune2fs call, now done by new partition tool
29    
30     -- Thomas Lange <lange@debian.org>  Fri, 05 Sep 2008 19:28:10 +0200
31    
32    fai (3.2.9) unstable; urgency=low
33    
34      * apply patch that fixes the RC-bug license issue (closes: #487866)
35      * debian/copyright: add people and reformat text
36      * ftar: exit with warning if unsupported suffix .tgz is found
37      * ainsl: add options -Q and -q (closes: #484722)
38      * fai-setup: fix syntax error (closes: #488404)
39      * setup-storage.8: add migration section, add info for createopts, move
40        comments in example to bottom, fixed and improved documentation for
41        preserve_{always,reinstall} syntax
42      * Sizes.pm: never scale logical volume sizes beyond the specified
43        maximum (closes: #494519)
44      * Init.pm: fix bug in return values of phys_dev() (closes: #494784)
45      * conf/NFSROOT, control: drop use of liblinux-lvm-perl
46        (closes: #494357), replace unionfs with aufs (closes: #487080),
47        ext2resize is now obsolete, replace it with e2fsprogs,
48        replace obsolete sysutils with procinfo,
49        add packages for powerpc arch (closes: #494440)
50      * control: use official control-fields Vcs-Browser and Vcs-Svn instead
51        of old XS-* friends (closes: #451013),
52        remove Homepage from Description field, use Homepage field instead
53      * Volumes.pm: reverted the code to handle existing LVMs to an earlier
54        version that does not use Linux::LVM, because this is severly broken
55        (closes: #494357)
56      * setup-storage: increase version number to 1.0.1 because of LVM change
57      * Commands.pm: bugfix in RAID volume handling in case of devices marked
58        missing: mdadm command requires device names to be replaced by
59        "missing" (closes: #494520)
60      * package_config/FAIBASE: replace obsolete sysutils with procinfo
61      * subroutines-linux: replace klogd and syslogd with rsyslog
62        (closes: #494387)
63      * conf/sources.list: replace etch with lenny, make koeln repository
64        optional (closes: #474326)
65      * make-fai-nfsroot.conf: replace etch with lenny, mount /dev/pts to
66        avoid warnings "Can not write log, openpty() failed",
67      * make-fai-nfsroot: umount /proc and /dev/pts inside nfsroot on exit
68        (closes: #494518, #494523),
69        move trap definitions outside of { } block (closes: #494518, #494523),
70        use arch independent name for linux kernel (closes: #494440)
71      * updatebase: mount /dev/pts into /target to avoid openpty() warning
72      * fai-do-scripts: use -b in call of file command, this makes the pattern
73        matching more robust, make file adjust regex to new output of file
74        command (closes: #490111)
75      * savelog.LAST.source: add error pattern
76      * fai-cd: add option "--iso-level 4" to mkisofs call (closes: #494443)
77      * rules: do not copy file for linda
78      * fai-quickstart.dirs:  linda directory not needed any more
79      * fai-quickstart.lintian: fix pattern
80    
81     -- Thomas Lange <lange@debian.org>  Tue, 12 Aug 2008 11:49:51 +0200
82    
83    fai (3.2.8) unstable; urgency=low
84    
85      * Merge setup-storage, the new partitioning tool
86        (closes: #380629, #330915, #277045, #356862, #416633, #484788)
87      * add variable $USE_SETUP_STORAGE
88      * setup-storage: move loading of kernel modules into 20hwdetect.source,
89        print which disk_config setup-storage is using
90      * Commands.pm: print also mountpoint when debugging tuneopts and
91        createopts, fix and document problem when only tuneopts are defined,
92        prevent warnings about uninitialized variables
93      * 20-hwdetect.source: load modules needed for setup-storage
94      * add class SETUPSTORAGE for easy testing
95    
96     -- Thomas Lange <lange@debian.org>  Sun, 15 Jun 2008 12:47:16 +0200
97    
98    fai (3.2.7) unstable; urgency=low
99    
100      * update some messages to 2008
101      * fai-cd: check if list of Packages files is non-empty, change syntax of
102        ${...:=...}, use rsync for coping to USB stick if available
103      * fai-cd.8: add info for MAXPACKAGES
104      * fai-guide.sgml: fix order of tasks
105      * fai-setup: check if file exists
106      * make-fai-nfsroot: exclude files in var/lib/apt/lists from base.tgz
107        check if NFSROOT directory is mounted with bad options
108      * get-boot-info: parse live.log for detecting boot method
109      * disk-info: use group info for detecting disks, extend pattern for
110        detecting scsi disks
111      * subroutines: fix regex so softupdate will; now umount the config space
112      * add internal variable printk, for setting the console log level
113    
114     -- Thomas Lange <lange@debian.org>  Sat, 31 May 2008 16:47:25 +0200
115    
116    fai (3.2.6) unstable; urgency=medium
117    
118      * fai: remove local, fix regex (closes: #480685)
119      * fai-cd: fix syntax error (closes: #480830)
120    
121     -- Thomas Lange <lange@debian.org>  Thu, 15 May 2008 17:10:37 +0200
122    
123    fai (3.2.5) unstable; urgency=low
124    
125      * GRUB/10-setup: use absolute path
126      * fai: mount /proc if not already mounted (closes: #453017, #444156),
127        check if target directory for dirinstall is mounted with nosuid,nodev
128      * fai-mirror: set MAXPACKAGES=1 if undefined before
129      * make-fai-nfsroot: exit with error if software installation has errors
130        (closes: #442261)
131      * fai-guide.sgml: add info how to specify a certain release or version
132        of a package
133      * fai-cd: add prefix $cfdir to -g parameter if no path was specified,
134        fix setting of cfdir (closes: #475250)
135      * fai-cd.8: extend info for -g
136      * subroutines: remove local from variable (closes: #449236)
137      * install_packages: fix in detecting Debian specific actions
138      * fai-chboot: add check if kernelsuffix is defined
139      * fai-abort: add LSB formatted dependency info (closes: #469716)
140      * XF86Config-4/DEMO: remove obsolete example (closes: #474327)
141      * disk-info: add regex for Adaptec i2o controller (closes: #466670)
142      * ainsl: substitue \s+ afterwards (closes: #470799)
143    
144     -- Thomas Lange <lange@debian.org>  Mon,  5 May 2008 18:27:02 +0200
145    
146    fai (3.2.4) unstable; urgency=high
147    
148      * fai-cd.8: add missing -C option
149      * make-fai-nfsroot: remove code for creating BOOTP environment
150      * faimond-gui: show different icons depending on error code
151      * fai-setup: fix syntax error (closes: #453442)
152      * subroutines-linux: do not print hostname and kernel compile time
153      * fai: update date, remove mkdir
154      * savelog.LAST.source: remove duplicate messages which appear in fai.log
155        and software.log
156    
157     -- Thomas Lange <lange@debian.org>  Thu, 29 Nov 2007 19:17:56 +0100
158    
159    fai (3.2.3) unstable; urgency=medium
160    
161      * fix wrong logic in updatebase (closes: #452516)
162    
163     -- Thomas Lange <lange@debian.org>  Sat, 24 Nov 2007 16:08:36 +0100
164    
165    fai (3.2.2) unstable; urgency=low
166    
167      * conf/NFSROOT: reomve duplicate package, use aptitude for installing,
168        add nfs-common (closes: #444079), remove live-initramfs from NFSROOT
169      * doc/fai-guide.sgml: add information for softupdate (closes: #439016)
170      * savelog.LAST.source: add ignore pattern, remove dot after filename
171      * make-fai-nfsroot: check if $TFTPROOT is defined, add badupdateto32(),
172        which prints more info about update without checking variable names,
173        remove whole /srv/fai/nfsroot, add check_nfsroot(), make stamp only on
174        success (closes: #370780), write output also into /var/log/fai,
175        return and print exit code from install_packages, create or copy
176        live.conf, try to umount /proc inside the nfsroot before removing an
177        old nfsroot, abort if this fails
178      * subroutines: add task_error(), which stores the maximum error code in
179        $task_error, do nothing if error=0, print traceback,
180        add stop_fai_installation(), write pid to stamp file, print PID in
181        case of error, add task_test stub, save function name that causes
182        fatal error, set $fai_rundate only if not yet defined
183      * subroutines-linux: add check if $monserver is defined, print kernel
184        version currently running, catch exit code from install_packages
185      * mount2dir: add support for UUID and LABEL
186      * fai: export $romountopt, get error codes from all commands in a pipe,
187        add $STOP_ON_ERROR, fix variable name (closes: #447080),
188        do not use /var/log/fai/current (closes: #445276), cleanup definition
189        of $LOGDIR, change permissions of LOGDIR (closes: #445276),
190        add symlinks for last and last-$action in the very beginning
191      * control: fai-nfsroot and fai-client conflicts to fai-kernels, add
192        recommends to debconf-utils (closes: #445109), improve package
193        description (closes: #419071), add Homepage field, add live-initramfs
194        to depends of fai-nfsroot
195        replace ssh with openssh-server and openssh-client (closes: #434356)
196      * fai-cd: copy grub config always to menu.lst
197      * get-config-dir-nfs: add -n to mount
198      * get-config-dir-svn: error if svn call fails (closes: #447602, #441761)
199      * update FSF address (closes: #444154)
200      * fai-chboot: pxedir should also use $TFTPROOT, (closes: #443837)
201      * menu.lst/postinst: check if variables are defined (closes: #445978)
202      * ftar: make it a bash script
203      * fai-setup: add option -C (closes: #388157), fix mode of
204        authorized_keys
205      * fai-setup.8: add option -C
206      * fai-mirror: mkdir mountpoint before mounting (closes: #365004)
207      * updatebase: use aptitude when doing dist-upgrade (closes: #448426),
208        use safe-upgrade when available
209      * fai-divert: make it a bash script
210      * 30-interfaces: resolv.conf is now in /, not in /tmp
211      * make-fai-bootfloppy: script currently does not work, always die with
212        error message
213      * FAIBASE.var: add STOP_ON_ERROR
214      * fai-savelog: do not save log to local directory, if this directory
215        already exists (should only happen during softupdate), change
216        permissions of LOGDIR (closes: #445276)
217      * get-config-dir-*: call task_error after trying to access config space
218      * sources.list: add koeln repository
219    
220     -- Thomas Lange <lange@debian.org>  Thu, 22 Nov 2007 15:45:12 +0100
221    
222    fai (3.2.1) unstable; urgency=low
223    
224      * mount swap partitions with identical priorities
225      * fai-mirror: also match lowercase class names (for hostsnames),
226        use $cfdir instead of fixed path /etc/fai
227      * subroutines-linux: add timeout to nc call
228      * subroutines: change message for faimond in task_faiend()
229      * control: readd libapt-pkg-perl to depends, nfs-server (user space)
230        does not support locking, so FAI cannot use it, remove wget, add arch
231        to mknbi
232      * get-config-dir-svn: add svn+ssh support
233      * QUESTIONNAIRE: add USB stick, split bootb and dhcp
234      * faimond, faimond.8: use Proc::Daemon, add options tTldP
235      * faimond: do not allow ; in message (security), do not print ip and
236        port number
237      * make-fai-nfsroot: add option -U, do not divert update-initramfs (added
238        because of a Ubuntu bug), activate -U if Ubuntu is detected
239        determine the arch inside the nfsroot for defining a class, this help
240        building amd64 nfsroots on i386 and vice versa,
241        add support for running hooks, (closes: #342467)
242      * make-fai-nfsroot.conf: add variable NFSROOT_HOOKS
243      * make-fai-nfsroot.9: add info about NFSROOT_HOOKS
244      * fai-mirror.8, make-fai-nfsroot.8: enhance/add info of -C, add info
245        about variable FAI_ETC_DIR
246      * packages_config/DEFAULT: fix typos in linux-image-amd64
247      * fai-chboot,fai-chboot.8: add option -C and support for $FAI_ETC_DIR
248      * savelog.LAST.source: add ignore pattern
249      * packages_config/FAIBASE: add fai-client
250      * fai-do-scripts: exit with maximum error code of all child scripts that
251        had an error
252      * fai: change message when stamp file already exists (closes: #441437)
253      * fai-cd: remove arch specific path
254      * fai-cd.8: add info about USB stick (closes: #441988),
255        improve man page (closes: #441991)
256      * new get-config-dir-git: add method git for access (closes: #441992)
257      * examples/etc/dhcpd.conf: fix path
258      * faimond-gui: new tool that produces graphical output of faimond
259      * faimond-gui.8: new man page
260      * get-config-dir-svn: fix svn+ssh with username (Closes: #442021)
261      * fai-guide.sgml: add info about NFSROOT_HOOKS
262    
263     -- Thomas Lange <lange@debian.org>  Mon, 17 Sep 2007 13:30:34 +0200
264    
265    fai (3.2) unstable; urgency=low
266    
267      * subroutines-linux: fix extra slash in path (closes: #428860),
268        jobsrunning(): ignore rcS process (closes: #425725)
269        during dirinstall call debootstrap if no base.tgz is found
270      * setup_harddisks: fix file system type of /proc
271      * fai.conf: make ssh and scp the default (closes: #309678, #380085)
272      * fai-guide.sgml:
273        major update to reflect FAI 3.X changes (closes: #390508),
274        fix description of classes used (closes: #329984),
275        change /usr/share/doc/fai to /usr/share/doc/fai-doc (closes: #387541),
276        fix an url, add documentation for dirinstall (closes: #390508),
277        document usage of basefiles/ (closes: #391660),
278        document the order hooks are called (closes: #380337)
279      * get-config-dir-svn: add support for svn url's without username
280        (closes: #415875)
281      * subroutines: copy disk_var.sh only if available (closes: #415880),
282        fix wrong path for FAI_CLASSES
283      * savelog.LAST.source: add more patterns
284      * faimond: add options -p, -h, -b,
285        it can now call fai-boot (closes: #342477, #424608)
286      * faimond.1: update man pages to reflect the new options
287      * fai-savelog: use $LOGREMOTEDIR when saving to remote
288        (closes: #290371), do not set $HOSTNAME, should be set all the time
289        (closes: #429553, #429733)
290      * make-fai-nfsroot: add option -p (closes: #359323), move from
291        fai-kernels to plain Debian kernel using initrd (closes: #410940),
292        remove unused things since we have now write access to the nfsroot,
293        use mkdir -p, live-initramfs needs NFSROOT in .../live/filesystem.dir,
294        move creating of subdirs from make-fai-nfsroot to fai (from server to
295        client), do not create shell script in make-fai-nfsroot,
296        remove -V, use aptitude to remove the kernels from the nfsroot, -k now
297        reinstalls all packages from /etc/fai/NFSROOT (closes: #431613),
298        update-initramfs symlinks to /bin/true during diversion
299      * make-fai-nfsroot.conf:
300        remove the variable KERNELPACKAGE (closes: #416531, #435098)
301      * make-fai-nfsroot.8: remove -V, new description for -K and -k
302      * fcopy: set mode on file even no file was copied (closes: #360184),
303        check error code of preinst and postinst scripts (closes: #432681),
304        add quotes to variable (closes: #430127), skip comment lines in
305        file-modes
306      * fai-chboot: $NFSROOT is defined in new location (closes: #408247),
307        add initrd support, add option -s (closes: #356380), remove nfs
308        options from append line
309      * fai-chboot.8: ROOTFS parameter is not needed any more, add option -s
310      * device2grub: fix pattern to support /dev/cciss and /dev/ida devices
311        (closes: #416381)
312      * conf/NFSROOT: add packages needed for new fai-cd technique, add plain
313        debian kernel package, add ext2resize, hwinfo and change arch specific
314        packages,
315        move packages cfengine2 and libapt-pkg-perl from control to NFSROOT
316      * control: change dependencies from tetex to tetex or texlive, replace
317        Recommends of rsh-server with ssh (closes: #426093), add aptitude for
318        fai-server as Suggests, remove fai-kernels, add field XS-Vcs-Browser,
319        syslinux is only available on two architectures, do not depend on
320        cfengine (v1), since it does not exists any more
321      * fai: do not remount / read only, do not call create_ramdisk, now we
322        use unionfs, remove HOST variable, only use HOSTNAME now, use mkdir
323        -p, export $action for 20hwdetect.source, call save_dmesg only during
324        initial installation, during dirinstall set
325        LOGDIR=/var/log/fai/dirinstall/$HOSTNAME (closes: #429553)
326        define FAI_DEBOOTSTRAP, FAI_DEBOOTSTRAP_OPT for dirinstall
327        create syslog.conf before starting the syslog daemon
328        when doing dirinstall -c or -N must be specified (closes: #429554)
329        the local hard disks are now mounted to /target instead of /tmp/target
330      * move from mkinitrd-cd to live-initramfs to create a CD, use plain
331        Debian kernel
332      * menu.lst: remove unneeded options, add boot=live for new initrd,
333        remove root (cd), fix setting of hostname, instead of using ip=, we
334        now use hostname=
335      * create_resolv_conf: fix path, since we can now write on the whole
336        filesystem
337      * fai-cd: use plain Debian kernel with initrd and live-initramfs for
338        booting (closes: #401041),
339        add option -f, force removal of an existing ISO image
340        add option -k, this is for debugging
341        add option -n, do not create ISO image
342        add option -u, copy fai-cd data to a directory (USB support)
343        use $NFSROOT/live/filesystem.dir
344      * disk-info: do not include removable devices into list of disks
345      * fai-class: remove HOST variable, only use HOSTNAME now
346        do not set HOSTNAME from uname (closes: #431283)
347      * multiple files: add some patches fixing english text
348        (closes: #428857, #428858)
349      * 20-removable_media: fix path for floppy mount point (closes: #428859)
350      * fai.8: add option -u, --hostname (closes: #361559)
351      * add variable TFTPROOT (closes: #408271, #431431)
352      * fai-mirror:
353        use $NFSROOT/live/filesystem.dir
354        do not ask questions, add unauthenticated packages to the mirror
355      * 20hwdetect.source: do not execute 20hwdetect.source during dirinstall
356      * debconf/FAIBASE: autodetect most xorg parameters, (but not resolution)
357      * install_packages: add option -N, change option -t to -n,
358        add patch that AptPkg module is only used when
359        available and target system is Debian (closes: #422225), move code to
360        check_aptpkg(), add smart package manager support (closes: #430798)
361        do execute Debian specific commands only when needed (closes: #392038),
362        grab error codes when executing commands,
363        exit with 3 when errors occured, add option -H (closes: #391659),
364        put suffix -internal to all internal commands,
365        remove -n from tasksel calls
366        print path once, then only config file names, not always full path
367      * install_packages.8: add option -N and -H, change option -t to -n,
368        add option -p (closes: #424848)
369      * create_ramdisk: replaced by unionfs
370      * fai-do-scripts: remove -k from cfagent call (closes: #425699),
371        add new strings for shell scripts (closes: #416616)
372      * fai-server.post*: do not manage $TFTPROOT (closes: #430000)
373      * package_config: move linux-image package from FAIBASE to DEFAULT, add
374        kernel name for architecture
375      * ainsl: escape + in pattern
376      * make S01fai-abort an init.d script
377    
378     -- Thomas Lange <lange@debian.org>  Tue, 21 Aug 2007 18:11:28 +0200
379    
380    fai (3.1.8) unstable; urgency=medium
381    
382      * conf/NFSROOT: remove unknow package name (closes: 407950)
383      * setup_harddisks: use C locale when calling mkreiserfs (closes: 413504)
384      * fai-mirror: add /usr/sbin to $PATH so a normal user can also call
385        this command (closes: 413466)
386      * simple/package_config/GERMAN: fix wrong package name
387      * lib/subroutines: replace >>/dev/stderr with >&2
388    
389     -- Thomas Lange <lange@debian.org>  Tue, 13 Mar 2007 23:39:56 +0100
390    
391    fai (3.1.7) unstable; urgency=medium
392    
393      * subroutines: ifclass() should append to stderr (closes: #409059)
394      * examples/simple/, lib/fai-mount-disk, lib/mount2dir: use bash for
395        shell scripts (closes: #410084)
396      * fix typo in bug number of older changelog entry
397      * install_packages.8: add info for variable MAXPACKAGES
398    
399     -- Thomas Lange <lange@debian.org>  Wed, 14 Feb 2007 12:11:29 +0100
400    
401    fai (3.1.6) unstable; urgency=high
402    
403      * fix important and grave bugs
404      * fai-setup: do not fail (and exit) if $loguserhome is not writeable for
405        root (closes: #407947)
406      * fai-class: fix syntax error (closes: #408153)
407    
408     -- Thomas Lange <lange@debian.org>  Tue, 23 Jan 2007 23:49:33 +0100
409    
410    fai (3.1.5) unstable; urgency=low
411    
412      * make-fai-nfsroot: remove copying of *.pub files (closes: #406334)
413      * fai-debconf: add template when create tmp file, remove also old
414        tmp files (closes: #406336)
415      * fai: add missing parameter to --long options (closes: #406125)
416      * fai-classs: set hostname from -u as intended (closes: #406125)
417      * scripts/FAISERVER/10-conffiles: fix wrong path (closes: #406500)
418      * README: update year from 2006 to 2007
419    
420     -- Thomas Lange <lange@debian.org>  Fri, 12 Jan 2007 14:57:12 +0100
421    
422    fai (3.1.4) unstable; urgency=medium
423    
424      * these are only document changes and a one liner for setup_harddisks
425      * fix default examples. A change in the xorg package dependencies broke
426        the default FAI example installation (closes: #405435)
427      * remove xlockmore package from example (closes: #405433)
428      * setup_harddisks: add support for mountig existing NTFS partitions
429        (closes: #404187)
430    
431     -- Thomas Lange <lange@debian.org>  Thu,  4 Jan 2007 15:30:42 +0100
432    
433    fai (3.1.3) unstable; urgency=medium
434    
435      * fai-savelog: fix a security tagged bug, make local copy of LOGDIR only
436        readable for root and group adm (closes: #402644)
437      * fai: add missing shift command (closes: #402588)
438      * fai.8: improve dirinstall info (closes: #402294)
439      * package_config/FAIBASE: add packages, this is only a documentation
440        change
441    
442     -- Thomas Lange <lange@debian.org>  Sun, 17 Dec 2006 17:40:54 +0100
443    
444    fai (3.1.2) unstable; urgency=high
445    
446      * use new fai kernel version 2.6.18
447      * control: add Vcs-Svn control field (closes: #399561)
448      * conf/NFSROOT: remove package hwtools, which do not exists any more
449      * fai-chboot: exit if file cannot be written, tmpfile was not always
450        removed
451      * make-fai-bootfloppy: remove sit interfaces from list of network
452        devices (closes: #400521), print error if it can't write to floppy
453        device (closes: #400522)
454      * fcopy: tmpfile was not always removed
455      * mount2dir: use noatime when mounting local file systems
456      * lib/subroutines-linux: change comment
457      * fix typo in changelog
458      * fai-server.postinst: change message (closes: #400324)
459    
460     -- Thomas Lange <lange@debian.org>  Mon, 27 Nov 2006 20:04:51 +0100
461    
462    fai (3.1.1) unstable; urgency=low
463    
464      * control: remove mkinitrd-cd from Recemmends: and Suggests:
465      * make-fai-nfsroot: add missing option h to getopt, fix typo, test if
466        $cfdir is already set (closes: #394884), no code change, reorder code
467        so a normal user gets help whem using -h,--help
468      * faireboot: fix file name to variables.log
469      * fai-chboot: fix several bugs for listing options, option -p expects an
470        argument, fix for -c behaviour (closes: #389905)
471      * fai-chboot.8: minor document fixes
472      * fai-mirror.1: fix example (closes: #390520)
473      * fcopy: remove temporary file after use
474      * fai: start udev before creating /dev/shm/network, remove set +a for
475        dirinstall, so $fai_rundate will be exported (closes: #390373)
476      * subroutines: umount config dir at the end of softupdate action,
477        cd back to old directory, convert FAI_ROOT to absolute path if doing
478        dirinstall (closes: #390346), die() only calls bash when
479        FAI_ACTION=install, add -i to bash call (closes: #362252)
480      * subroutines-linux: check exit status of get-config-dir
481      * get-config-dir: replace die call with echo and exit statement, add
482        error message
483      * get-config-dir-cvs: fixed regular expression as 'expr' automatically
484        anchors to the beginning
485      * LAST/50-misc: /sbin/unconfigured.sh is not used any more
486      * ainsl.8: explain ^ and $ treatment in more detail
487      * FAIBASE/10-misc: add anchors to ainsl pattern
488      * class/20hwdetect.source: change discover call
489      * aisnl,fcopy,fai-chboot: print help and exit if unknow option was given
490      * lib/task_sysinfo: remove call of kudzu since it's not available any
491        more in etch
492    
493     -- Thomas Lange <lange@debian.org>  Mon,  6 Nov 2006 15:57:01 +0100
494    
495    fai (3.1) unstable; urgency=medium
496    
497      * Makefile: force bash in Makefile, fixes FTBFS in ubuntu
498      * rename action dirinst to dirinstall (closes: #390345)
499      * fai-cd: fix wrong path for sources.list (closes: #391639)
500      * scripts/FAIBASE/10-misc: use ainsl instead of echo >> ...
501      * lib/create_ramdisk: make /var/discover writeable
502      * make-fai-nfsroot: create directory var/discover, add option -h and
503        usage() subroutine
504      * subroutines: move find's maxdepth option to the left, prevent multiple
505        fai softupdate running simultaneously (closes: #390680), move
506        disk_var.sh from FAI 2.X installation old to new location
507        rename variable sndhostname to sendhostname
508      * get-config-dir*: replace \s and \S in expr with regex using [:space:],
509        so it also works for sarge's version of expr
510      * subroutines-liux: add test if base.tgz exists (closes: #390343),
511        sources.list must be used from /etc/apt during normal installation
512      * fai: add option -u,--hostname (closes: #390367), create
513        /dev/shm/network if directory not already exists (needed for initrd
514        kernels)
515      * LAST/50-misc: do not fail if hardware clock can't be set
516      * fcopy: swap call of postinst and set_mode
517      * install_packages: add missing package list to yum and rpm calls
518        (closes: #392032)
519      * rename sndmon() to sendmon()
520      * fai-start-stop-daemon: start udevd (needed for ubuntu) and do not fake
521        it, add carriage return
522      * package_config/DEMO: remove rstatd since it buggy atm
523      * 20hwdetect.source: xorg can discover the grpahics driver itself, do
524        not call discover
525    
526     -- Thomas Lange <lange@debian.org>  Thu, 19 Oct 2006 14:46:32 +0200
527    
528    fai (3.0) unstable; urgency=low
529    
530    * conf/make-fai-nfsroot.conf,sources.list: move from sarge to etch    * conf/make-fai-nfsroot.conf,sources.list: move from sarge to etch
531    * fai: export FAI_ACTION, fix -c and -C in usage()    * fai: export FAI_ACTION, fix -c and -C in usage()
532    * subroutines-linux: fix path of resolv.conf    * subroutines-linux: fix path of resolv.conf
533    * fai-chboot: remove devfs=nomount    * fai-chboot: remove devfs=nomount, use NFS v3
534    * package_config/DEFAULT: replace kernel-image with linux-image    * package_config/DEFAULT: replace kernel-image with linux-image
535    * faireboot: stop udevd    * faireboot: stop udevd
536    * rename class XFREE to XORG, use xorg packages    * rename class XFREE to XORG, use xorg packages
537    * bin/fai: rename $targetdir to $FAI_ROOT    * bin/fai: rename $targetdir to $FAI_ROOT
538    * remove blank from debconf locales data (closes: #386192)    * add debconf data for german environment (closes: #386192)
539    * package_config/GERMAN: new file includes packages for german    * package_config/GERMAN: new file includes packages for german
540      environment      environment
541    * new script FAIBASE/20-removable_media creates fstab entries and makes    * new script FAIBASE/20-removable_media creates fstab entries and makes
# Line 18  fai (3~beta62) unstable; urgency=low Line 545  fai (3~beta62) unstable; urgency=low
545    * get-boot-info: fix duplicate call of get_dhcp_info()    * get-boot-info: fix duplicate call of get_dhcp_info()
546    * FAIBASE.var: add FAI_ALLOW_UNSIGNED=1    * FAIBASE.var: add FAI_ALLOW_UNSIGNED=1
547    * fai-setup: add option no_subtree_check to etc/exports lines    * fai-setup: add option no_subtree_check to etc/exports lines
548      * get-config-dir-svn: svn support for config space (closes: #314991)
549   -- Thomas Lange <lange@debian.org>  Tue, 26 Sep 2006 18:38:37 +0200    * fai.8: add info about dirinst, add example
550    
551     -- Thomas Lange <lange@debian.org>  Wed, 27 Sep 2006 15:44:46 +0200
552    
553  fai (3~beta21) unstable; urgency=medium  fai (3~beta21) unstable; urgency=medium
554    

Legend:
Removed from v.4031  
changed lines
  Added in v.5092

  ViewVC Help
Powered by ViewVC 1.1.5