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

Diff of /trunk/debian/changelog

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

revision 3047 by lange, Fri Nov 11 15:48:09 2005 UTC revision 3767 by lange, Mon Aug 7 10:24:35 2006 UTC
# Line 1  Line 1 
1    fai (3beta) unstable; urgency=low
2    
3      * make pathes conform to FHS : (closes: #340608, #311524, #336650, #309554, #340609)
4      * use /srv/tftp/fai    instead of /boot/fai
5      * use /srv/tftp/fai/pxelinux.cfg instead of /boot/fai/pxelinux.cfg
6      * use /srv/fai/config  instead of /usr/local/share/fai
7      * use /srv/fai/nfsroot instead of /usr/lib/fai/nfsroot
8      * use /var/lib/fai/config instead of /fai
9      * use /var/lib/fai/mirror instead of /mnt
10      * create_ramdisk: call mkrw with -n
11      * setup_harddisks: use more secure options for /proc line
12      * fai-chboot: use tcp as default for nfs, nfs v3 can will become default
13        with etch, existent .disable pxe file will be removed automatically,
14        add headline when copying from template
15      * subroutines-linux: task_updatebase does not use updatebase.log any
16        more (closes: 366823)
17      * move /etc/fai/sources.list to /etc/fai/apt/sources.list
18      * fix lintian error: build-depends-indep-should-be-build-depends debhelper
19      * complies with policy 3.7.2
20      * added a linda override for fai-quickstart (ignore /usr/doc-symlink
21        warning)
22      * added Section: headers to binary packages in control
23      * conf/make-fai-nfsroot.conf: remove $nfssize variable
24      * fai.conf: remove FAI_REMOTESH and FAI_REMOTECP, use FAI_LOGPROTO instead,
25        LOGSERVER, LOGREMOTEDIR, LOGPASSWD removed
26        installserver removed (closes: 332837)
27      * lib/subruotines-linux: replace $FAI_REMOTESH with local variable $remotesh
28      * lib/subruotines: remove get_fai_cvs(), get_fai_dir(), now separate scripts
29      * fai: replace $rclog with $LOGIDR/fai.log
30      * fai-setup: use getent for getting IP address, make it a bash script,
31        change $HOME of LOGUSER (closes: #290449), do not use SERVERINTERFACE
32        for getting hostname, add all IP addresses and host names to
33        ssh_known_hosts, remove variable FAICLIENTS, use IP address and
34        netmask for exportfs line (closes: 381261)
35      * make-fai-nfsroot: new subroutine all_host_entries(), install packages
36        from $NFSROOT_PACKAGES at the same time as $packages
37      * varaible $fstab replaced with fstab (no more Solaris support using vfstab)
38      * savelog.LAST: set reboot=1 if no errors are found
39      * fcopy: fix bug (closes: 374415)
40    
41     -- Thomas Lange <lange@debian.org>  Sun,  6 Aug 2006 23:02:12 +0200
42    
43    fai (2.10.5) unstable; urgency=high
44    
45      * fixes patch from last NMUs. (really, really closes: #373955)
46      * make-fai-nfsroot: print debootstrap version
47      * add package lftp to nfsroot
48      * create_ramdisk: make more directories writeable
49      * 20hwdetect.source: add some usb modules
50      * dhcpd.conf: next-server is needed in dhcpd3 >=3.0.3
51    
52     -- Thomas Lange <lange@debian.org>  Tue, 11 Jul 2006 16:28:21 +0200
53    
54    fai (2.10.4) unstable; urgency=high
55    
56      * Non-maintainer upload.
57      * Fix previous patch; it should remove files from $FAI_ROOT/etc, not
58        /etc, as faireboot is not run inside the chroot. (Really
59        Closes: #373955)
60    
61     -- Steinar H. Gunderson <sesse@debian.org>  Sun,  9 Jul 2006 18:59:55 +0200
62    
63    
64    fai (2.10.3) unstable; urgency=high
65    
66      * Non-maintainer upload.
67      * Remove /etc/apt/apt.conf.d/{10,90}fai in faireboot, since the settings
68        used during install_packages are not appropriate for the finished
69        system. (Closes: #373955)
70    
71     -- Steinar H. Gunderson <sesse@debian.org>  Sun,  9 Jul 2006 15:54:55 +0200
72    
73    fai (2.10.2) unstable; urgency=medium
74    
75      * lib/get-boot-info: call dhclient with different configuration and
76        script names, closes grave bug (closes: #369265), remove dpkg-divert
77        calls for /etc/dhcp3/dhclient-script and /etc/dhcp3/dhclient.conf
78      * create_ramdisk: make /etc/lvm writeable (closes: #365035)
79      * do not call mkrwsize if directory does not exist (closes: #365037)
80      * lib/mkrw: add option -n
81      * make-fai-nfsroot: grep before appending to file (closes: #364748),
82        enable DNS inside the nfsroot (closes: #358783)
83      * lib/subroutines-linux: task_prepareapt(): check $IPADDR before
84        appending to file (closes: #331258)
85      * lib/subroutines: make 100MB ramdisk for /fai when booting from CD
86      * bin/fai: do not mount --bind /tmp/fai on softupdate
87    
88     -- Thomas Lange <lange@debian.org>  Wed, 14 Jun 2006 11:51:19 +0200
89    
90    fai (2.10.1) unstable; urgency=low
91    
92      * fai-chboot: fix division by zero error
93      * fai.conf: remove $OS_TYPE
94      * fai: remove $OS_TPYPE, set $targetdir, eval_cmdline is not needed for
95        install and dirinst, move prcopyleft() and additional code into
96        external script, use /var/log/fai/current as default LOGDIR,
97        /tmp/fai is currently a mount --bind to it
98      * fai-do-scripts: replace --no-lock with -K, this should fix cfengine's
99        segfault bug
100      * install_packages: add commands for y2pmsh, yast and rpm
101      * mount2dir: add more fs types that should be skipped
102      * fai-mirror: use different source.list when downloading packages for
103        debootstrap (closes: #361786), remove comments from PACKAGES line
104        (closes: #358910), add option -C, (closes: #318299), recreates
105        Package.gz and Release file using apt-ftparchive
106      * fai-cd: add option -C (closes: #312198), print FAI version in grub
107        menu, not fai-cd version
108      * make-fai-nfsroot: print warning if -f is still used, add config for
109        aptitude to allow unsigned packages without prompting
110      * menu.lst: enable timeout, use localboot as default, remove syslogd
111        flag, remove unused entries, fix IP address for demohost
112      * subroutines: new path /var/log/fai/current/showvar.log
113      * fai-guide.sgml: include package splitting into fai guide
114      * make-fai-nfsroot.conf: new names packages in fai-kernel, add
115        console-tools to nfsroot (closes: #363480)
116      * get-boot-info: do not try to activate the first four ethernet devices
117      * conf/apt.conf: add aptitude option so untrusted repositories will also be used
118      * instsoft.FAIBASE: use fcopy for kernel-img.conf
119      * subroutines-linux: use IP address when calling fai-chboot in
120        task_chboot, this helps when the install client has two network cards
121        and the host name lookup fails
122      * mkrw: fix typo (closes: #363521)
123      * dhcpd.conf: make deny unknown-clients default, remove range definition
124      * S99fai-setup: enable networking for faiserver
125    
126     -- Thomas Lange <lange@debian.org>  Thu, 20 Apr 2006 11:46:12 +0200
127    
128    fai (2.10) unstable; urgency=low
129    
130      * setup_harddisks: mapdisk(): add support for more than two disks, fix
131        wrong comments (closes: #356265), allow logical partitions to be
132        bootable (closes: #344536)
133      * make-fai-nfsroot: do not copy files from /etc/apt to the nfsroot,
134        detect kernel version for new kernel name (closes: 352939),
135        remove patches-* file when using -K (closes: #348350), remove
136        update-modules call, remove symlink creation to /tmp, add warning if
137        $FAI_LOCAL_REPOSITORY is still used
138      * fai-chboot: change output of -l and -L, major rework of the lsdir
139        function, add more options for different listing formats, add template
140        copy function (closes: #342471, #356136), options added: -g -c -t -o
141      * 20-hwdetect.source: test if discover is installed
142      * make-fai-bootfloppy: remove obsolete message (closes: #347974)
143      * fcopy: remove newline from $source, add \Q, (closes: #350015), warning
144        if unlink fails, add option -n (closes: #356378), preserving is not an
145        error (closes: #360183)
146      * make example scripts more cfengine2 compatible (closes: #312201)
147      * hooks/instsoft.FAIBASE: do not pause when kernel modules are already
148        available (closes: #314613)
149      * install_packages: new feature, just unpack packages (closes: #277079),
150        add urpmi, urpme and yum support
151      * fai: exit script if no parameters are given and no run from nfsroot
152      * subroutines: add verbose output when defining variables, add
153        subroutines mkrw and mkrwsize, set $diskvar during softupdate to
154        /var/log/fai/disk_var.sh, task_savelog: test if files exist before
155        copying them
156      * remove FAIBASE/20-save_diskvar (closes: #312296)
157      * task_sysinfo: call lshw if available
158      * lib/get-boot-info: remove duplicate network device names
159      * make-fai-nfsroot.conf: use SERVERINTERFACE for detecting subnet
160        (closes: #341577)
161      * create_ramdisk: use mkrw for making directories writeable
162      * fai-mirror: add warning if some files do not exist
163    
164     -- Thomas Lange <lange@debian.org>  Mon,  3 Apr 2006 15:11:30 +0200
165    
166    fai (2.9.1) unstable; urgency=low
167    
168      * install_packages: add aptitude-r to @commands (closes: #343361)
169      * new command fai-statoverride (like dpkg-statoverride)
170      * fai-chboot: use NFS v2 as default until FAI will drop sarge support
171      * fai.8: fix typo (closes: #343642)
172      * doc/classes_description.txt: remove all unused classes, update
173        description (closes: #322026)
174      * add script AMD64/99-discover-bug
175      * add class FAISERVER
176      * updatebase: mount /sys into chroot
177      * mkdebmirror: remove non-US stuff
178      * savelog.LAST: add segfault to error pattern
179      * make-fai-bootfloppy.8: fix typo (closes: #346428)
180      * make-fai-nfsroot: do not try to copy file if resolv.conf does not
181        exist
182      * menu.lst: add entry for faiserver
183      * fai-cd: adjust space, new code for generating sources.list file
184      * fai-debconf: add test if debconf data file exists (closes: #348857)
185    
186     -- Thomas Lange <lange@debian.org>  Sun,  5 Mar 2006 22:37:31 +0100
187    
188  fai (2.9) unstable; urgency=low  fai (2.9) unstable; urgency=low
189    
190    * splitting binary package fai into fai-server, fai-client, fai-doc and    * splitting binary package fai into fai-server, fai-client, fai-doc and
# Line 7  fai (2.9) unstable; urgency=low Line 194  fai (2.9) unstable; urgency=low
194    * increase compat level to 4    * increase compat level to 4
195    * delete sunos code from source    * delete sunos code from source
196    * scripts/ directory is now bin/    * scripts/ directory is now bin/
197    * fixed fai-cd hardcoded sources.list for the install client to be    * fai-cd: fixed hardcoded sources.list for the install client to be
198      generated, code by Michael Tautschnig (closes: #320024) and at least      generated, code by Michael Tautschnig (closes: #320024) and at least
199      partially #329547      partially #329547, test if nfsroot was created (closes: #317495), test
200        if mkisofs is available (closes: #334871), exist unless arch is i386
201        or amd64 (closes: #339098), check if $FAI_CONFIGDIR is valid
202        remove subroutine mhide amd module-hide, mkbimage is not needed any
203        more, use grub's stage2_eltorito feature mkisofs uses -no-emul-boot,
204        no floppy emulation needed, size is not limited any more to 2.88M
205    * install_packages: ignore packages ending with - when using -d    * install_packages: ignore packages ending with - when using -d
206      (closes: #334333)      (closes: #334333), remove backtick evaluation (closes: #322157), add
207        -R to default aptitude call, add aptitude-r for download only mode,
208        add more warnings
209    * lib/create_ramdisk: make /etc/network/run/ifstate writable    * lib/create_ramdisk: make /etc/network/run/ifstate writable
210      (closes: #312128)      (closes: #312128)
211    * fai-mirror: add -i to egrep (closes: #312508)    * fai-mirror: add -i to egrep (closes: #312508), add option
212        DPkg::force-conflicts::=yes (closes: #328138), only aptitude can
213        install conflicting packages, test if $mirrordir starts with a slash
214        (closes: #328139), check if $FAI_CONFIGDIR is valid (closes: #334577)
215    * fai-do-scripts: do not execute S[0-9][0-9]* any more (closes: #310999)    * fai-do-scripts: do not execute S[0-9][0-9]* any more (closes: #310999)
216    * fcopy: add preinst support, fix for inforing .svn dirs (closes: #297550)    * fcopy: add preinst support, ignore .svn dirs (closes: #297550), do
217    * fai-guide.sgml: include README.disk_config into fai guide, minor fixes,      chroot before using getpwnam (closes: #283475), add option -U
218      (closes: #332295, 332318)    * fai-guide.sgml: include README.disk_config into fai guide, minor
219    * fix typos (closes: #332291)      fixes, (closes: #332295, #332318, #332293, #332291)
220      * make-fai-nfsroot: use --one-file-system instead of -l (closes: #308806),
221        new test if ssh package is installed (closes: #322759), create
222        apt.conf.d file to support unsigned repositories, fail if debootstrap
223        return with error code (closes: #342120)
224      * subroutines: test if hooks are executable (closes: #338524), new stamp
225        file name when action is softupdate
226      * make-fai-bootfloppy: fix code for -i when using a relative path
227        (closes: #314551), add option -I (closes: #337271), create more space
228        on boot floppy (closes: #294593), add option -B
229      * FAIBASE/10-misc: with the new fai-kernels package we can call tune2fs
230        even when using a 2.6 kernel (closes: #307147)
231      * ftar: test if $single is set (closes: #340421)
232      * FAIBASE/30-interface: do not overwrite resolv.conf if it's a symlink
233        (closes: #305783)
234      * setup_harddisks: add i2o support (closes: #317797), add workaround for
235        udev behaviour
236      * GRUB/10-setup: use -U with fcopy, so grub's menu.lst will not be
237        overwritten during softupdate (closes: #313069, #314995)
238      * subroutines-linux: fix idempotent code (closes: #340422)
239      * fai: do not use color logo if $console was set, start udev if
240        available (closes: #334373), test if run as root
241      * lib/updatebase: mount /dev into chroot during installation if we are
242        running udev
243      * fai-chboot: read $NFSROOT from fai.conf, add nfsroot option to kernel
244        parameters, root-path can now be removed from dhcpd.conf
245      * add support for unsigned repositories
246      * LAST/50-misc: fix code that detect of a kernel is installed, now it
247        does not break if more than one kernel is installed
248    
249   -- Thomas Lange <lange@debian.org>  Fri, 11 Nov 2005 15:45:15 +0100   -- Thomas Lange <lange@debian.org>  Tue, 13 Dec 2005 15:53:00 +0100
250    
251  fai (2.8.4) unstable; urgency=high  fai (2.8.4) unstable; urgency=high
252    

Legend:
Removed from v.3047  
changed lines
  Added in v.3767

  ViewVC Help
Powered by ViewVC 1.1.5