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

Diff of /trunk/debian/changelog

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

revision 5041 by lange, Mon Aug 11 16:33:20 2008 UTC revision 5103 by lange, Sat Sep 6 08:52:27 2008 UTC
# Line 1  Line 1 
1  fai (3.2.9~7) 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)    * apply patch that fixes the RC-bug license issue (closes: #487866)
51    * debian/copyright: add people and reformat text    * debian/copyright: add people and reformat text
# Line 9  fai (3.2.9~7) unstable; urgency=low Line 56  fai (3.2.9~7) unstable; urgency=low
56      comments in example to bottom, fixed and improved documentation for      comments in example to bottom, fixed and improved documentation for
57      preserve_{always,reinstall} syntax      preserve_{always,reinstall} syntax
58    * Sizes.pm: never scale logical volume sizes beyond the specified    * Sizes.pm: never scale logical volume sizes beyond the specified
59      maximum      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    * conf/NFSROOT, control: drop use of liblinux-lvm-perl
62      (closes: #494357), replace unionfs with aufs (closes: #487080),      (closes: #494357), replace unionfs with aufs (closes: #487080),
63      ext2resize is now obsolete, replace it with e2fsprogs,      ext2resize is now obsolete, replace it with e2fsprogs,
# Line 24  fai (3.2.9~7) unstable; urgency=low Line 72  fai (3.2.9~7) unstable; urgency=low
72    * setup-storage: increase version number to 1.0.1 because of LVM change    * 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    * Commands.pm: bugfix in RAID volume handling in case of devices marked
74      missing: mdadm command requires device names to be replaced by      missing: mdadm command requires device names to be replaced by
75      "missing"      "missing" (closes: #494520)
76    * package_config/FAIBASE: replace obsolete sysutils with procinfo    * package_config/FAIBASE: replace obsolete sysutils with procinfo
77    * subroutines-linux: replace klogd and syslogd with rsyslog    * subroutines-linux: replace klogd and syslogd with rsyslog
78      (closes: #494387)      (closes: #494387)
# Line 33  fai (3.2.9~7) unstable; urgency=low Line 81  fai (3.2.9~7) unstable; urgency=low
81    * make-fai-nfsroot.conf: replace etch with lenny, mount /dev/pts to    * make-fai-nfsroot.conf: replace etch with lenny, mount /dev/pts to
82      avoid warnings "Can not write log, openpty() failed",      avoid warnings "Can not write log, openpty() failed",
83    * make-fai-nfsroot: umount /proc and /dev/pts inside nfsroot on exit    * make-fai-nfsroot: umount /proc and /dev/pts inside nfsroot on exit
84      (closes: #494518),      (closes: #494518, #494523),
85      move trap definitions outside of { } block (closes: #494518),      move trap definitions outside of { } block (closes: #494518, #494523),
86      use arch independent name for linux kernel (closes: #494440)      use arch independent name for linux kernel (closes: #494440)
87    * updatebase: mount /dev/pts into /target to avoid openpty() warning    * 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    * fai-do-scripts: use -b in call of file command, this makes the pattern
# Line 46  fai (3.2.9~7) unstable; urgency=low Line 94  fai (3.2.9~7) unstable; urgency=low
94    * fai-quickstart.dirs:  linda directory not needed any more    * fai-quickstart.dirs:  linda directory not needed any more
95    * fai-quickstart.lintian: fix pattern    * fai-quickstart.lintian: fix pattern
96    
97   -- Thomas Lange <lange@debian.org>  Mon, 11 Aug 2008 18:24:38 +0200   -- Thomas Lange <lange@debian.org>  Sat, 06 Sep 2008 10:27:13 +0200
98    
99  fai (3.2.8) unstable; urgency=low  fai (3.2.8) unstable; urgency=low
100    

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

  ViewVC Help
Powered by ViewVC 1.1.5