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

Diff of /trunk/debian/changelog

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

revision 2654 by lange, Fri Mar 25 22:29:18 2005 UTC revision 3042 by lange, Fri Nov 11 14:46:04 2005 UTC
# Line 1  Line 1 
1  fai (2.6.8) unstable; urgency=high  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
64    
65      * 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)
67      * 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
71        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
74      * fai-cd: add test if mkinitrd-cd is available
75      * fai-savelog: set FAI_ACTION to noaction if undef (closes: #305283)
76      * savelog.LAST: add error message to global pattern
77      * make-fai-nfsroot.conf: remove --arch i386, since debootstrap now uses
78        dpkg --print-installation-architecture instead of another call which
79        needed gcc, change comment
80      * make-fai-nfsroot: split i386 and amd64 packages list, remove packages
81        from amd64 which are not available (closes: #306264)
82      * menu.lst/postinst: use BOOT_PARTITION instead of ROOT_PARTITION
83        (closes: 305861)
84      * install_packages.8: remove option -f
85      * make-fai-nfsroot.8: remove wrong information (closes: #304980)
86      * control: add grub to suggests
87      * rules: make hooks and postinst script executable
88      * FAIBASE/10-misc: do not call tune2fs when using 2.6 kernel. This may
89        hang the system
90      * fr.po: added french debconf templates (closes: #306232)
91      * de.po, templates.pot: remove fuzzy lines
92      * 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>  Sat, 30 Apr 2005 21:20:53 +0200
101    
102    fai (2.8) unstable; urgency=high
103    
104      * remove ext2resize from $packages (closes: #303565)
105      * major rewrite of simple examples (closes: #290554)
106      * make-fai-nfsroot.8: add info about nfsroot location (closes: #303915)
107      * fai-guide.sgml: major update for new release
108      * setup_harddisks: add support for device names disk1 and disk2,
109        reformat some output, print some messages only if $verbose is set
110      * rcS_fai: renamed to fai, add manual page fai.8
111      * fai: add $rundir, remove unused dirs at the end, call set_disk_info
112        before task_defvar, add variable $DO_INIT_TASK, add code for
113        softupdate support, rename rcS.log to fai.log, add copyright message
114        to usage(), add option -N --new, always test $DO_INIT_TASKS with -eq
115      * apt.conf: replace force-confnew with force-confdef
116      * make-fai-nfsroot: use dpkg --print-installation-architecture instead
117        off uname -m, add arch dependent package name to, remove "" for
118        matching * in KERNELPACKAGE, test if $KERNELPACKAGE is empty
119        $NFSROOT/var/tmp/packages.arch, use shadowconfig instead of pwconv
120      * make-fai-nfsroot.conf: comment FAI_LOCAL_REPOSITORY, set FAICLIENTS to
121        local class-C network, remove ext2resize until available again
122      * subroutines: add task softupdate, add support for softupdate, add
123        $DO_INIT_TASKS, minor changes in get_fai_cvs(), use swapoff -a for
124        disabling swap partitions, test $DO_INIT_TASK always with -eq, use
125        /var/log/fai/FAI_CLASSES
126      * subroutines-linux: script prepare_apt is now updatebase, add support
127        for softupdates, add task_prepareapt, sliently skip task_chboot if
128        LOGUSER is undefined, $disklist now sorted, print setup_hardisks
129        output also to console
130      * install_packages: cleanup of multiple packages with different
131        install/remove operations, add installable(), check if a package is
132        listed in a package index and not only in the dpkg database, add
133        force-confdef and force-confold to apt-get, install_packages.conf
134        unused, remove -f, sub read_config_file
135      * fai-do-scripts: now executing scripts matching [0-9[0-9]*, S[0-9]*
136        also supported for backwards compatibility
137      * fai-mirror: add check if mkinitrd-cd and apt-move are installed, arch
138        dependent packages defined in make-fai-nfsroot, replace sed with bash
139        builtin, add $debdist, return if $addpackages is empty
140      * fai-chboot: change message
141      * load_keymap_consolechars: much simpler code
142      * create_ramdisk: create /tmp/var/run/fai
143      * fai.conf: installserver will be set by debconf, by default LOGUSER is
144        unset
145      * sources.list: insert MIRRORHOST which will be replaced by debconf data
146      * Makefile: install device2grub to new location, rename rcS_fai to fai
147      * control: add libapt-pkg-perl for install_packages, remove dependency
148        on nfs, because fai can also only be used for softupdate
149      * postrm: cleanup debconf data on purge
150      * postinst: use debconf
151      * rules: add dh_installdebconf call, remove chmod of rcS_fai
152      * utils/mkdebmirror: --ignore-missing-release --ignore-release-gpg
153    
154     -- Thomas Lange <lange@debian.org>  Sat,  9 Apr 2005 23:43:27 +0200
155    
156    fai (2.7) unstable; urgency=high
157    
158    * closes grave bug, make-fai-nfsroot.conf: replace raidtools2 with mdadm    * closes grave bug, make-fai-nfsroot.conf: replace raidtools2 with mdadm
159      (closes: #299952), move cfengine from $packages to $NFSROOT_PACKAGES      (closes: #299952), move cfengine from $packages to $NFSROOT_PACKAGES
# Line 24  fai (2.6.8) unstable; urgency=high Line 179  fai (2.6.8) unstable; urgency=high
179    * control: add mkinitrd-cd to Suggests, add Build-Depends-Indep on    * control: add mkinitrd-cd to Suggests, add Build-Depends-Indep on
180      debhelper greater version 3      debhelper greater version 3
181    * class/DEFAULT.var: use kernel-image-2.4-386 as default kernel package    * class/DEFAULT.var: use kernel-image-2.4-386 as default kernel package
182      * fai-savelog-ftp: remove $ENV{LOGREMOTEDIR} from mkdir since we just cd
183        to it
184    
185   -- Thomas Lange <lange@debian.org>  Fri, 25 Mar 2005 23:29:04 +0100   -- Thomas Lange <lange@debian.org>  Fri, 25 Mar 2005 23:51:34 +0100
186    
187  fai (2.6.7) unstable; urgency=low  fai (2.6.7) unstable; urgency=low
188    

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

  ViewVC Help
Powered by ViewVC 1.1.5