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

Diff of /trunk/debian/changelog

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

revision 4584 by lange, Sat Sep 15 17:53:58 2007 UTC revision 5081 by lange, Fri Sep 5 08:29:57 2008 UTC
# Line 1  Line 1 
1    fai (3.2.10~beta1) 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    
27     -- Thomas Lange <lange@debian.org>  Fri, 05 Sep 2008 10:29:02 +0200
28    
29    fai (3.2.9) unstable; urgency=low
30    
31      * apply patch that fixes the RC-bug license issue (closes: #487866)
32      * debian/copyright: add people and reformat text
33      * ftar: exit with warning if unsupported suffix .tgz is found
34      * ainsl: add options -Q and -q (closes: #484722)
35      * fai-setup: fix syntax error (closes: #488404)
36      * setup-storage.8: add migration section, add info for createopts, move
37        comments in example to bottom, fixed and improved documentation for
38        preserve_{always,reinstall} syntax
39      * Sizes.pm: never scale logical volume sizes beyond the specified
40        maximum (closes: #494519)
41      * Init.pm: fix bug in return values of phys_dev() (closes: #494784)
42      * conf/NFSROOT, control: drop use of liblinux-lvm-perl
43        (closes: #494357), replace unionfs with aufs (closes: #487080),
44        ext2resize is now obsolete, replace it with e2fsprogs,
45        replace obsolete sysutils with procinfo,
46        add packages for powerpc arch (closes: #494440)
47      * control: use official control-fields Vcs-Browser and Vcs-Svn instead
48        of old XS-* friends (closes: #451013),
49        remove Homepage from Description field, use Homepage field instead
50      * Volumes.pm: reverted the code to handle existing LVMs to an earlier
51        version that does not use Linux::LVM, because this is severly broken
52        (closes: #494357)
53      * setup-storage: increase version number to 1.0.1 because of LVM change
54      * Commands.pm: bugfix in RAID volume handling in case of devices marked
55        missing: mdadm command requires device names to be replaced by
56        "missing" (closes: #494520)
57      * package_config/FAIBASE: replace obsolete sysutils with procinfo
58      * subroutines-linux: replace klogd and syslogd with rsyslog
59        (closes: #494387)
60      * conf/sources.list: replace etch with lenny, make koeln repository
61        optional (closes: #474326)
62      * make-fai-nfsroot.conf: replace etch with lenny, mount /dev/pts to
63        avoid warnings "Can not write log, openpty() failed",
64      * make-fai-nfsroot: umount /proc and /dev/pts inside nfsroot on exit
65        (closes: #494518, #494523),
66        move trap definitions outside of { } block (closes: #494518, #494523),
67        use arch independent name for linux kernel (closes: #494440)
68      * updatebase: mount /dev/pts into /target to avoid openpty() warning
69      * fai-do-scripts: use -b in call of file command, this makes the pattern
70        matching more robust, make file adjust regex to new output of file
71        command (closes: #490111)
72      * savelog.LAST.source: add error pattern
73      * fai-cd: add option "--iso-level 4" to mkisofs call (closes: #494443)
74      * rules: do not copy file for linda
75      * fai-quickstart.dirs:  linda directory not needed any more
76      * fai-quickstart.lintian: fix pattern
77    
78     -- Thomas Lange <lange@debian.org>  Tue, 12 Aug 2008 11:49:51 +0200
79    
80    fai (3.2.8) unstable; urgency=low
81    
82      * Merge setup-storage, the new partitioning tool
83        (closes: #380629, #330915, #277045, #356862, #416633, #484788)
84      * add variable $USE_SETUP_STORAGE
85      * setup-storage: move loading of kernel modules into 20hwdetect.source,
86        print which disk_config setup-storage is using
87      * Commands.pm: print also mountpoint when debugging tuneopts and
88        createopts, fix and document problem when only tuneopts are defined,
89        prevent warnings about uninitialized variables
90      * 20-hwdetect.source: load modules needed for setup-storage
91      * add class SETUPSTORAGE for easy testing
92    
93     -- Thomas Lange <lange@debian.org>  Sun, 15 Jun 2008 12:47:16 +0200
94    
95    fai (3.2.7) unstable; urgency=low
96    
97      * update some messages to 2008
98      * fai-cd: check if list of Packages files is non-empty, change syntax of
99        ${...:=...}, use rsync for coping to USB stick if available
100      * fai-cd.8: add info for MAXPACKAGES
101      * fai-guide.sgml: fix order of tasks
102      * fai-setup: check if file exists
103      * make-fai-nfsroot: exclude files in var/lib/apt/lists from base.tgz
104        check if NFSROOT directory is mounted with bad options
105      * get-boot-info: parse live.log for detecting boot method
106      * disk-info: use group info for detecting disks, extend pattern for
107        detecting scsi disks
108      * subroutines: fix regex so softupdate will; now umount the config space
109      * add internal variable printk, for setting the console log level
110    
111     -- Thomas Lange <lange@debian.org>  Sat, 31 May 2008 16:47:25 +0200
112    
113    fai (3.2.6) unstable; urgency=medium
114    
115      * fai: remove local, fix regex (closes: #480685)
116      * fai-cd: fix syntax error (closes: #480830)
117    
118     -- Thomas Lange <lange@debian.org>  Thu, 15 May 2008 17:10:37 +0200
119    
120    fai (3.2.5) unstable; urgency=low
121    
122      * GRUB/10-setup: use absolute path
123      * fai: mount /proc if not already mounted (closes: #453017, #444156),
124        check if target directory for dirinstall is mounted with nosuid,nodev
125      * fai-mirror: set MAXPACKAGES=1 if undefined before
126      * make-fai-nfsroot: exit with error if software installation has errors
127        (closes: #442261)
128      * fai-guide.sgml: add info how to specify a certain release or version
129        of a package
130      * fai-cd: add prefix $cfdir to -g parameter if no path was specified,
131        fix setting of cfdir (closes: #475250)
132      * fai-cd.8: extend info for -g
133      * subroutines: remove local from variable (closes: #449236)
134      * install_packages: fix in detecting Debian specific actions
135      * fai-chboot: add check if kernelsuffix is defined
136      * fai-abort: add LSB formatted dependency info (closes: #469716)
137      * XF86Config-4/DEMO: remove obsolete example (closes: #474327)
138      * disk-info: add regex for Adaptec i2o controller (closes: #466670)
139      * ainsl: substitue \s+ afterwards (closes: #470799)
140    
141     -- Thomas Lange <lange@debian.org>  Mon,  5 May 2008 18:27:02 +0200
142    
143    fai (3.2.4) unstable; urgency=high
144    
145      * fai-cd.8: add missing -C option
146      * make-fai-nfsroot: remove code for creating BOOTP environment
147      * faimond-gui: show different icons depending on error code
148      * fai-setup: fix syntax error (closes: #453442)
149      * subroutines-linux: do not print hostname and kernel compile time
150      * fai: update date, remove mkdir
151      * savelog.LAST.source: remove duplicate messages which appear in fai.log
152        and software.log
153    
154     -- Thomas Lange <lange@debian.org>  Thu, 29 Nov 2007 19:17:56 +0100
155    
156    fai (3.2.3) unstable; urgency=medium
157    
158      * fix wrong logic in updatebase (closes: #452516)
159    
160     -- Thomas Lange <lange@debian.org>  Sat, 24 Nov 2007 16:08:36 +0100
161    
162    fai (3.2.2) unstable; urgency=low
163    
164      * conf/NFSROOT: reomve duplicate package, use aptitude for installing,
165        add nfs-common (closes: #444079), remove live-initramfs from NFSROOT
166      * doc/fai-guide.sgml: add information for softupdate (closes: #439016)
167      * savelog.LAST.source: add ignore pattern, remove dot after filename
168      * make-fai-nfsroot: check if $TFTPROOT is defined, add badupdateto32(),
169        which prints more info about update without checking variable names,
170        remove whole /srv/fai/nfsroot, add check_nfsroot(), make stamp only on
171        success (closes: #370780), write output also into /var/log/fai,
172        return and print exit code from install_packages, create or copy
173        live.conf, try to umount /proc inside the nfsroot before removing an
174        old nfsroot, abort if this fails
175      * subroutines: add task_error(), which stores the maximum error code in
176        $task_error, do nothing if error=0, print traceback,
177        add stop_fai_installation(), write pid to stamp file, print PID in
178        case of error, add task_test stub, save function name that causes
179        fatal error, set $fai_rundate only if not yet defined
180      * subroutines-linux: add check if $monserver is defined, print kernel
181        version currently running, catch exit code from install_packages
182      * mount2dir: add support for UUID and LABEL
183      * fai: export $romountopt, get error codes from all commands in a pipe,
184        add $STOP_ON_ERROR, fix variable name (closes: #447080),
185        do not use /var/log/fai/current (closes: #445276), cleanup definition
186        of $LOGDIR, change permissions of LOGDIR (closes: #445276),
187        add symlinks for last and last-$action in the very beginning
188      * control: fai-nfsroot and fai-client conflicts to fai-kernels, add
189        recommends to debconf-utils (closes: #445109), improve package
190        description (closes: #419071), add Homepage field, add live-initramfs
191        to depends of fai-nfsroot
192        replace ssh with openssh-server and openssh-client (closes: #434356)
193      * fai-cd: copy grub config always to menu.lst
194      * get-config-dir-nfs: add -n to mount
195      * get-config-dir-svn: error if svn call fails (closes: #447602, #441761)
196      * update FSF address (closes: #444154)
197      * fai-chboot: pxedir should also use $TFTPROOT, (closes: #443837)
198      * menu.lst/postinst: check if variables are defined (closes: #445978)
199      * ftar: make it a bash script
200      * fai-setup: add option -C (closes: #388157), fix mode of
201        authorized_keys
202      * fai-setup.8: add option -C
203      * fai-mirror: mkdir mountpoint before mounting (closes: #365004)
204      * updatebase: use aptitude when doing dist-upgrade (closes: #448426),
205        use safe-upgrade when available
206      * fai-divert: make it a bash script
207      * 30-interfaces: resolv.conf is now in /, not in /tmp
208      * make-fai-bootfloppy: script currently does not work, always die with
209        error message
210      * FAIBASE.var: add STOP_ON_ERROR
211      * fai-savelog: do not save log to local directory, if this directory
212        already exists (should only happen during softupdate), change
213        permissions of LOGDIR (closes: #445276)
214      * get-config-dir-*: call task_error after trying to access config space
215      * sources.list: add koeln repository
216    
217     -- Thomas Lange <lange@debian.org>  Thu, 22 Nov 2007 15:45:12 +0100
218    
219  fai (3.2.1) unstable; urgency=low  fai (3.2.1) unstable; urgency=low
220    
221    * mount swap partitions with identical priorities    * mount swap partitions with identical priorities
# Line 6  fai (3.2.1) unstable; urgency=low Line 224  fai (3.2.1) unstable; urgency=low
224    * subroutines-linux: add timeout to nc call    * subroutines-linux: add timeout to nc call
225    * subroutines: change message for faimond in task_faiend()    * subroutines: change message for faimond in task_faiend()
226    * control: readd libapt-pkg-perl to depends, nfs-server (user space)    * control: readd libapt-pkg-perl to depends, nfs-server (user space)
227      does not support locking, so FAI cannot use it, remove wget      does not support locking, so FAI cannot use it, remove wget, add arch
228        to mknbi
229    * get-config-dir-svn: add svn+ssh support    * get-config-dir-svn: add svn+ssh support
230    * QUESTIONNAIRE: add USB stick, split bootb and dhcp    * QUESTIONNAIRE: add USB stick, split bootb and dhcp
231    * faimond, faimond.8: use Proc::Daemon, add options tTldP    * faimond, faimond.8: use Proc::Daemon, add options tTldP
# Line 17  fai (3.2.1) unstable; urgency=low Line 236  fai (3.2.1) unstable; urgency=low
236      determine the arch inside the nfsroot for defining a class, this help      determine the arch inside the nfsroot for defining a class, this help
237      building amd64 nfsroots on i386 and vice versa,      building amd64 nfsroots on i386 and vice versa,
238      add support for running hooks, (closes: #342467)      add support for running hooks, (closes: #342467)
239    * make-fai-nfsroot.conf: add variable $FAI_HOOK_DIR    * make-fai-nfsroot.conf: add variable NFSROOT_HOOKS
240      * make-fai-nfsroot.9: add info about NFSROOT_HOOKS
241    * 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
242      about variable FAI_ETC_DIR      about variable FAI_ETC_DIR
243    * packages_config/DEFAULT: fix typos in linux-image-amd64    * packages_config/DEFAULT: fix typos in linux-image-amd64
# Line 34  fai (3.2.1) unstable; urgency=low Line 254  fai (3.2.1) unstable; urgency=low
254    * examples/etc/dhcpd.conf: fix path    * examples/etc/dhcpd.conf: fix path
255    * faimond-gui: new tool that produces graphical output of faimond    * faimond-gui: new tool that produces graphical output of faimond
256    * faimond-gui.8: new man page    * faimond-gui.8: new man page
257      * get-config-dir-svn: fix svn+ssh with username (Closes: #442021)
258   -- Thomas Lange <lange@debian.org>  Sat, 15 Sep 2007 19:52:16 +0200    * fai-guide.sgml: add info about NFSROOT_HOOKS
259    
260     -- Thomas Lange <lange@debian.org>  Mon, 17 Sep 2007 13:30:34 +0200
261    
262  fai (3.2) unstable; urgency=low  fai (3.2) unstable; urgency=low
263    

Legend:
Removed from v.4584  
changed lines
  Added in v.5081

  ViewVC Help
Powered by ViewVC 1.1.5