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

Diff of /trunk/debian/changelog

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

revision 3079 by lange, Mon Nov 21 21:02:36 2005 UTC revision 3235 by lange, Tue Jan 10 16:38:00 2006 UTC
# Line 1  Line 1 
1    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      * menu.lst: add entry for faiserver
18      * fai-cd: adjust space
19    
20     -- Thomas Lange <lange@debian.org>  Tue, 10 Jan 2006 17:37:44 +0100
21    
22  fai (2.9) unstable; urgency=low  fai (2.9) unstable; urgency=low
23    
24    * 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 10  fai (2.9) unstable; urgency=low Line 31  fai (2.9) unstable; urgency=low
31    * fai-cd: fixed hardcoded sources.list for the install client to be    * fai-cd: fixed hardcoded sources.list for the install client to be
32      generated, code by Michael Tautschnig (closes: #320024) and at least      generated, code by Michael Tautschnig (closes: #320024) and at least
33      partially #329547, test if nfsroot was created (closes: #317495), test      partially #329547, test if nfsroot was created (closes: #317495), test
34      if mkisofs is available (closes: #334871)      if mkisofs is available (closes: #334871), exist unless arch is i386
35        or amd64 (closes: #339098), check if $FAI_CONFIGDIR is valid
36        remove subroutine mhide amd module-hide, mkbimage is not needed any
37        more, use grub's stage2_eltorito feature mkisofs uses -no-emul-boot,
38        no floppy emulation needed, size is not limited any more to 2.88M
39    * install_packages: ignore packages ending with - when using -d    * install_packages: ignore packages ending with - when using -d
40      (closes: #334333)      (closes: #334333), remove backtick evaluation (closes: #322157), add
41        -R to default aptitude call, add aptitude-r for download only mode,
42        add more warnings
43    * lib/create_ramdisk: make /etc/network/run/ifstate writable    * lib/create_ramdisk: make /etc/network/run/ifstate writable
44      (closes: #312128)      (closes: #312128)
45    * fai-mirror: add -i to egrep (closes: #312508), add option    * fai-mirror: add -i to egrep (closes: #312508), add option
46      DPkg::force-conflicts::=yes (closes: #328138), only aptitude can      DPkg::force-conflicts::=yes (closes: #328138), only aptitude can
47      install conflicting packages      install conflicting packages, test if $mirrordir starts with a slash
48        (closes: #328139), check if $FAI_CONFIGDIR is valid (closes: #334577)
49    * 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)
50    * fcopy: add preinst support, ignore .svn dirs (closes: #297550), do    * fcopy: add preinst support, ignore .svn dirs (closes: #297550), do
51      chroot before using getpwnam (closes: #283475)      chroot before using getpwnam (closes: #283475), add option -U
52    * fai-guide.sgml: include README.disk_config into fai guide, minor    * fai-guide.sgml: include README.disk_config into fai guide, minor
53      fixes, (closes: #332295, #332318, #332293, #332291)      fixes, (closes: #332295, #332318, #332293, #332291)
54    * make-fai-nfsroot: use --one-file-system instead of -l (closes: #308806),    * make-fai-nfsroot: use --one-file-system instead of -l (closes: #308806),
55      new test if ssh package is installed (closes: #322759)      new test if ssh package is installed (closes: #322759), create
56    * subroutines: test if hooks are executable (closes: #338524)      apt.conf.d file to support unsigned repositories, fail if debootstrap
57        return with error code (closes: #342120)
58      * subroutines: test if hooks are executable (closes: #338524), new stamp
59        file name when action is softupdate
60    * make-fai-bootfloppy: fix code for -i when using a relative path    * make-fai-bootfloppy: fix code for -i when using a relative path
61      (closes: #314551)      (closes: #314551), add option -I (closes: #337271), create more space
62        on boot floppy (closes: #294593), add option -B
63      * FAIBASE/10-misc: with the new fai-kernels package we can call tune2fs
64        even when using a 2.6 kernel (closes: #307147)
65      * ftar: test if $single is set (closes: #340421)
66      * FAIBASE/30-interface: do not overwrite resolv.conf if it's a symlink
67        (closes: #305783)
68      * setup_harddisks: add i2o support (closes: #317797), add workaround for
69        udev behaviour
70      * GRUB/10-setup: use -U with fcopy, so grub's menu.lst will not be
71        overwritten during softupdate (closes: #313069, #314995)
72      * subroutines-linux: fix idempotent code (closes: #340422)
73      * fai: do not use color logo if $console was set, start udev if
74        available (closes: #334373), test if run as root
75      * lib/updatebase: mount /dev into chroot during installation if we are
76        running udev
77      * fai-chboot: read $NFSROOT from fai.conf, add nfsroot option to kernel
78        parameters, root-path can now be removed from dhcpd.conf
79      * add support for unsigned repositories
80      * LAST/50-misc: fix code that detect of a kernel is installed, now it
81        does not break if more than one kernel is installed
82    
83   -- Thomas Lange <lange@debian.org>  Mon, 21 Nov 2005 22:01:58 +0100   -- Thomas Lange <lange@debian.org>  Tue, 13 Dec 2005 15:53:00 +0100
84    
85  fai (2.8.4) unstable; urgency=high  fai (2.8.4) unstable; urgency=high
86    

Legend:
Removed from v.3079  
changed lines
  Added in v.3235

  ViewVC Help
Powered by ViewVC 1.1.5