/[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 3219 by lange, Mon Jan 9 16:06:39 2006 UTC
# Line 1  Line 1 
1  fai (2.6.8) unstable; urgency=high  fai (2.9.1) unstable; urgency=low
2    
3      * install_packages: add aptitude-r to @commands (closes: #343361)
4      * new command fai-statoverride (like dpkg-statoverride)
5      * fai-chboot: use NFS v2 as default until FAI will drop sarge support
6      * fai.8: fix typo (closes: #343642)
7      * doc/classes_description.txt: remove all unused classes, update
8        description (closes: #322026)
9      * add script AMD64/99-discover-bug
10      * add class FAISERVER
11      * updatebase: mount /sys into chroot
12      * mkdebmirror: remove non-US stuff
13      * savelog.LAST: add segfault to error pattern
14      * make-fai-bootfloppy.8: fix typo (closes: #346428)
15      * make-fai-nfsroot: do not try to copy file if resolv.conf does not
16        exist
17    
18     -- Thomas Lange <lange@debian.org>  Mon,  9 Jan 2006 17:06:22 +0100
19    
20    fai (2.9) unstable; urgency=low
21    
22      * splitting binary package fai into fai-server, fai-client, fai-doc and
23        fai-nfsroot (closes: #210507)
24      * adjust some paths
25      * remove beowulf and advanced examples
26      * increase compat level to 4
27      * delete sunos code from source
28      * scripts/ directory is now bin/
29      * fai-cd: fixed hardcoded sources.list for the install client to be
30        generated, code by Michael Tautschnig (closes: #320024) and at least
31        partially #329547, test if nfsroot was created (closes: #317495), test
32        if mkisofs is available (closes: #334871), exist unless arch is i386
33        or amd64 (closes: #339098), check if $FAI_CONFIGDIR is valid
34        remove subroutine mhide amd module-hide, mkbimage is not needed any
35        more, use grub's stage2_eltorito feature mkisofs uses -no-emul-boot,
36        no floppy emulation needed, size is not limited any more to 2.88M
37      * install_packages: ignore packages ending with - when using -d
38        (closes: #334333), remove backtick evaluation (closes: #322157), add
39        -R to default aptitude call, add aptitude-r for download only mode,
40        add more warnings
41      * lib/create_ramdisk: make /etc/network/run/ifstate writable
42        (closes: #312128)
43      * fai-mirror: add -i to egrep (closes: #312508), add option
44        DPkg::force-conflicts::=yes (closes: #328138), only aptitude can
45        install conflicting packages, test if $mirrordir starts with a slash
46        (closes: #328139), check if $FAI_CONFIGDIR is valid (closes: #334577)
47      * fai-do-scripts: do not execute S[0-9][0-9]* any more (closes: #310999)
48      * fcopy: add preinst support, ignore .svn dirs (closes: #297550), do
49        chroot before using getpwnam (closes: #283475), add option -U
50      * fai-guide.sgml: include README.disk_config into fai guide, minor
51        fixes, (closes: #332295, #332318, #332293, #332291)
52      * make-fai-nfsroot: use --one-file-system instead of -l (closes: #308806),
53        new test if ssh package is installed (closes: #322759), create
54        apt.conf.d file to support unsigned repositories, fail if debootstrap
55        return with error code (closes: #342120)
56      * subroutines: test if hooks are executable (closes: #338524), new stamp
57        file name when action is softupdate
58      * make-fai-bootfloppy: fix code for -i when using a relative path
59        (closes: #314551), add option -I (closes: #337271), create more space
60        on boot floppy (closes: #294593), add option -B
61      * FAIBASE/10-misc: with the new fai-kernels package we can call tune2fs
62        even when using a 2.6 kernel (closes: #307147)
63      * ftar: test if $single is set (closes: #340421)
64      * FAIBASE/30-interface: do not overwrite resolv.conf if it's a symlink
65        (closes: #305783)
66      * setup_harddisks: add i2o support (closes: #317797), add workaround for
67        udev behaviour
68      * GRUB/10-setup: use -U with fcopy, so grub's menu.lst will not be
69        overwritten during softupdate (closes: #313069, #314995)
70      * subroutines-linux: fix idempotent code (closes: #340422)
71      * fai: do not use color logo if $console was set, start udev if
72        available (closes: #334373), test if run as root
73      * lib/updatebase: mount /dev into chroot during installation if we are
74        running udev
75      * fai-chboot: read $NFSROOT from fai.conf, add nfsroot option to kernel
76        parameters, root-path can now be removed from dhcpd.conf
77      * add support for unsigned repositories
78      * LAST/50-misc: fix code that detect of a kernel is installed, now it
79        does not break if more than one kernel is installed
80    
81     -- Thomas Lange <lange@debian.org>  Tue, 13 Dec 2005 15:53:00 +0100
82    
83    fai (2.8.4) unstable; urgency=high
84    
85      * fix important bug: remove non-US entry (closes: #310392)
86      * package_config: remove nonfree package t1-xfree86-nonfree from
87        examples (closes: #310705)
88    
89     -- Thomas Lange <lange@debian.org>  Wed, 25 May 2005 13:59:39 +0200
90    
91    fai (2.8.3) unstable; urgency=high
92    
93      * fix a serious bug, remove debconf support (closes: #309209), debconf
94        support may be included again after sarge
95      * fix important bug, do not delete files in /etc/fai (closes: #309707)
96      * control: remove dependency on debconf
97      * postinst, postrm: remove debconf code
98      * rules: do not call dh_installdebconf
99      * remove debian/config, debian/template
100      * remove files in debian/po: POTFILES.in de.po fr.po templates.pot
101      * fai.conf: set placeholder for installserver, since debconf will not
102        set it any more
103      * conf/make-fai-nfsroot.conf, conf/sources.list: use ftp.debian.org
104        instead of debconf's default values
105      * man/fai-chboot.8: minor document patch (closes: #309138, 309142)
106      * fai-guide.sgml: minor document patch, move section "For the impatient
107        user" to the front (closes: #309134, #309556)
108      * README.build-sources: add memo to use -ICVS in the future
109    
110     -- Thomas Lange <lange@debian.org>  Thu, 19 May 2005 15:54:18 +0200
111    
112    fai (2.8.2) unstable; urgency=high
113    
114      * remove old unused scripts from cvs source
115      * updatebase: use mktemp for creating temp file, this closes a serious
116        security bug (closes: #307838)
117      * fai: create dir only during initial installation, fixes a critical bug
118        (closes: #307632)
119      * subroutines-linux: do not "mount --bind" when FAI_ROOT=/, closes
120        important bug (closes: #307631)
121    
122     -- Thomas Lange <lange@debian.org>  Fri,  6 May 2005 09:23:34 +0200
123    
124    fai (2.8.1) unstable; urgency=low
125    
126      * only minor bug fixes, no major changes to the code, but a lot of them
127      * make-fai-bootfloppy: add missing $ to variable (closes: #304824)
128      * install_packages: add missing aptitude-r call (closes: #305544),
129        add $qopt and $devnull, used when install_packages is called with
130        verbose from fai-mirror
131      * fai-mirror: fix wrong path (closes: #304179), remove needless test if
132        mkinitrd-cd is available, add $qflag, return if $pkglist is empty, not
133        when $addpackages is empty
134      * fai: added $COLOR_FAI_LOGO, which is off when doing softupdate
135      * fai-cd: add test if mkinitrd-cd is available
136      * fai-savelog: set FAI_ACTION to noaction if undef (closes: #305283)
137      * savelog.LAST: add error message to global pattern
138      * make-fai-nfsroot.conf: remove --arch i386, since debootstrap now uses
139        dpkg --print-installation-architecture instead of another call which
140        needed gcc, change comment
141      * make-fai-nfsroot: split i386 and amd64 packages list, remove packages
142        from amd64 which are not available (closes: #306264)
143      * menu.lst/postinst: use BOOT_PARTITION instead of ROOT_PARTITION
144        (closes: 305861)
145      * install_packages.8: remove option -f
146      * make-fai-nfsroot.8: remove wrong information (closes: #304980)
147      * control: add grub to suggests
148      * rules: make hooks and postinst script executable
149      * FAIBASE/10-misc: do not call tune2fs when using 2.6 kernel. This may
150        hang the system
151      * fr.po: added french debconf templates (closes: #306232)
152      * de.po, templates.pot: remove fuzzy lines
153      * README.disk_config: add notes about boot option
154      * debian/postinst: replace sed -i with perl -pi -e since old sed does
155        not support -i
156      * fai-setup: change informational message
157      * fai-mount-disk: mount file systems read only
158      * 50-host-classes: move host specific class definitions to new script
159      * fai-guide.sgml: fix typos and other minor mistakes
160    
161     -- Thomas Lange <lange@debian.org>  Sat, 30 Apr 2005 21:20:53 +0200
162    
163    fai (2.8) unstable; urgency=high
164    
165      * remove ext2resize from $packages (closes: #303565)
166      * major rewrite of simple examples (closes: #290554)
167      * make-fai-nfsroot.8: add info about nfsroot location (closes: #303915)
168      * fai-guide.sgml: major update for new release
169      * setup_harddisks: add support for device names disk1 and disk2,
170        reformat some output, print some messages only if $verbose is set
171      * rcS_fai: renamed to fai, add manual page fai.8
172      * fai: add $rundir, remove unused dirs at the end, call set_disk_info
173        before task_defvar, add variable $DO_INIT_TASK, add code for
174        softupdate support, rename rcS.log to fai.log, add copyright message
175        to usage(), add option -N --new, always test $DO_INIT_TASKS with -eq
176      * apt.conf: replace force-confnew with force-confdef
177      * make-fai-nfsroot: use dpkg --print-installation-architecture instead
178        off uname -m, add arch dependent package name to, remove "" for
179        matching * in KERNELPACKAGE, test if $KERNELPACKAGE is empty
180        $NFSROOT/var/tmp/packages.arch, use shadowconfig instead of pwconv
181      * make-fai-nfsroot.conf: comment FAI_LOCAL_REPOSITORY, set FAICLIENTS to
182        local class-C network, remove ext2resize until available again
183      * subroutines: add task softupdate, add support for softupdate, add
184        $DO_INIT_TASKS, minor changes in get_fai_cvs(), use swapoff -a for
185        disabling swap partitions, test $DO_INIT_TASK always with -eq, use
186        /var/log/fai/FAI_CLASSES
187      * subroutines-linux: script prepare_apt is now updatebase, add support
188        for softupdates, add task_prepareapt, sliently skip task_chboot if
189        LOGUSER is undefined, $disklist now sorted, print setup_hardisks
190        output also to console
191      * install_packages: cleanup of multiple packages with different
192        install/remove operations, add installable(), check if a package is
193        listed in a package index and not only in the dpkg database, add
194        force-confdef and force-confold to apt-get, install_packages.conf
195        unused, remove -f, sub read_config_file
196      * fai-do-scripts: now executing scripts matching [0-9[0-9]*, S[0-9]*
197        also supported for backwards compatibility
198      * fai-mirror: add check if mkinitrd-cd and apt-move are installed, arch
199        dependent packages defined in make-fai-nfsroot, replace sed with bash
200        builtin, add $debdist, return if $addpackages is empty
201      * fai-chboot: change message
202      * load_keymap_consolechars: much simpler code
203      * create_ramdisk: create /tmp/var/run/fai
204      * fai.conf: installserver will be set by debconf, by default LOGUSER is
205        unset
206      * sources.list: insert MIRRORHOST which will be replaced by debconf data
207      * Makefile: install device2grub to new location, rename rcS_fai to fai
208      * control: add libapt-pkg-perl for install_packages, remove dependency
209        on nfs, because fai can also only be used for softupdate
210      * postrm: cleanup debconf data on purge
211      * postinst: use debconf
212      * rules: add dh_installdebconf call, remove chmod of rcS_fai
213      * utils/mkdebmirror: --ignore-missing-release --ignore-release-gpg
214    
215     -- Thomas Lange <lange@debian.org>  Sat,  9 Apr 2005 23:43:27 +0200
216    
217    fai (2.7) unstable; urgency=high
218    
219    * closes grave bug, make-fai-nfsroot.conf: replace raidtools2 with mdadm    * closes grave bug, make-fai-nfsroot.conf: replace raidtools2 with mdadm
220      (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 240  fai (2.6.8) unstable; urgency=high
240    * control: add mkinitrd-cd to Suggests, add Build-Depends-Indep on    * control: add mkinitrd-cd to Suggests, add Build-Depends-Indep on
241      debhelper greater version 3      debhelper greater version 3
242    * 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
243      * fai-savelog-ftp: remove $ENV{LOGREMOTEDIR} from mkdir since we just cd
244        to it
245    
246   -- 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
247    
248  fai (2.6.7) unstable; urgency=low  fai (2.6.7) unstable; urgency=low
249    

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

  ViewVC Help
Powered by ViewVC 1.1.5