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

Diff of /trunk/debian/changelog

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

revision 4572 by lange, Thu Sep 13 13:20:01 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  fai (3.2.1) unstable; urgency=low
226    
227    * mount swap partitions with identical priorities    * mount swap partitions with identical priorities
# Line 6  fai (3.2.1) unstable; urgency=low Line 230  fai (3.2.1) unstable; urgency=low
230    * subroutines-linux: add timeout to nc call    * subroutines-linux: add timeout to nc call
231    * subroutines: change message for faimond in task_faiend()    * subroutines: change message for faimond in task_faiend()
232    * control: readd libapt-pkg-perl to depends, nfs-server (user space)    * control: readd libapt-pkg-perl to depends, nfs-server (user space)
233      does not support locking, so FAI cannot use it, remove wget      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    * get-config-dir-svn: add svn+ssh support
236    * QUESTIONNAIRE: add USB stick, split bootb and dhcp    * QUESTIONNAIRE: add USB stick, split bootb and dhcp
237    * faimond, faimond.8: use Proc::Daemon, add options tTldP    * faimond, faimond.8: use Proc::Daemon, add options tTldP
# Line 15  fai (3.2.1) unstable; urgency=low Line 240  fai (3.2.1) unstable; urgency=low
240    * make-fai-nfsroot: add option -U, do not divert update-initramfs (added    * make-fai-nfsroot: add option -U, do not divert update-initramfs (added
241      because of a Ubuntu bug), activate -U if Ubuntu is detected      because of a Ubuntu bug), activate -U if Ubuntu is detected
242      determine the arch inside the nfsroot for defining a class, this help      determine the arch inside the nfsroot for defining a class, this help
243      building amd64 nfsroots on i386 and vice versa      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    * fai-mirror.8, make-fai-nfsroot.8: enhance/add info of -C, add info
248      about variable FAI_ETC_DIR      about variable FAI_ETC_DIR
249    * packages_config/DEFAULT: fix typos in linux-image-amd64    * packages_config/DEFAULT: fix typos in linux-image-amd64
# Line 30  fai (3.2.1) unstable; urgency=low Line 258  fai (3.2.1) unstable; urgency=low
258      improve man page (closes: #441991)      improve man page (closes: #441991)
259    * new get-config-dir-git: add method git for access (closes: #441992)    * new get-config-dir-git: add method git for access (closes: #441992)
260    * examples/etc/dhcpd.conf: fix path    * examples/etc/dhcpd.conf: fix path
261      * faimond-gui: new tool that produces graphical output of faimond
262   -- Thomas Lange <lange@debian.org>  Thu, 13 Sep 2007 14:59:01 +0200    * 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  fai (3.2) unstable; urgency=low
269    

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

  ViewVC Help
Powered by ViewVC 1.1.5