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

Diff of /trunk/debian/changelog

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

revision 4507 by lange, Sun Aug 12 20:53:35 2007 UTC revision 5103 by lange, Sat Sep 6 08:52:27 2008 UTC
# Line 1  Line 1 
1  fai (3.2~beta13) unstable; urgency=low  fai (3.2.10~beta5) 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        update to standards version 3.8.0, no changes needed
7      * rules: Don't ignore errors from make clean
8      * Init.pm: add bugfix that was only in svn but not in the package
9        included in 3.2.9 (closes: #494784), fix wrong variable name
10      * Volume.pm: ignore output line of parted containing "Model:"
11        (closes: #497066)
12      * package_config/*: remove non-existing packages, change some package
13        names
14      * control: update the description (closes: #496113)
15      * Makefile,VERSION: remove variable KERNELVERSION, because it's not used
16        any more since 3.2, (closes: #494699)
17      * fai-guide.sgml: minor documentation fix (closes: #473106),
18        do not propose make-fai-nfsroot -r (closes: #481111),
19        do reference NEWS.Debian (closes: #452760)
20      * ftar.8: minor fix (closes: #481528), update example
21      * fcopy.8: minor fix (closes: #419787)
22      * fai-statoverride.8: add man page for fai-statoverride.8 (closes: #358967)
23      * fai-guide.sgml: major review, remove boot floppy info, remove BOOTP
24        info, update location of RUNNING_FROM_FAICD
25      * remove old unused tlink util and info about it
26      * remove make-fai-bootfloppy script and man page
27        (closes: #452375, #400373, #305363)
28      * use new partition tool in simple examples
29      * remove class SETUPSTORAGE
30      * package_config/GNOME: make gnome example smaller
31      * 10-misc: remove tune2fs call, now done by new partition tool
32      * use lenny in FAISERVER class
33      * setup-storage.8: document usage of USE_SETUP_STORAGE; some typo fixes
34      * fai-cd: do not redirect stdout to /dev/null when calling find_fai_data,
35        otherwise we do not get any errors when the grub call fails
36      * setup-storage.8: Properly escape \ in literal environments (thanks,
37        lintian)
38      * fai-client.postrm: use rm -rf, we do so in other maintainer scripts as
39        well and /var/run/fai is probably the least critical place
40        (closes: #494423)
41      * subroutines: Proper location of RUNNING_FROM_FAICD to make eject work
42        (closes: #496072)
43      * fai-cd.8: add usage example, add warning that all data on USB stick
44        may de destroyed
45    
46      -- Thomas Lange <lange@debian.org>  Sat, 06 Sep 2008 10:23:59 +0200
47    
48    fai (3.2.9) unstable; urgency=low
49    
50      * apply patch that fixes the RC-bug license issue (closes: #487866)
51      * debian/copyright: add people and reformat text
52      * ftar: exit with warning if unsupported suffix .tgz is found
53      * ainsl: add options -Q and -q (closes: #484722)
54      * fai-setup: fix syntax error (closes: #488404)
55      * setup-storage.8: add migration section, add info for createopts, move
56        comments in example to bottom, fixed and improved documentation for
57        preserve_{always,reinstall} syntax
58      * Sizes.pm: never scale logical volume sizes beyond the specified
59        maximum (closes: #494519)
60      * Init.pm: fix bug in return values of phys_dev() (closes: #494784)
61      * conf/NFSROOT, control: drop use of liblinux-lvm-perl
62        (closes: #494357), replace unionfs with aufs (closes: #487080),
63        ext2resize is now obsolete, replace it with e2fsprogs,
64        replace obsolete sysutils with procinfo,
65        add packages for powerpc arch (closes: #494440)
66      * control: use official control-fields Vcs-Browser and Vcs-Svn instead
67        of old XS-* friends (closes: #451013),
68        remove Homepage from Description field, use Homepage field instead
69      * Volumes.pm: reverted the code to handle existing LVMs to an earlier
70        version that does not use Linux::LVM, because this is severly broken
71        (closes: #494357)
72      * setup-storage: increase version number to 1.0.1 because of LVM change
73      * Commands.pm: bugfix in RAID volume handling in case of devices marked
74        missing: mdadm command requires device names to be replaced by
75        "missing" (closes: #494520)
76      * package_config/FAIBASE: replace obsolete sysutils with procinfo
77      * subroutines-linux: replace klogd and syslogd with rsyslog
78        (closes: #494387)
79      * conf/sources.list: replace etch with lenny, make koeln repository
80        optional (closes: #474326)
81      * make-fai-nfsroot.conf: replace etch with lenny, mount /dev/pts to
82        avoid warnings "Can not write log, openpty() failed",
83      * make-fai-nfsroot: umount /proc and /dev/pts inside nfsroot on exit
84        (closes: #494518, #494523),
85        move trap definitions outside of { } block (closes: #494518, #494523),
86        use arch independent name for linux kernel (closes: #494440)
87      * updatebase: mount /dev/pts into /target to avoid openpty() warning
88      * fai-do-scripts: use -b in call of file command, this makes the pattern
89        matching more robust, make file adjust regex to new output of file
90        command (closes: #490111)
91      * savelog.LAST.source: add error pattern
92      * fai-cd: add option "--iso-level 4" to mkisofs call (closes: #494443)
93      * rules: do not copy file for linda
94      * fai-quickstart.dirs:  linda directory not needed any more
95      * fai-quickstart.lintian: fix pattern
96    
97     -- Thomas Lange <lange@debian.org>  Sat, 06 Sep 2008 10:27:13 +0200
98    
99    fai (3.2.8) unstable; urgency=low
100    
101      * Merge setup-storage, the new partitioning tool
102        (closes: #380629, #330915, #277045, #356862, #416633, #484788)
103      * add variable $USE_SETUP_STORAGE
104      * setup-storage: move loading of kernel modules into 20hwdetect.source,
105        print which disk_config setup-storage is using
106      * Commands.pm: print also mountpoint when debugging tuneopts and
107        createopts, fix and document problem when only tuneopts are defined,
108        prevent warnings about uninitialized variables
109      * 20-hwdetect.source: load modules needed for setup-storage
110      * add class SETUPSTORAGE for easy testing
111    
112     -- Thomas Lange <lange@debian.org>  Sun, 15 Jun 2008 12:47:16 +0200
113    
114    fai (3.2.7) unstable; urgency=low
115    
116      * update some messages to 2008
117      * fai-cd: check if list of Packages files is non-empty, change syntax of
118        ${...:=...}, use rsync for coping to USB stick if available
119      * fai-cd.8: add info for MAXPACKAGES
120      * fai-guide.sgml: fix order of tasks
121      * fai-setup: check if file exists
122      * make-fai-nfsroot: exclude files in var/lib/apt/lists from base.tgz
123        check if NFSROOT directory is mounted with bad options
124      * get-boot-info: parse live.log for detecting boot method
125      * disk-info: use group info for detecting disks, extend pattern for
126        detecting scsi disks
127      * subroutines: fix regex so softupdate will; now umount the config space
128      * add internal variable printk, for setting the console log level
129    
130     -- Thomas Lange <lange@debian.org>  Sat, 31 May 2008 16:47:25 +0200
131    
132    fai (3.2.6) unstable; urgency=medium
133    
134      * fai: remove local, fix regex (closes: #480685)
135      * fai-cd: fix syntax error (closes: #480830)
136    
137     -- Thomas Lange <lange@debian.org>  Thu, 15 May 2008 17:10:37 +0200
138    
139    fai (3.2.5) unstable; urgency=low
140    
141      * GRUB/10-setup: use absolute path
142      * fai: mount /proc if not already mounted (closes: #453017, #444156),
143        check if target directory for dirinstall is mounted with nosuid,nodev
144      * fai-mirror: set MAXPACKAGES=1 if undefined before
145      * make-fai-nfsroot: exit with error if software installation has errors
146        (closes: #442261)
147      * fai-guide.sgml: add info how to specify a certain release or version
148        of a package
149      * fai-cd: add prefix $cfdir to -g parameter if no path was specified,
150        fix setting of cfdir (closes: #475250)
151      * fai-cd.8: extend info for -g
152      * subroutines: remove local from variable (closes: #449236)
153      * install_packages: fix in detecting Debian specific actions
154      * fai-chboot: add check if kernelsuffix is defined
155      * fai-abort: add LSB formatted dependency info (closes: #469716)
156      * XF86Config-4/DEMO: remove obsolete example (closes: #474327)
157      * disk-info: add regex for Adaptec i2o controller (closes: #466670)
158      * ainsl: substitue \s+ afterwards (closes: #470799)
159    
160     -- Thomas Lange <lange@debian.org>  Mon,  5 May 2008 18:27:02 +0200
161    
162    fai (3.2.4) unstable; urgency=high
163    
164      * fai-cd.8: add missing -C option
165      * make-fai-nfsroot: remove code for creating BOOTP environment
166      * faimond-gui: show different icons depending on error code
167      * fai-setup: fix syntax error (closes: #453442)
168      * subroutines-linux: do not print hostname and kernel compile time
169      * fai: update date, remove mkdir
170      * savelog.LAST.source: remove duplicate messages which appear in fai.log
171        and software.log
172    
173     -- Thomas Lange <lange@debian.org>  Thu, 29 Nov 2007 19:17:56 +0100
174    
175    fai (3.2.3) unstable; urgency=medium
176    
177      * fix wrong logic in updatebase (closes: #452516)
178    
179     -- Thomas Lange <lange@debian.org>  Sat, 24 Nov 2007 16:08:36 +0100
180    
181    fai (3.2.2) unstable; urgency=low
182    
183      * conf/NFSROOT: reomve duplicate package, use aptitude for installing,
184        add nfs-common (closes: #444079), remove live-initramfs from NFSROOT
185      * doc/fai-guide.sgml: add information for softupdate (closes: #439016)
186      * savelog.LAST.source: add ignore pattern, remove dot after filename
187      * make-fai-nfsroot: check if $TFTPROOT is defined, add badupdateto32(),
188        which prints more info about update without checking variable names,
189        remove whole /srv/fai/nfsroot, add check_nfsroot(), make stamp only on
190        success (closes: #370780), write output also into /var/log/fai,
191        return and print exit code from install_packages, create or copy
192        live.conf, try to umount /proc inside the nfsroot before removing an
193        old nfsroot, abort if this fails
194      * subroutines: add task_error(), which stores the maximum error code in
195        $task_error, do nothing if error=0, print traceback,
196        add stop_fai_installation(), write pid to stamp file, print PID in
197        case of error, add task_test stub, save function name that causes
198        fatal error, set $fai_rundate only if not yet defined
199      * subroutines-linux: add check if $monserver is defined, print kernel
200        version currently running, catch exit code from install_packages
201      * mount2dir: add support for UUID and LABEL
202      * fai: export $romountopt, get error codes from all commands in a pipe,
203        add $STOP_ON_ERROR, fix variable name (closes: #447080),
204        do not use /var/log/fai/current (closes: #445276), cleanup definition
205        of $LOGDIR, change permissions of LOGDIR (closes: #445276),
206        add symlinks for last and last-$action in the very beginning
207      * control: fai-nfsroot and fai-client conflicts to fai-kernels, add
208        recommends to debconf-utils (closes: #445109), improve package
209        description (closes: #419071), add Homepage field, add live-initramfs
210        to depends of fai-nfsroot
211        replace ssh with openssh-server and openssh-client (closes: #434356)
212      * fai-cd: copy grub config always to menu.lst
213      * get-config-dir-nfs: add -n to mount
214      * get-config-dir-svn: error if svn call fails (closes: #447602, #441761)
215      * update FSF address (closes: #444154)
216      * fai-chboot: pxedir should also use $TFTPROOT, (closes: #443837)
217      * menu.lst/postinst: check if variables are defined (closes: #445978)
218      * ftar: make it a bash script
219      * fai-setup: add option -C (closes: #388157), fix mode of
220        authorized_keys
221      * fai-setup.8: add option -C
222      * fai-mirror: mkdir mountpoint before mounting (closes: #365004)
223      * updatebase: use aptitude when doing dist-upgrade (closes: #448426),
224        use safe-upgrade when available
225      * fai-divert: make it a bash script
226      * 30-interfaces: resolv.conf is now in /, not in /tmp
227      * make-fai-bootfloppy: script currently does not work, always die with
228        error message
229      * FAIBASE.var: add STOP_ON_ERROR
230      * fai-savelog: do not save log to local directory, if this directory
231        already exists (should only happen during softupdate), change
232        permissions of LOGDIR (closes: #445276)
233      * get-config-dir-*: call task_error after trying to access config space
234      * sources.list: add koeln repository
235    
236     -- Thomas Lange <lange@debian.org>  Thu, 22 Nov 2007 15:45:12 +0100
237    
238    fai (3.2.1) unstable; urgency=low
239    
240      * mount swap partitions with identical priorities
241      * fai-mirror: also match lowercase class names (for hostsnames),
242        use $cfdir instead of fixed path /etc/fai
243      * subroutines-linux: add timeout to nc call
244      * subroutines: change message for faimond in task_faiend()
245      * control: readd libapt-pkg-perl to depends, nfs-server (user space)
246        does not support locking, so FAI cannot use it, remove wget, add arch
247        to mknbi
248      * get-config-dir-svn: add svn+ssh support
249      * QUESTIONNAIRE: add USB stick, split bootb and dhcp
250      * faimond, faimond.8: use Proc::Daemon, add options tTldP
251      * faimond: do not allow ; in message (security), do not print ip and
252        port number
253      * make-fai-nfsroot: add option -U, do not divert update-initramfs (added
254        because of a Ubuntu bug), activate -U if Ubuntu is detected
255        determine the arch inside the nfsroot for defining a class, this help
256        building amd64 nfsroots on i386 and vice versa,
257        add support for running hooks, (closes: #342467)
258      * make-fai-nfsroot.conf: add variable NFSROOT_HOOKS
259      * make-fai-nfsroot.9: add info about NFSROOT_HOOKS
260      * fai-mirror.8, make-fai-nfsroot.8: enhance/add info of -C, add info
261        about variable FAI_ETC_DIR
262      * packages_config/DEFAULT: fix typos in linux-image-amd64
263      * fai-chboot,fai-chboot.8: add option -C and support for $FAI_ETC_DIR
264      * savelog.LAST.source: add ignore pattern
265      * packages_config/FAIBASE: add fai-client
266      * fai-do-scripts: exit with maximum error code of all child scripts that
267        had an error
268      * fai: change message when stamp file already exists (closes: #441437)
269      * fai-cd: remove arch specific path
270      * fai-cd.8: add info about USB stick (closes: #441988),
271        improve man page (closes: #441991)
272      * new get-config-dir-git: add method git for access (closes: #441992)
273      * examples/etc/dhcpd.conf: fix path
274      * faimond-gui: new tool that produces graphical output of faimond
275      * faimond-gui.8: new man page
276      * get-config-dir-svn: fix svn+ssh with username (Closes: #442021)
277      * fai-guide.sgml: add info about NFSROOT_HOOKS
278    
279     -- Thomas Lange <lange@debian.org>  Mon, 17 Sep 2007 13:30:34 +0200
280    
281    fai (3.2) unstable; urgency=low
282    
283    * subroutines-linux: fix extra slash in path (closes: #428860),    * subroutines-linux: fix extra slash in path (closes: #428860),
284      jobsrunning(): ignore rcS process (closes: #425725)      jobsrunning(): ignore rcS process (closes: #425725)
# Line 14  fai (3.2~beta13) unstable; urgency=low Line 294  fai (3.2~beta13) unstable; urgency=low
294      document the order hooks are called (closes: #380337)      document the order hooks are called (closes: #380337)
295    * get-config-dir-svn: add support for svn url's without username    * get-config-dir-svn: add support for svn url's without username
296      (closes: #415875)      (closes: #415875)
297    * subroutines: copy disk_var.sh only if available (closes: #415880)    * subroutines: copy disk_var.sh only if available (closes: #415880),
298        fix wrong path for FAI_CLASSES
299    * savelog.LAST.source: add more patterns    * savelog.LAST.source: add more patterns
300    * faimond: add options -p, -h, -b,    * faimond: add options -p, -h, -b,
301      it can now call fai-boot (closes: #342477, #424608)      it can now call fai-boot (closes: #342477, #424608)
# Line 40  fai (3.2~beta13) unstable; urgency=low Line 321  fai (3.2~beta13) unstable; urgency=low
321      file-modes      file-modes
322    * fai-chboot: $NFSROOT is defined in new location (closes: #408247),    * fai-chboot: $NFSROOT is defined in new location (closes: #408247),
323      add initrd support, add option -s (closes: #356380), remove nfs      add initrd support, add option -s (closes: #356380), remove nfs
324      options from append line,      options from append line
325    * fai-chboot.8: ROOTFS parameter is not needed any more, add option -s    * fai-chboot.8: ROOTFS parameter is not needed any more, add option -s
326    * device2grub: fix pattern to support /dev/cciss and /dev/ida devices    * device2grub: fix pattern to support /dev/cciss and /dev/ida devices
327      (closes: #416381)      (closes: #416381)
328    * conf/NFSROOT: add packages needed for new fai-cd technique, add plain    * conf/NFSROOT: add packages needed for new fai-cd technique, add plain
329      debian kernel package, add ext2resize, add and change arch specific      debian kernel package, add ext2resize, hwinfo and change arch specific
330      packages,      packages,
331      move packages cfengine2 and libapt-pkg-perl from control to NFSROOT      move packages cfengine2 and libapt-pkg-perl from control to NFSROOT
332    * control: change dependencies from tetex to tetex or texlive, replace    * control: change dependencies from tetex to tetex or texlive, replace
# Line 61  fai (3.2~beta13) unstable; urgency=low Line 342  fai (3.2~beta13) unstable; urgency=low
342      define FAI_DEBOOTSTRAP, FAI_DEBOOTSTRAP_OPT for dirinstall      define FAI_DEBOOTSTRAP, FAI_DEBOOTSTRAP_OPT for dirinstall
343      create syslog.conf before starting the syslog daemon      create syslog.conf before starting the syslog daemon
344      when doing dirinstall -c or -N must be specified (closes: #429554)      when doing dirinstall -c or -N must be specified (closes: #429554)
345        the local hard disks are now mounted to /target instead of /tmp/target
346    * move from mkinitrd-cd to live-initramfs to create a CD, use plain    * move from mkinitrd-cd to live-initramfs to create a CD, use plain
347      Debian kernel      Debian kernel
348    * menu.lst: remove unneeded options, add boot=live for new initrd,    * menu.lst: remove unneeded options, add boot=live for new initrd,
# Line 97  fai (3.2~beta13) unstable; urgency=low Line 379  fai (3.2~beta13) unstable; urgency=low
379      exit with 3 when errors occured, add option -H (closes: #391659),      exit with 3 when errors occured, add option -H (closes: #391659),
380      put suffix -internal to all internal commands,      put suffix -internal to all internal commands,
381      remove -n from tasksel calls      remove -n from tasksel calls
382        print path once, then only config file names, not always full path
383    * install_packages.8: add option -N and -H, change option -t to -n,    * install_packages.8: add option -N and -H, change option -t to -n,
384      add option -p (closes: #424848)      add option -p (closes: #424848)
385    * create_ramdisk: replaced by unionfs    * create_ramdisk: replaced by unionfs
# Line 106  fai (3.2~beta13) unstable; urgency=low Line 389  fai (3.2~beta13) unstable; urgency=low
389    * package_config: move linux-image package from FAIBASE to DEFAULT, add    * package_config: move linux-image package from FAIBASE to DEFAULT, add
390      kernel name for architecture      kernel name for architecture
391    * ainsl: escape + in pattern    * ainsl: escape + in pattern
392      * make S01fai-abort an init.d script
393   -- Thomas Lange <lange@debian.org>  Sun, 12 Aug 2007 16:47:07 +0200  
394     -- Thomas Lange <lange@debian.org>  Tue, 21 Aug 2007 18:11:28 +0200
395    
396  fai (3.1.8) unstable; urgency=medium  fai (3.1.8) unstable; urgency=medium
397    

Legend:
Removed from v.4507  
changed lines
  Added in v.5103

  ViewVC Help
Powered by ViewVC 1.1.5