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

Diff of /trunk/debian/changelog

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

revision 2850 by lange, Tue Apr 26 10:56:57 2005 UTC revision 3042 by lange, Fri Nov 11 14:46:04 2005 UTC
# Line 1  Line 1 
1    fai (2.9) unstable; urgency=low
2    
3      * splitting binary package fai into fai-server, fai-client, fai-doc and
4        fai-nfsroot (closes: #210507)
5      * adjust some paths
6      * remove beowulf and advanced examples
7      * increase compat level to 4
8      * delete sunos code from source
9      * scripts/ directory is now bin/
10      * fixed fai-cd hardcoded sources.list for the install client to be
11        generated, code by Michael Tautschnig (closes: #320024) and at least
12        partially #329547
13      * install_packages: ignore packages ending with - when using -d
14        (closes: #334333)
15      * lib/create_ramdisk: make /etc/network/run/ifstate writable
16        (closes: #312128)
17      * fai-mirror: add -i to egrep (closes: #312508)
18      * fai-do-scripts: do not execute S[0-9][0-9]* any more (closes: #310999)
19    
20     -- Thomas Lange <lange@debian.org>  Fri, 11 Nov 2005 15:45:15 +0100
21    
22    fai (2.8.4) unstable; urgency=high
23    
24      * fix important bug: remove non-US entry (closes: #310392)
25      * package_config: remove nonfree package t1-xfree86-nonfree from
26        examples (closes: #310705)
27    
28     -- Thomas Lange <lange@debian.org>  Wed, 25 May 2005 13:59:39 +0200
29    
30    fai (2.8.3) unstable; urgency=high
31    
32      * fix a serious bug, remove debconf support (closes: #309209), debconf
33        support may be included again after sarge
34      * fix important bug, do not delete files in /etc/fai (closes: #309707)
35      * control: remove dependency on debconf
36      * postinst, postrm: remove debconf code
37      * rules: do not call dh_installdebconf
38      * remove debian/config, debian/template
39      * remove files in debian/po: POTFILES.in de.po fr.po templates.pot
40      * fai.conf: set placeholder for installserver, since debconf will not
41        set it any more
42      * conf/make-fai-nfsroot.conf, conf/sources.list: use ftp.debian.org
43        instead of debconf's default values
44      * man/fai-chboot.8: minor document patch (closes: #309138, 309142)
45      * fai-guide.sgml: minor document patch, move section "For the impatient
46        user" to the front (closes: #309134, #309556)
47      * README.build-sources: add memo to use -ICVS in the future
48    
49     -- Thomas Lange <lange@debian.org>  Thu, 19 May 2005 15:54:18 +0200
50    
51    fai (2.8.2) unstable; urgency=high
52    
53      * remove old unused scripts from cvs source
54      * updatebase: use mktemp for creating temp file, this closes a serious
55        security bug (closes: #307838)
56      * fai: create dir only during initial installation, fixes a critical bug
57        (closes: #307632)
58      * subroutines-linux: do not "mount --bind" when FAI_ROOT=/, closes
59        important bug (closes: #307631)
60    
61     -- Thomas Lange <lange@debian.org>  Fri,  6 May 2005 09:23:34 +0200
62    
63  fai (2.8.1) unstable; urgency=low  fai (2.8.1) unstable; urgency=low
64    
65    * only minor bug fixes, but a lot of them    * only minor bug fixes, no major changes to the code, but a lot of them
66    * make-fai-bootfloppy: add missing $ to variable (closes: #304824)    * make-fai-bootfloppy: add missing $ to variable (closes: #304824)
67    * install_packages: add missing aptitude-r call (closes: #305544)    * install_packages: add missing aptitude-r call (closes: #305544),
68        add $qopt and $devnull, used when install_packages is called with
69        verbose from fai-mirror
70    * fai-mirror: fix wrong path (closes: #304179), remove needless test if    * fai-mirror: fix wrong path (closes: #304179), remove needless test if
71      mkinitrd-cd is available      mkinitrd-cd is available, add $qflag, return if $pkglist is empty, not
72        when $addpackages is empty
73    * fai: added $COLOR_FAI_LOGO, which is off when doing softupdate    * fai: added $COLOR_FAI_LOGO, which is off when doing softupdate
74    * fai-cd: add test if mkinitrd-cd is available    * fai-cd: add test if mkinitrd-cd is available
75    * fai-savelog: set FAI_ACTION to noaction if undef (closes: #305283)    * fai-savelog: set FAI_ACTION to noaction if undef (closes: #305283)
76    * savelog.LAST: add error message to global pattern    * savelog.LAST: add error message to global pattern
77    * make-fai-nfsroot.conf: remove --arch i386, since debootstrap now uses    * make-fai-nfsroot.conf: remove --arch i386, since debootstrap now uses
78      dpkg --print-installation-architecture instead of another call which      dpkg --print-installation-architecture instead of another call which
79      needed gcc      needed gcc, change comment
80    * make-fai-nfsroot: split i386 and amd64 packages list, remove packages    * make-fai-nfsroot: split i386 and amd64 packages list, remove packages
81      from amd64 which are not available (closes: #306264)      from amd64 which are not available (closes: #306264)
82    * menu.lst/postinst: use BOOT_PARTITION instead of ROOT_PARTITION    * menu.lst/postinst: use BOOT_PARTITION instead of ROOT_PARTITION
# Line 25  fai (2.8.1) unstable; urgency=low Line 90  fai (2.8.1) unstable; urgency=low
90    * fr.po: added french debconf templates (closes: #306232)    * fr.po: added french debconf templates (closes: #306232)
91    * de.po, templates.pot: remove fuzzy lines    * de.po, templates.pot: remove fuzzy lines
92    * README.disk_config: add notes about boot option    * README.disk_config: add notes about boot option
93      * debian/postinst: replace sed -i with perl -pi -e since old sed does
94        not support -i
95      * fai-setup: change informational message
96      * fai-mount-disk: mount file systems read only
97      * 50-host-classes: move host specific class definitions to new script
98      * fai-guide.sgml: fix typos and other minor mistakes
99    
100   -- Thomas Lange <lange@debian.org>  Tue, 26 Apr 2005 12:54:56 +0200   -- Thomas Lange <lange@debian.org>  Sat, 30 Apr 2005 21:20:53 +0200
101    
102  fai (2.8) unstable; urgency=high  fai (2.8) unstable; urgency=high
103    

Legend:
Removed from v.2850  
changed lines
  Added in v.3042

  ViewVC Help
Powered by ViewVC 1.1.5