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

Diff of /trunk/debian/changelog

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

revision 5099 by lange, Sat Sep 6 08:12:17 2008 UTC revision 5213 by lange, Mon Oct 27 20:20:54 2008 UTC
# Line 1  Line 1 
1  fai (3.2.10~beta4) unstable; urgency=low  fai (3.2.14) unstable; urgency=low
2    
3    * control: add build-depends-indep (closes: #497683),    * fai-guide.sgml: document behaviour of LOGSERVER (closes: #361524)
4      * install_packages: fix usage of option -n (closes: #489546)
5    
6     -- Thomas Lange <lange@debian.org>  Mon, 27 Oct 2008 21:19:12 +0100
7    
8    fai (3.2.13) unstable; urgency=low
9    
10      * lib/setup-storage/Commands.pm: fixed dependency error in vgcreate
11        commands (closes: #502462)
12      * fcopy: fix ordering of classes (closes: #502975)
13    
14     -- Thomas Lange <lange@debian.org>  Wed, 22 Oct 2008 12:14:51 +0200
15    
16    fai (3.2.12) unstable; urgency=low
17    
18      * setup-storage/Parser.pm, setup-storage/Sizes.pm: Warn, if a
19        preserved partition does not match the size specified in the
20        disk_config; fail, if an extended partition is to be created in place
21        of a to-be-preserved partition (closes: #501772)
22      * setup-storage/Exec.pm: recent versions of parted log errors to
23        stdout instead of stderr + adaption of error messages to current ones
24        (closes: #500823)
25      * setup-storage/Volumes.pm: Handle new error message in case of
26        missing disk label (closes: #500823)
27      * setup-storage: extended debug output of sorted commands
28        (closes: #500822)
29      * setup-storage/Commands.pm: Properly sort commands, fixed dependency
30        errors, use start_byte for new config instead of begin_byte
31        (closes: #500822)
32      * setup-storage: increase version number
33      * make-fai-nfsroot: print version of debootstrap (closes: #500046)
34      * fai-guide.sgml: minor update in example
35      * fai-chboot.8: fix warning from man
36    
37     -- Thomas Lange <lange@debian.org>  Wed, 15 Oct 2008 11:25:39 +0200
38    
39    fai (3.2.11) unstable; urgency=low
40    
41      * control: depend on syslinux-common instead of syslinux (closes: #494417)
42        use same intro for description for all packages,
43        add dependeny and recommends on openbsd-inetd | inet-superserver as
44        workaround for #404760
45      * fai-chboot.8, fai-cd.8, ainsl.1, fai.8, fai-class.8: apply patches
46        from Colin Tuckley
47      * THANKS: add Colin
48      * fai-chboot.8: add example for using templates, add link to pxelinux
49        documentation
50      * fai-cd.8: remove unused info
51      * fai-mirror.1: add information about files used by this script
52      * faimond.8: minor fixes
53      * install_packages.8: minor fixes
54      * make-fai-nfsroot.8: minor fixes
55      * fai-debconf.1: minor fixes
56      * setup-storage.8: replace mdoc macro version with man macro version,
57        reformat examples using tab stops, make groff happy
58      * fai-guide.sgml: remove info about make-fai-bootfloppy, add info about
59        kernel parameters
60      * faisetup.sgml: update messages
61      * bootexample.sgml: update example messages
62      * mkdebmirror: remove obsolete code for fetching boot floppy images
63    
64     -- Thomas Lange <lange@debian.org>  Wed, 01 Oct 2008 14:20:45 +0200
65    
66    fai (3.2.10) unstable; urgency=low
67    
68      * add texlive-latex-recommended and texlive-fonts-recommended to
69        build-depends-indep which fixes FTBFS (closes: #497683),
70      add cfengine2 as recommends to fai-client (closes: #442843),      add cfengine2 as recommends to fai-client (closes: #442843),
71      remove mknbi, which is not used,      remove mknbi from fai-docs recommends
72      update to standards version 3.8.0, no changes needed    * Init.pm: really add important bugfix (494784) that was only fixed in svn
73    * rules: Don't ignore errors from make clean      but not in 3.2.9 upload (closes: #494784), fix typo in variable name
   * Init.pm: add bugfix that was only in svn but not in the package  
     included in 3.2.9 (closes: #494784), fix wrong variable name  
74    * Volume.pm: ignore output line of parted containing "Model:"    * Volume.pm: ignore output line of parted containing "Model:"
75      (closes: #497066)      (closes: #497066)
76    * package_config/*: remove non-existing packages, change some package    * disk-info: fix bashism (closes: #498023),
77      names      add pattern for KVM devices like /dev/vd[abcd]X (closes: #494426)
78    * control: update the description (closes: #496113)    * Makefile,VERSION: remove variable KERNELVERSION, because it's unused since
79    * Makefile,VERSION: remove variable KERNELVERSION, because it's not used      3.2 (closes: #494699)
80      any more since 3.2, (closes: #494699)    * fai-cd: do not redirect stderr to /dev/null when calling find_fai_data,
81        otherwise we do not get any errors when the grub call fails
82      * subroutines: use proper path to RUNNING_FROM_FAICD to make eject work
83        (closes: #439101),
84        do not access /proc/uptime if /proc is not mounted (closes: #496234),
85        check if list of cdrom devices is empty (closes: #498052)
86      * fai-client.postrm: use rm -rf, we do so in other maintainer scripts as
87        well and /var/run/fai is probably the least critical place
88        (closes: #494423)
89      * remove old, unsupported and broken script make-fai-bootfloppy and its man
90        page (it only works with fai-kernels which were removed from lenny)
91        (closes: #452375, #400373, #305363)
92      * remove old and unused util/tlink and the information about it from the
93        documentation
94      * fai-guide.sgml: major review, remove boot floppy info, remove BOOTP
95        info, update location of RUNNING_FROM_FAICD
96    * fai-guide.sgml: minor documentation fix (closes: #473106),    * fai-guide.sgml: minor documentation fix (closes: #473106),
97      do not propose make-fai-nfsroot -r (closes: #481111),      do not propose make-fai-nfsroot -r (closes: #481111),
98      do reference NEWS.Debian (closes: #452760)      do reference NEWS.Debian (closes: #452760)
99    * ftar.8: minor fix (closes: #481528), update example    * ftar.8: minor fix (closes: #481528), update example used
100    * fcopy.8: minor fix (closes: #419787)    * fcopy.8: minor fix (closes: #419787)
101    * fai-statoverride.8: add man page for fai-statoverride.8 (closes: #358967)    * fai-statoverride.8: add man page for fai-statoverride.8 (closes: #358967)
   * fai-guide.sgml: major review, remove boot floppy info, remove BOOTP info  
   * remove old unused tlink util and info about it  
   * remove make-fai-bootfloppy script and man page  
     (closes: #452375, #400373, #305363)  
   * use new partition tool in simple examples  
   * remove class SETUPSTORAGE  
   * package_config/GNOME: make gnome example smaller  
   * 10-misc: remove tune2fs call, now done by new partition tool  
   * use lenny in FAISERVER class  
102    * setup-storage.8: document usage of USE_SETUP_STORAGE; some typo fixes    * setup-storage.8: document usage of USE_SETUP_STORAGE; some typo fixes
103    * fai-cd: do not redirect stdout to /dev/null when calling find_fai_data,    * fai-cd.8: add usage example, add warning that all data on USB stick
104      otherwise we do not get any errors when the grub call fails      may be destroyed
105    * setup-storage.8: Properly escape \ in literal environments (thanks,    * setup-storage.8: Properly escape \ in literal environments (thanks lintian)
106      lintian)    * changes to the example classes:
107        - use new partition tool in simple examples
108   -- Thomas Lange <lange@debian.org>  Fri,  5 Sep 2008 21:09:01 +0200      - remove class SETUPSTORAGE
109        - package_config/*: remove non-existing packages, change some package
110        - names
111        - package_config/GNOME: make gnome example smaller
112        - 10-misc: remove tune2fs call, now done by new partition tool
113        - use lenny in FAISERVER class
114        - remove empty directory /etc/X11 to make lintian happy
115        - 20-copy-mirror: set correct symlink, add comment
116      * update to standards version 3.8.0, no changes needed
117      * update the package description (closes: #496113)
118      * rules: Don't ignore errors from make clean
119      * Many thanks to Sebastian Harl, Holger Levsen, Michael Prokop and
120        Michael Tautschnig for all the discussions and for the help to create
121        this release
122    
123     -- Thomas Lange <lange@debian.org>  Tue, 09 Sep 2008 15:08:20 +0200
124    
125  fai (3.2.9) unstable; urgency=low  fai (3.2.9) unstable; urgency=low
126    

Legend:
Removed from v.5099  
changed lines
  Added in v.5213

  ViewVC Help
Powered by ViewVC 1.1.5