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

Diff of /trunk/debian/changelog

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

revision 4244 by lange, Tue Mar 13 22:40:42 2007 UTC revision 5096 by lange, Fri Sep 5 17:59:26 2008 UTC
# Line 1  Line 1 
1    fai (3.2.10~beta4) 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      * use lenny in FAISERVER class
30      * setup-storage.8: document usage of USE_SETUP_STORAGE; some typo fixes
31      * fai-cd: do not redirect stdout to /dev/null when calling find_fai_data
32    
33     -- Thomas Lange <lange@debian.org>  Fri, 05 Sep 2008 19:59:04 +0200
34    
35    fai (3.2.9) unstable; urgency=low
36    
37      * apply patch that fixes the RC-bug license issue (closes: #487866)
38      * debian/copyright: add people and reformat text
39      * ftar: exit with warning if unsupported suffix .tgz is found
40      * ainsl: add options -Q and -q (closes: #484722)
41      * fai-setup: fix syntax error (closes: #488404)
42      * setup-storage.8: add migration section, add info for createopts, move
43        comments in example to bottom, fixed and improved documentation for
44        preserve_{always,reinstall} syntax
45      * Sizes.pm: never scale logical volume sizes beyond the specified
46        maximum (closes: #494519)
47      * Init.pm: fix bug in return values of phys_dev() (closes: #494784)
48      * conf/NFSROOT, control: drop use of liblinux-lvm-perl
49        (closes: #494357), replace unionfs with aufs (closes: #487080),
50        ext2resize is now obsolete, replace it with e2fsprogs,
51        replace obsolete sysutils with procinfo,
52        add packages for powerpc arch (closes: #494440)
53      * control: use official control-fields Vcs-Browser and Vcs-Svn instead
54        of old XS-* friends (closes: #451013),
55        remove Homepage from Description field, use Homepage field instead
56      * Volumes.pm: reverted the code to handle existing LVMs to an earlier
57        version that does not use Linux::LVM, because this is severly broken
58        (closes: #494357)
59      * setup-storage: increase version number to 1.0.1 because of LVM change
60      * Commands.pm: bugfix in RAID volume handling in case of devices marked
61        missing: mdadm command requires device names to be replaced by
62        "missing" (closes: #494520)
63      * package_config/FAIBASE: replace obsolete sysutils with procinfo
64      * subroutines-linux: replace klogd and syslogd with rsyslog
65        (closes: #494387)
66      * conf/sources.list: replace etch with lenny, make koeln repository
67        optional (closes: #474326)
68      * make-fai-nfsroot.conf: replace etch with lenny, mount /dev/pts to
69        avoid warnings "Can not write log, openpty() failed",
70      * make-fai-nfsroot: umount /proc and /dev/pts inside nfsroot on exit
71        (closes: #494518, #494523),
72        move trap definitions outside of { } block (closes: #494518, #494523),
73        use arch independent name for linux kernel (closes: #494440)
74      * updatebase: mount /dev/pts into /target to avoid openpty() warning
75      * fai-do-scripts: use -b in call of file command, this makes the pattern
76        matching more robust, make file adjust regex to new output of file
77        command (closes: #490111)
78      * savelog.LAST.source: add error pattern
79      * fai-cd: add option "--iso-level 4" to mkisofs call (closes: #494443)
80      * rules: do not copy file for linda
81      * fai-quickstart.dirs:  linda directory not needed any more
82      * fai-quickstart.lintian: fix pattern
83    
84     -- Thomas Lange <lange@debian.org>  Tue, 12 Aug 2008 11:49:51 +0200
85    
86    fai (3.2.8) unstable; urgency=low
87    
88      * Merge setup-storage, the new partitioning tool
89        (closes: #380629, #330915, #277045, #356862, #416633, #484788)
90      * add variable $USE_SETUP_STORAGE
91      * setup-storage: move loading of kernel modules into 20hwdetect.source,
92        print which disk_config setup-storage is using
93      * Commands.pm: print also mountpoint when debugging tuneopts and
94        createopts, fix and document problem when only tuneopts are defined,
95        prevent warnings about uninitialized variables
96      * 20-hwdetect.source: load modules needed for setup-storage
97      * add class SETUPSTORAGE for easy testing
98    
99     -- Thomas Lange <lange@debian.org>  Sun, 15 Jun 2008 12:47:16 +0200
100    
101    fai (3.2.7) unstable; urgency=low
102    
103      * update some messages to 2008
104      * fai-cd: check if list of Packages files is non-empty, change syntax of
105        ${...:=...}, use rsync for coping to USB stick if available
106      * fai-cd.8: add info for MAXPACKAGES
107      * fai-guide.sgml: fix order of tasks
108      * fai-setup: check if file exists
109      * make-fai-nfsroot: exclude files in var/lib/apt/lists from base.tgz
110        check if NFSROOT directory is mounted with bad options
111      * get-boot-info: parse live.log for detecting boot method
112      * disk-info: use group info for detecting disks, extend pattern for
113        detecting scsi disks
114      * subroutines: fix regex so softupdate will; now umount the config space
115      * add internal variable printk, for setting the console log level
116    
117     -- Thomas Lange <lange@debian.org>  Sat, 31 May 2008 16:47:25 +0200
118    
119    fai (3.2.6) unstable; urgency=medium
120    
121      * fai: remove local, fix regex (closes: #480685)
122      * fai-cd: fix syntax error (closes: #480830)
123    
124     -- Thomas Lange <lange@debian.org>  Thu, 15 May 2008 17:10:37 +0200
125    
126    fai (3.2.5) unstable; urgency=low
127    
128      * GRUB/10-setup: use absolute path
129      * fai: mount /proc if not already mounted (closes: #453017, #444156),
130        check if target directory for dirinstall is mounted with nosuid,nodev
131      * fai-mirror: set MAXPACKAGES=1 if undefined before
132      * make-fai-nfsroot: exit with error if software installation has errors
133        (closes: #442261)
134      * fai-guide.sgml: add info how to specify a certain release or version
135        of a package
136      * fai-cd: add prefix $cfdir to -g parameter if no path was specified,
137        fix setting of cfdir (closes: #475250)
138      * fai-cd.8: extend info for -g
139      * subroutines: remove local from variable (closes: #449236)
140      * install_packages: fix in detecting Debian specific actions
141      * fai-chboot: add check if kernelsuffix is defined
142      * fai-abort: add LSB formatted dependency info (closes: #469716)
143      * XF86Config-4/DEMO: remove obsolete example (closes: #474327)
144      * disk-info: add regex for Adaptec i2o controller (closes: #466670)
145      * ainsl: substitue \s+ afterwards (closes: #470799)
146    
147     -- Thomas Lange <lange@debian.org>  Mon,  5 May 2008 18:27:02 +0200
148    
149    fai (3.2.4) unstable; urgency=high
150    
151      * fai-cd.8: add missing -C option
152      * make-fai-nfsroot: remove code for creating BOOTP environment
153      * faimond-gui: show different icons depending on error code
154      * fai-setup: fix syntax error (closes: #453442)
155      * subroutines-linux: do not print hostname and kernel compile time
156      * fai: update date, remove mkdir
157      * savelog.LAST.source: remove duplicate messages which appear in fai.log
158        and software.log
159    
160     -- Thomas Lange <lange@debian.org>  Thu, 29 Nov 2007 19:17:56 +0100
161    
162    fai (3.2.3) unstable; urgency=medium
163    
164      * fix wrong logic in updatebase (closes: #452516)
165    
166     -- Thomas Lange <lange@debian.org>  Sat, 24 Nov 2007 16:08:36 +0100
167    
168    fai (3.2.2) unstable; urgency=low
169    
170      * conf/NFSROOT: reomve duplicate package, use aptitude for installing,
171        add nfs-common (closes: #444079), remove live-initramfs from NFSROOT
172      * doc/fai-guide.sgml: add information for softupdate (closes: #439016)
173      * savelog.LAST.source: add ignore pattern, remove dot after filename
174      * make-fai-nfsroot: check if $TFTPROOT is defined, add badupdateto32(),
175        which prints more info about update without checking variable names,
176        remove whole /srv/fai/nfsroot, add check_nfsroot(), make stamp only on
177        success (closes: #370780), write output also into /var/log/fai,
178        return and print exit code from install_packages, create or copy
179        live.conf, try to umount /proc inside the nfsroot before removing an
180        old nfsroot, abort if this fails
181      * subroutines: add task_error(), which stores the maximum error code in
182        $task_error, do nothing if error=0, print traceback,
183        add stop_fai_installation(), write pid to stamp file, print PID in
184        case of error, add task_test stub, save function name that causes
185        fatal error, set $fai_rundate only if not yet defined
186      * subroutines-linux: add check if $monserver is defined, print kernel
187        version currently running, catch exit code from install_packages
188      * mount2dir: add support for UUID and LABEL
189      * fai: export $romountopt, get error codes from all commands in a pipe,
190        add $STOP_ON_ERROR, fix variable name (closes: #447080),
191        do not use /var/log/fai/current (closes: #445276), cleanup definition
192        of $LOGDIR, change permissions of LOGDIR (closes: #445276),
193        add symlinks for last and last-$action in the very beginning
194      * control: fai-nfsroot and fai-client conflicts to fai-kernels, add
195        recommends to debconf-utils (closes: #445109), improve package
196        description (closes: #419071), add Homepage field, add live-initramfs
197        to depends of fai-nfsroot
198        replace ssh with openssh-server and openssh-client (closes: #434356)
199      * fai-cd: copy grub config always to menu.lst
200      * get-config-dir-nfs: add -n to mount
201      * get-config-dir-svn: error if svn call fails (closes: #447602, #441761)
202      * update FSF address (closes: #444154)
203      * fai-chboot: pxedir should also use $TFTPROOT, (closes: #443837)
204      * menu.lst/postinst: check if variables are defined (closes: #445978)
205      * ftar: make it a bash script
206      * fai-setup: add option -C (closes: #388157), fix mode of
207        authorized_keys
208      * fai-setup.8: add option -C
209      * fai-mirror: mkdir mountpoint before mounting (closes: #365004)
210      * updatebase: use aptitude when doing dist-upgrade (closes: #448426),
211        use safe-upgrade when available
212      * fai-divert: make it a bash script
213      * 30-interfaces: resolv.conf is now in /, not in /tmp
214      * make-fai-bootfloppy: script currently does not work, always die with
215        error message
216      * FAIBASE.var: add STOP_ON_ERROR
217      * fai-savelog: do not save log to local directory, if this directory
218        already exists (should only happen during softupdate), change
219        permissions of LOGDIR (closes: #445276)
220      * get-config-dir-*: call task_error after trying to access config space
221      * sources.list: add koeln repository
222    
223     -- Thomas Lange <lange@debian.org>  Thu, 22 Nov 2007 15:45:12 +0100
224    
225    fai (3.2.1) unstable; urgency=low
226    
227      * mount swap partitions with identical priorities
228      * fai-mirror: also match lowercase class names (for hostsnames),
229        use $cfdir instead of fixed path /etc/fai
230      * subroutines-linux: add timeout to nc call
231      * subroutines: change message for faimond in task_faiend()
232      * control: readd libapt-pkg-perl to depends, nfs-server (user space)
233        does not support locking, so FAI cannot use it, remove wget, add arch
234        to mknbi
235      * get-config-dir-svn: add svn+ssh support
236      * QUESTIONNAIRE: add USB stick, split bootb and dhcp
237      * faimond, faimond.8: use Proc::Daemon, add options tTldP
238      * faimond: do not allow ; in message (security), do not print ip and
239        port number
240      * make-fai-nfsroot: add option -U, do not divert update-initramfs (added
241        because of a Ubuntu bug), activate -U if Ubuntu is detected
242        determine the arch inside the nfsroot for defining a class, this help
243        building amd64 nfsroots on i386 and vice versa,
244        add support for running hooks, (closes: #342467)
245      * make-fai-nfsroot.conf: add variable NFSROOT_HOOKS
246      * make-fai-nfsroot.9: add info about NFSROOT_HOOKS
247      * fai-mirror.8, make-fai-nfsroot.8: enhance/add info of -C, add info
248        about variable FAI_ETC_DIR
249      * packages_config/DEFAULT: fix typos in linux-image-amd64
250      * fai-chboot,fai-chboot.8: add option -C and support for $FAI_ETC_DIR
251      * savelog.LAST.source: add ignore pattern
252      * packages_config/FAIBASE: add fai-client
253      * fai-do-scripts: exit with maximum error code of all child scripts that
254        had an error
255      * fai: change message when stamp file already exists (closes: #441437)
256      * fai-cd: remove arch specific path
257      * fai-cd.8: add info about USB stick (closes: #441988),
258        improve man page (closes: #441991)
259      * new get-config-dir-git: add method git for access (closes: #441992)
260      * examples/etc/dhcpd.conf: fix path
261      * faimond-gui: new tool that produces graphical output of faimond
262      * faimond-gui.8: new man page
263      * get-config-dir-svn: fix svn+ssh with username (Closes: #442021)
264      * fai-guide.sgml: add info about NFSROOT_HOOKS
265    
266     -- Thomas Lange <lange@debian.org>  Mon, 17 Sep 2007 13:30:34 +0200
267    
268    fai (3.2) unstable; urgency=low
269    
270      * subroutines-linux: fix extra slash in path (closes: #428860),
271        jobsrunning(): ignore rcS process (closes: #425725)
272        during dirinstall call debootstrap if no base.tgz is found
273      * setup_harddisks: fix file system type of /proc
274      * fai.conf: make ssh and scp the default (closes: #309678, #380085)
275      * fai-guide.sgml:
276        major update to reflect FAI 3.X changes (closes: #390508),
277        fix description of classes used (closes: #329984),
278        change /usr/share/doc/fai to /usr/share/doc/fai-doc (closes: #387541),
279        fix an url, add documentation for dirinstall (closes: #390508),
280        document usage of basefiles/ (closes: #391660),
281        document the order hooks are called (closes: #380337)
282      * get-config-dir-svn: add support for svn url's without username
283        (closes: #415875)
284      * subroutines: copy disk_var.sh only if available (closes: #415880),
285        fix wrong path for FAI_CLASSES
286      * savelog.LAST.source: add more patterns
287      * faimond: add options -p, -h, -b,
288        it can now call fai-boot (closes: #342477, #424608)
289      * faimond.1: update man pages to reflect the new options
290      * fai-savelog: use $LOGREMOTEDIR when saving to remote
291        (closes: #290371), do not set $HOSTNAME, should be set all the time
292        (closes: #429553, #429733)
293      * make-fai-nfsroot: add option -p (closes: #359323), move from
294        fai-kernels to plain Debian kernel using initrd (closes: #410940),
295        remove unused things since we have now write access to the nfsroot,
296        use mkdir -p, live-initramfs needs NFSROOT in .../live/filesystem.dir,
297        move creating of subdirs from make-fai-nfsroot to fai (from server to
298        client), do not create shell script in make-fai-nfsroot,
299        remove -V, use aptitude to remove the kernels from the nfsroot, -k now
300        reinstalls all packages from /etc/fai/NFSROOT (closes: #431613),
301        update-initramfs symlinks to /bin/true during diversion
302      * make-fai-nfsroot.conf:
303        remove the variable KERNELPACKAGE (closes: #416531, #435098)
304      * make-fai-nfsroot.8: remove -V, new description for -K and -k
305      * fcopy: set mode on file even no file was copied (closes: #360184),
306        check error code of preinst and postinst scripts (closes: #432681),
307        add quotes to variable (closes: #430127), skip comment lines in
308        file-modes
309      * fai-chboot: $NFSROOT is defined in new location (closes: #408247),
310        add initrd support, add option -s (closes: #356380), remove nfs
311        options from append line
312      * fai-chboot.8: ROOTFS parameter is not needed any more, add option -s
313      * device2grub: fix pattern to support /dev/cciss and /dev/ida devices
314        (closes: #416381)
315      * conf/NFSROOT: add packages needed for new fai-cd technique, add plain
316        debian kernel package, add ext2resize, hwinfo and change arch specific
317        packages,
318        move packages cfengine2 and libapt-pkg-perl from control to NFSROOT
319      * control: change dependencies from tetex to tetex or texlive, replace
320        Recommends of rsh-server with ssh (closes: #426093), add aptitude for
321        fai-server as Suggests, remove fai-kernels, add field XS-Vcs-Browser,
322        syslinux is only available on two architectures, do not depend on
323        cfengine (v1), since it does not exists any more
324      * fai: do not remount / read only, do not call create_ramdisk, now we
325        use unionfs, remove HOST variable, only use HOSTNAME now, use mkdir
326        -p, export $action for 20hwdetect.source, call save_dmesg only during
327        initial installation, during dirinstall set
328        LOGDIR=/var/log/fai/dirinstall/$HOSTNAME (closes: #429553)
329        define FAI_DEBOOTSTRAP, FAI_DEBOOTSTRAP_OPT for dirinstall
330        create syslog.conf before starting the syslog daemon
331        when doing dirinstall -c or -N must be specified (closes: #429554)
332        the local hard disks are now mounted to /target instead of /tmp/target
333      * move from mkinitrd-cd to live-initramfs to create a CD, use plain
334        Debian kernel
335      * menu.lst: remove unneeded options, add boot=live for new initrd,
336        remove root (cd), fix setting of hostname, instead of using ip=, we
337        now use hostname=
338      * create_resolv_conf: fix path, since we can now write on the whole
339        filesystem
340      * fai-cd: use plain Debian kernel with initrd and live-initramfs for
341        booting (closes: #401041),
342        add option -f, force removal of an existing ISO image
343        add option -k, this is for debugging
344        add option -n, do not create ISO image
345        add option -u, copy fai-cd data to a directory (USB support)
346        use $NFSROOT/live/filesystem.dir
347      * disk-info: do not include removable devices into list of disks
348      * fai-class: remove HOST variable, only use HOSTNAME now
349        do not set HOSTNAME from uname (closes: #431283)
350      * multiple files: add some patches fixing english text
351        (closes: #428857, #428858)
352      * 20-removable_media: fix path for floppy mount point (closes: #428859)
353      * fai.8: add option -u, --hostname (closes: #361559)
354      * add variable TFTPROOT (closes: #408271, #431431)
355      * fai-mirror:
356        use $NFSROOT/live/filesystem.dir
357        do not ask questions, add unauthenticated packages to the mirror
358      * 20hwdetect.source: do not execute 20hwdetect.source during dirinstall
359      * debconf/FAIBASE: autodetect most xorg parameters, (but not resolution)
360      * install_packages: add option -N, change option -t to -n,
361        add patch that AptPkg module is only used when
362        available and target system is Debian (closes: #422225), move code to
363        check_aptpkg(), add smart package manager support (closes: #430798)
364        do execute Debian specific commands only when needed (closes: #392038),
365        grab error codes when executing commands,
366        exit with 3 when errors occured, add option -H (closes: #391659),
367        put suffix -internal to all internal commands,
368        remove -n from tasksel calls
369        print path once, then only config file names, not always full path
370      * install_packages.8: add option -N and -H, change option -t to -n,
371        add option -p (closes: #424848)
372      * create_ramdisk: replaced by unionfs
373      * fai-do-scripts: remove -k from cfagent call (closes: #425699),
374        add new strings for shell scripts (closes: #416616)
375      * fai-server.post*: do not manage $TFTPROOT (closes: #430000)
376      * package_config: move linux-image package from FAIBASE to DEFAULT, add
377        kernel name for architecture
378      * ainsl: escape + in pattern
379      * make S01fai-abort an init.d script
380    
381     -- Thomas Lange <lange@debian.org>  Tue, 21 Aug 2007 18:11:28 +0200
382    
383  fai (3.1.8) unstable; urgency=medium  fai (3.1.8) unstable; urgency=medium
384    
385    * conf/NFSROOT: remove unknow package name (closes: 407950)    * conf/NFSROOT: remove unknow package name (closes: 407950)
# Line 141  fai (3.1) unstable; urgency=medium Line 523  fai (3.1) unstable; urgency=medium
523    * fai-start-stop-daemon: start udevd (needed for ubuntu) and do not fake    * fai-start-stop-daemon: start udevd (needed for ubuntu) and do not fake
524      it, add carriage return      it, add carriage return
525    * package_config/DEMO: remove rstatd since it buggy atm    * package_config/DEMO: remove rstatd since it buggy atm
526      * 20hwdetect.source: xorg can discover the grpahics driver itself, do
527        not call discover
528    
529   -- Thomas Lange <lange@debian.org>  Thu, 19 Oct 2006 14:46:32 +0200   -- Thomas Lange <lange@debian.org>  Thu, 19 Oct 2006 14:46:32 +0200
530    

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

  ViewVC Help
Powered by ViewVC 1.1.5