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

Diff of /trunk/debian/changelog

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

revision 4591 by h01ger-guest, Mon Sep 17 10:12:20 2007 UTC revision 5239 by lange, Thu Jan 8 12:47:18 2009 UTC
# Line 1  Line 1 
1  fai (3.2.1~beta1) unstable; urgency=low  fai (3.3~beta0) unstable; urgency=low
2    
3      * [ Colin Tuckley ]
4      * fixed spelling mistakes in faimond.8, faimond-gui.1
5    
6     -- Thomas Lange <lange@debian.org>  Thu, 08 Jan 2009 13:18:17 +0100
7    
8    fai (3.2.15) unstable; urgency=low
9    
10    [ Thomas Lange ]    [ Thomas Lange ]
11      * fai-server.manpages: faimond-gui.1 was not included into the package
12      * fix typos in mkdebmirror, NEWS, classes_description.txt, fai-mirror,
13        fai-cd.8, fai-guide.sgml
14      * lib/subroutines: check *.var files if they are readable
15      * bootexample.sgml: fix typo
16      * dhcpd.conf/FAISERVER: fix wrong path in example
17      * links.html: fix typo (closes: #508598)
18      * fai-guide.sgml: fix package name in documentation (closes: #504797)
19      * get-boot-info: fix wrong test parameter (closes: #509090)
20      * setup-storage: increase version number
21    
22      [ Colin Tuckley ]
23      * fixed spelling mistakes in fai-do-scripts.1, fai-mirror.1
24    
25      [ Sebastian Harl ]
26      * fai-guide.sgml: fix several typos, mention Git, use $FAI instead of
27        /fai (closes: #507129)
28    
29      [ Michael Tautschnig ]
30      * Commands.pm: Print an informational message whenever a volume or
31        partition is preserved or resized (closes: #508893)
32    
33     -- Thomas Lange <lange@debian.org>  Mon, 22 Dec 2008 14:51:54 +0100
34    
35    fai (3.2.14) unstable; urgency=low
36    
37      * fai-guide.sgml: document behaviour of LOGSERVER (closes: #361524)
38      * install_packages: fix usage of option -n (closes: #489546)
39      * setup-storage, Commands.pm, Exec.pm: Call udevsettle before doing any
40        of the commands to avoid all the possible pitfalls, simplyfies the
41        code quite a bit. (closes: #503729)
42    
43     -- Thomas Lange <lange@debian.org>  Tue, 28 Oct 2008 10:32:20 +0100
44    
45    fai (3.2.13) unstable; urgency=low
46    
47      * lib/setup-storage/Commands.pm: fixed dependency error in vgcreate
48        commands (closes: #502462)
49      * fcopy: fix ordering of classes (closes: #502975)
50    
51     -- Thomas Lange <lange@debian.org>  Wed, 22 Oct 2008 12:14:51 +0200
52    
53    fai (3.2.12) unstable; urgency=low
54    
55      * setup-storage/Parser.pm, setup-storage/Sizes.pm: Warn, if a
56        preserved partition does not match the size specified in the
57        disk_config; fail, if an extended partition is to be created in place
58        of a to-be-preserved partition (closes: #501772)
59      * setup-storage/Exec.pm: recent versions of parted log errors to
60        stdout instead of stderr + adaption of error messages to current ones
61        (closes: #500823)
62      * setup-storage/Volumes.pm: Handle new error message in case of
63        missing disk label (closes: #500823)
64      * setup-storage: extended debug output of sorted commands
65        (closes: #500822)
66      * setup-storage/Commands.pm: Properly sort commands, fixed dependency
67        errors, use start_byte for new config instead of begin_byte
68        (closes: #500822)
69      * setup-storage: increase version number
70      * make-fai-nfsroot: print version of debootstrap (closes: #500046)
71      * fai-guide.sgml: minor update in example
72      * fai-chboot.8: fix warning from man
73    
74     -- Thomas Lange <lange@debian.org>  Wed, 15 Oct 2008 11:25:39 +0200
75    
76    fai (3.2.11) unstable; urgency=low
77    
78      * control: depend on syslinux-common instead of syslinux (closes: #494417)
79        use same intro for description for all packages,
80        add dependeny and recommends on openbsd-inetd | inet-superserver as
81        workaround for #404760
82      * fai-chboot.8, fai-cd.8, ainsl.1, fai.8, fai-class.8: apply patches
83        from Colin Tuckley
84      * THANKS: add Colin
85      * fai-chboot.8: add example for using templates, add link to pxelinux
86        documentation
87      * fai-cd.8: remove unused info
88      * fai-mirror.1: add information about files used by this script
89      * faimond.8: minor fixes
90      * install_packages.8: minor fixes
91      * make-fai-nfsroot.8: minor fixes
92      * fai-debconf.1: minor fixes
93      * setup-storage.8: replace mdoc macro version with man macro version,
94        reformat examples using tab stops, make groff happy
95      * fai-guide.sgml: remove info about make-fai-bootfloppy, add info about
96        kernel parameters
97      * faisetup.sgml: update messages
98      * bootexample.sgml: update example messages
99      * mkdebmirror: remove obsolete code for fetching boot floppy images
100    
101     -- Thomas Lange <lange@debian.org>  Wed, 01 Oct 2008 14:20:45 +0200
102    
103    fai (3.2.10) unstable; urgency=low
104    
105      * add texlive-latex-recommended and texlive-fonts-recommended to
106        build-depends-indep which fixes FTBFS (closes: #497683),
107        add cfengine2 as recommends to fai-client (closes: #442843),
108        remove mknbi from fai-docs recommends
109      * Init.pm: really add important bugfix (494784) that was only fixed in svn
110        but not in 3.2.9 upload (closes: #494784), fix typo in variable name
111      * Volume.pm: ignore output line of parted containing "Model:"
112        (closes: #497066)
113      * disk-info: fix bashism (closes: #498023),
114        add pattern for KVM devices like /dev/vd[abcd]X (closes: #494426)
115      * Makefile,VERSION: remove variable KERNELVERSION, because it's unused since
116        3.2 (closes: #494699)
117      * fai-cd: do not redirect stderr to /dev/null when calling find_fai_data,
118        otherwise we do not get any errors when the grub call fails
119      * subroutines: use proper path to RUNNING_FROM_FAICD to make eject work
120        (closes: #439101),
121        do not access /proc/uptime if /proc is not mounted (closes: #496234),
122        check if list of cdrom devices is empty (closes: #498052)
123      * fai-client.postrm: use rm -rf, we do so in other maintainer scripts as
124        well and /var/run/fai is probably the least critical place
125        (closes: #494423)
126      * remove old, unsupported and broken script make-fai-bootfloppy and its man
127        page (it only works with fai-kernels which were removed from lenny)
128        (closes: #452375, #400373, #305363)
129      * remove old and unused util/tlink and the information about it from the
130        documentation
131      * fai-guide.sgml: major review, remove boot floppy info, remove BOOTP
132        info, update location of RUNNING_FROM_FAICD
133      * fai-guide.sgml: minor documentation fix (closes: #473106),
134        do not propose make-fai-nfsroot -r (closes: #481111),
135        do reference NEWS.Debian (closes: #452760)
136      * ftar.8: minor fix (closes: #481528), update example used
137      * fcopy.8: minor fix (closes: #419787)
138      * fai-statoverride.8: add man page for fai-statoverride.8 (closes: #358967)
139      * setup-storage.8: document usage of USE_SETUP_STORAGE; some typo fixes
140      * fai-cd.8: add usage example, add warning that all data on USB stick
141        may be destroyed
142      * setup-storage.8: Properly escape \ in literal environments (thanks lintian)
143      * changes to the example classes:
144        - use new partition tool in simple examples
145        - remove class SETUPSTORAGE
146        - package_config/*: remove non-existing packages, change some package
147        - names
148        - package_config/GNOME: make gnome example smaller
149        - 10-misc: remove tune2fs call, now done by new partition tool
150        - use lenny in FAISERVER class
151        - remove empty directory /etc/X11 to make lintian happy
152        - 20-copy-mirror: set correct symlink, add comment
153      * update to standards version 3.8.0, no changes needed
154      * update the package description (closes: #496113)
155      * rules: Don't ignore errors from make clean
156      * Many thanks to Sebastian Harl, Holger Levsen, Michael Prokop and
157        Michael Tautschnig for all the discussions and for the help to create
158        this release
159    
160     -- Thomas Lange <lange@debian.org>  Tue, 09 Sep 2008 15:08:20 +0200
161    
162    fai (3.2.9) unstable; urgency=low
163    
164      * apply patch that fixes the RC-bug license issue (closes: #487866)
165      * debian/copyright: add people and reformat text
166      * ftar: exit with warning if unsupported suffix .tgz is found
167      * ainsl: add options -Q and -q (closes: #484722)
168      * fai-setup: fix syntax error (closes: #488404)
169      * setup-storage.8: add migration section, add info for createopts, move
170        comments in example to bottom, fixed and improved documentation for
171        preserve_{always,reinstall} syntax
172      * Sizes.pm: never scale logical volume sizes beyond the specified
173        maximum (closes: #494519)
174      * Init.pm: fix bug in return values of phys_dev() (closes: #494784)
175      * conf/NFSROOT, control: drop use of liblinux-lvm-perl
176        (closes: #494357), replace unionfs with aufs (closes: #487080),
177        ext2resize is now obsolete, replace it with e2fsprogs,
178        replace obsolete sysutils with procinfo,
179        add packages for powerpc arch (closes: #494440)
180      * control: use official control-fields Vcs-Browser and Vcs-Svn instead
181        of old XS-* friends (closes: #451013),
182        remove Homepage from Description field, use Homepage field instead
183      * Volumes.pm: reverted the code to handle existing LVMs to an earlier
184        version that does not use Linux::LVM, because this is severly broken
185        (closes: #494357)
186      * setup-storage: increase version number to 1.0.1 because of LVM change
187      * Commands.pm: bugfix in RAID volume handling in case of devices marked
188        missing: mdadm command requires device names to be replaced by
189        "missing" (closes: #494520)
190      * package_config/FAIBASE: replace obsolete sysutils with procinfo
191      * subroutines-linux: replace klogd and syslogd with rsyslog
192        (closes: #494387)
193      * conf/sources.list: replace etch with lenny, make koeln repository
194        optional (closes: #474326)
195      * make-fai-nfsroot.conf: replace etch with lenny, mount /dev/pts to
196        avoid warnings "Can not write log, openpty() failed",
197      * make-fai-nfsroot: umount /proc and /dev/pts inside nfsroot on exit
198        (closes: #494518, #494523),
199        move trap definitions outside of { } block (closes: #494518, #494523),
200        use arch independent name for linux kernel (closes: #494440)
201      * updatebase: mount /dev/pts into /target to avoid openpty() warning
202      * fai-do-scripts: use -b in call of file command, this makes the pattern
203        matching more robust, make file adjust regex to new output of file
204        command (closes: #490111)
205      * savelog.LAST.source: add error pattern
206      * fai-cd: add option "--iso-level 4" to mkisofs call (closes: #494443)
207      * rules: do not copy file for linda
208      * fai-quickstart.dirs:  linda directory not needed any more
209      * fai-quickstart.lintian: fix pattern
210    
211     -- Thomas Lange <lange@debian.org>  Tue, 12 Aug 2008 11:49:51 +0200
212    
213    fai (3.2.8) unstable; urgency=low
214    
215      * Merge setup-storage, the new partitioning tool
216        (closes: #380629, #330915, #277045, #356862, #416633, #484788)
217      * add variable $USE_SETUP_STORAGE
218      * setup-storage: move loading of kernel modules into 20hwdetect.source,
219        print which disk_config setup-storage is using
220      * Commands.pm: print also mountpoint when debugging tuneopts and
221        createopts, fix and document problem when only tuneopts are defined,
222        prevent warnings about uninitialized variables
223      * 20-hwdetect.source: load modules needed for setup-storage
224      * add class SETUPSTORAGE for easy testing
225    
226     -- Thomas Lange <lange@debian.org>  Sun, 15 Jun 2008 12:47:16 +0200
227    
228    fai (3.2.7) unstable; urgency=low
229    
230      * update some messages to 2008
231      * fai-cd: check if list of Packages files is non-empty, change syntax of
232        ${...:=...}, use rsync for coping to USB stick if available
233      * fai-cd.8: add info for MAXPACKAGES
234      * fai-guide.sgml: fix order of tasks
235      * fai-setup: check if file exists
236      * make-fai-nfsroot: exclude files in var/lib/apt/lists from base.tgz
237        check if NFSROOT directory is mounted with bad options
238      * get-boot-info: parse live.log for detecting boot method
239      * disk-info: use group info for detecting disks, extend pattern for
240        detecting scsi disks
241      * subroutines: fix regex so softupdate will; now umount the config space
242      * add internal variable printk, for setting the console log level
243    
244     -- Thomas Lange <lange@debian.org>  Sat, 31 May 2008 16:47:25 +0200
245    
246    fai (3.2.6) unstable; urgency=medium
247    
248      * fai: remove local, fix regex (closes: #480685)
249      * fai-cd: fix syntax error (closes: #480830)
250    
251     -- Thomas Lange <lange@debian.org>  Thu, 15 May 2008 17:10:37 +0200
252    
253    fai (3.2.5) unstable; urgency=low
254    
255      * GRUB/10-setup: use absolute path
256      * fai: mount /proc if not already mounted (closes: #453017, #444156),
257        check if target directory for dirinstall is mounted with nosuid,nodev
258      * fai-mirror: set MAXPACKAGES=1 if undefined before
259      * make-fai-nfsroot: exit with error if software installation has errors
260        (closes: #442261)
261      * fai-guide.sgml: add info how to specify a certain release or version
262        of a package
263      * fai-cd: add prefix $cfdir to -g parameter if no path was specified,
264        fix setting of cfdir (closes: #475250)
265      * fai-cd.8: extend info for -g
266      * subroutines: remove local from variable (closes: #449236)
267      * install_packages: fix in detecting Debian specific actions
268      * fai-chboot: add check if kernelsuffix is defined
269      * fai-abort: add LSB formatted dependency info (closes: #469716)
270      * XF86Config-4/DEMO: remove obsolete example (closes: #474327)
271      * disk-info: add regex for Adaptec i2o controller (closes: #466670)
272      * ainsl: substitue \s+ afterwards (closes: #470799)
273    
274     -- Thomas Lange <lange@debian.org>  Mon,  5 May 2008 18:27:02 +0200
275    
276    fai (3.2.4) unstable; urgency=high
277    
278      * fai-cd.8: add missing -C option
279      * make-fai-nfsroot: remove code for creating BOOTP environment
280      * faimond-gui: show different icons depending on error code
281      * fai-setup: fix syntax error (closes: #453442)
282      * subroutines-linux: do not print hostname and kernel compile time
283      * fai: update date, remove mkdir
284      * savelog.LAST.source: remove duplicate messages which appear in fai.log
285        and software.log
286    
287     -- Thomas Lange <lange@debian.org>  Thu, 29 Nov 2007 19:17:56 +0100
288    
289    fai (3.2.3) unstable; urgency=medium
290    
291      * fix wrong logic in updatebase (closes: #452516)
292    
293     -- Thomas Lange <lange@debian.org>  Sat, 24 Nov 2007 16:08:36 +0100
294    
295    fai (3.2.2) unstable; urgency=low
296    
297      * conf/NFSROOT: reomve duplicate package, use aptitude for installing,
298        add nfs-common (closes: #444079), remove live-initramfs from NFSROOT
299      * doc/fai-guide.sgml: add information for softupdate (closes: #439016)
300      * savelog.LAST.source: add ignore pattern, remove dot after filename
301      * make-fai-nfsroot: check if $TFTPROOT is defined, add badupdateto32(),
302        which prints more info about update without checking variable names,
303        remove whole /srv/fai/nfsroot, add check_nfsroot(), make stamp only on
304        success (closes: #370780), write output also into /var/log/fai,
305        return and print exit code from install_packages, create or copy
306        live.conf, try to umount /proc inside the nfsroot before removing an
307        old nfsroot, abort if this fails
308      * subroutines: add task_error(), which stores the maximum error code in
309        $task_error, do nothing if error=0, print traceback,
310        add stop_fai_installation(), write pid to stamp file, print PID in
311        case of error, add task_test stub, save function name that causes
312        fatal error, set $fai_rundate only if not yet defined
313      * subroutines-linux: add check if $monserver is defined, print kernel
314        version currently running, catch exit code from install_packages
315      * mount2dir: add support for UUID and LABEL
316      * fai: export $romountopt, get error codes from all commands in a pipe,
317        add $STOP_ON_ERROR, fix variable name (closes: #447080),
318        do not use /var/log/fai/current (closes: #445276), cleanup definition
319        of $LOGDIR, change permissions of LOGDIR (closes: #445276),
320        add symlinks for last and last-$action in the very beginning
321      * control: fai-nfsroot and fai-client conflicts to fai-kernels, add
322        recommends to debconf-utils (closes: #445109), improve package
323        description (closes: #419071), add Homepage field, add live-initramfs
324        to depends of fai-nfsroot
325        replace ssh with openssh-server and openssh-client (closes: #434356)
326      * fai-cd: copy grub config always to menu.lst
327      * get-config-dir-nfs: add -n to mount
328      * get-config-dir-svn: error if svn call fails (closes: #447602, #441761)
329      * update FSF address (closes: #444154)
330      * fai-chboot: pxedir should also use $TFTPROOT, (closes: #443837)
331      * menu.lst/postinst: check if variables are defined (closes: #445978)
332      * ftar: make it a bash script
333      * fai-setup: add option -C (closes: #388157), fix mode of
334        authorized_keys
335      * fai-setup.8: add option -C
336      * fai-mirror: mkdir mountpoint before mounting (closes: #365004)
337      * updatebase: use aptitude when doing dist-upgrade (closes: #448426),
338        use safe-upgrade when available
339      * fai-divert: make it a bash script
340      * 30-interfaces: resolv.conf is now in /, not in /tmp
341      * make-fai-bootfloppy: script currently does not work, always die with
342        error message
343      * FAIBASE.var: add STOP_ON_ERROR
344      * fai-savelog: do not save log to local directory, if this directory
345        already exists (should only happen during softupdate), change
346        permissions of LOGDIR (closes: #445276)
347      * get-config-dir-*: call task_error after trying to access config space
348      * sources.list: add koeln repository
349    
350     -- Thomas Lange <lange@debian.org>  Thu, 22 Nov 2007 15:45:12 +0100
351    
352    fai (3.2.1) unstable; urgency=low
353    
354    * mount swap partitions with identical priorities    * mount swap partitions with identical priorities
355    * fai-mirror: also match lowercase class names (for hostsnames),    * fai-mirror: also match lowercase class names (for hostsnames),
356      use $cfdir instead of fixed path /etc/fai      use $cfdir instead of fixed path /etc/fai
# Line 19  fai (3.2.1~beta1) unstable; urgency=low Line 369  fai (3.2.1~beta1) unstable; urgency=low
369      determine the arch inside the nfsroot for defining a class, this help      determine the arch inside the nfsroot for defining a class, this help
370      building amd64 nfsroots on i386 and vice versa,      building amd64 nfsroots on i386 and vice versa,
371      add support for running hooks, (closes: #342467)      add support for running hooks, (closes: #342467)
372    * make-fai-nfsroot.conf: add variable $FAI_HOOK_DIR    * make-fai-nfsroot.conf: add variable NFSROOT_HOOKS
373      * make-fai-nfsroot.9: add info about NFSROOT_HOOKS
374    * fai-mirror.8, make-fai-nfsroot.8: enhance/add info of -C, add info    * fai-mirror.8, make-fai-nfsroot.8: enhance/add info of -C, add info
375      about variable FAI_ETC_DIR      about variable FAI_ETC_DIR
376    * packages_config/DEFAULT: fix typos in linux-image-amd64    * packages_config/DEFAULT: fix typos in linux-image-amd64
# Line 36  fai (3.2.1~beta1) unstable; urgency=low Line 387  fai (3.2.1~beta1) unstable; urgency=low
387    * examples/etc/dhcpd.conf: fix path    * examples/etc/dhcpd.conf: fix path
388    * faimond-gui: new tool that produces graphical output of faimond    * faimond-gui: new tool that produces graphical output of faimond
389    * faimond-gui.8: new man page    * faimond-gui.8: new man page
390      * get-config-dir-svn: fix svn+ssh with username (Closes: #442021)
391      * fai-guide.sgml: add info about NFSROOT_HOOKS
392    
393    [ Holger Levsen ]   -- Thomas Lange <lange@debian.org>  Mon, 17 Sep 2007 13:30:34 +0200
   * make get-config-dir-svn work for svn+ssh with username (Closes: #442021)  
   
  -- Holger Levsen <holger@debian.org>  Mon, 17 Sep 2007 11:44:42 +0200  
394    
395  fai (3.2) unstable; urgency=low  fai (3.2) unstable; urgency=low
396    

Legend:
Removed from v.4591  
changed lines
  Added in v.5239

  ViewVC Help
Powered by ViewVC 1.1.5