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

Diff of /trunk/debian/changelog

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

revision 2625 by lange, Fri Mar 11 14:01:49 2005 UTC revision 3082 by lange, Wed Nov 23 11:59:38 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      * fai-cd: fixed hardcoded sources.list for the install client to be
11        generated, code by Michael Tautschnig (closes: #320024) and at least
12        partially #329547, test if nfsroot was created (closes: #317495), test
13        if mkisofs is available (closes: #334871)
14      * install_packages: ignore packages ending with - when using -d
15        (closes: #334333)
16      * lib/create_ramdisk: make /etc/network/run/ifstate writable
17        (closes: #312128)
18      * fai-mirror: add -i to egrep (closes: #312508), add option
19        DPkg::force-conflicts::=yes (closes: #328138), only aptitude can
20        install conflicting packages
21      * fai-do-scripts: do not execute S[0-9][0-9]* any more (closes: #310999)
22      * fcopy: add preinst support, ignore .svn dirs (closes: #297550), do
23        chroot before using getpwnam (closes: #283475)
24      * fai-guide.sgml: include README.disk_config into fai guide, minor
25        fixes, (closes: #332295, #332318, #332293, #332291)
26      * make-fai-nfsroot: use --one-file-system instead of -l (closes: #308806),
27        new test if ssh package is installed (closes: #322759)
28      * subroutines: test if hooks are executable (closes: #338524)
29      * make-fai-bootfloppy: fix code for -i when using a relative path
30        (closes: #314551), add option -I (closes: #337271)
31      * FAIBASE/10-misc: with the new fai-kernels package we can call tune2fs
32        even when using a 2.6 kernel (closes: #307147)
33    
34     -- Thomas Lange <lange@debian.org>  Wed, 23 Nov 2005 12:58:56 +0100
35    
36    fai (2.8.4) unstable; urgency=high
37    
38      * fix important bug: remove non-US entry (closes: #310392)
39      * package_config: remove nonfree package t1-xfree86-nonfree from
40        examples (closes: #310705)
41    
42     -- Thomas Lange <lange@debian.org>  Wed, 25 May 2005 13:59:39 +0200
43    
44    fai (2.8.3) unstable; urgency=high
45    
46      * fix a serious bug, remove debconf support (closes: #309209), debconf
47        support may be included again after sarge
48      * fix important bug, do not delete files in /etc/fai (closes: #309707)
49      * control: remove dependency on debconf
50      * postinst, postrm: remove debconf code
51      * rules: do not call dh_installdebconf
52      * remove debian/config, debian/template
53      * remove files in debian/po: POTFILES.in de.po fr.po templates.pot
54      * fai.conf: set placeholder for installserver, since debconf will not
55        set it any more
56      * conf/make-fai-nfsroot.conf, conf/sources.list: use ftp.debian.org
57        instead of debconf's default values
58      * man/fai-chboot.8: minor document patch (closes: #309138, 309142)
59      * fai-guide.sgml: minor document patch, move section "For the impatient
60        user" to the front (closes: #309134, #309556)
61      * README.build-sources: add memo to use -ICVS in the future
62    
63     -- Thomas Lange <lange@debian.org>  Thu, 19 May 2005 15:54:18 +0200
64    
65    fai (2.8.2) unstable; urgency=high
66    
67      * remove old unused scripts from cvs source
68      * updatebase: use mktemp for creating temp file, this closes a serious
69        security bug (closes: #307838)
70      * fai: create dir only during initial installation, fixes a critical bug
71        (closes: #307632)
72      * subroutines-linux: do not "mount --bind" when FAI_ROOT=/, closes
73        important bug (closes: #307631)
74    
75     -- Thomas Lange <lange@debian.org>  Fri,  6 May 2005 09:23:34 +0200
76    
77    fai (2.8.1) unstable; urgency=low
78    
79      * only minor bug fixes, no major changes to the code, but a lot of them
80      * make-fai-bootfloppy: add missing $ to variable (closes: #304824)
81      * install_packages: add missing aptitude-r call (closes: #305544),
82        add $qopt and $devnull, used when install_packages is called with
83        verbose from fai-mirror
84      * fai-mirror: fix wrong path (closes: #304179), remove needless test if
85        mkinitrd-cd is available, add $qflag, return if $pkglist is empty, not
86        when $addpackages is empty
87      * fai: added $COLOR_FAI_LOGO, which is off when doing softupdate
88      * fai-cd: add test if mkinitrd-cd is available
89      * fai-savelog: set FAI_ACTION to noaction if undef (closes: #305283)
90      * savelog.LAST: add error message to global pattern
91      * make-fai-nfsroot.conf: remove --arch i386, since debootstrap now uses
92        dpkg --print-installation-architecture instead of another call which
93        needed gcc, change comment
94      * make-fai-nfsroot: split i386 and amd64 packages list, remove packages
95        from amd64 which are not available (closes: #306264)
96      * menu.lst/postinst: use BOOT_PARTITION instead of ROOT_PARTITION
97        (closes: 305861)
98      * install_packages.8: remove option -f
99      * make-fai-nfsroot.8: remove wrong information (closes: #304980)
100      * control: add grub to suggests
101      * rules: make hooks and postinst script executable
102      * FAIBASE/10-misc: do not call tune2fs when using 2.6 kernel. This may
103        hang the system
104      * fr.po: added french debconf templates (closes: #306232)
105      * de.po, templates.pot: remove fuzzy lines
106      * README.disk_config: add notes about boot option
107      * debian/postinst: replace sed -i with perl -pi -e since old sed does
108        not support -i
109      * fai-setup: change informational message
110      * fai-mount-disk: mount file systems read only
111      * 50-host-classes: move host specific class definitions to new script
112      * fai-guide.sgml: fix typos and other minor mistakes
113    
114     -- Thomas Lange <lange@debian.org>  Sat, 30 Apr 2005 21:20:53 +0200
115    
116    fai (2.8) unstable; urgency=high
117    
118      * remove ext2resize from $packages (closes: #303565)
119      * major rewrite of simple examples (closes: #290554)
120      * make-fai-nfsroot.8: add info about nfsroot location (closes: #303915)
121      * fai-guide.sgml: major update for new release
122      * setup_harddisks: add support for device names disk1 and disk2,
123        reformat some output, print some messages only if $verbose is set
124      * rcS_fai: renamed to fai, add manual page fai.8
125      * fai: add $rundir, remove unused dirs at the end, call set_disk_info
126        before task_defvar, add variable $DO_INIT_TASK, add code for
127        softupdate support, rename rcS.log to fai.log, add copyright message
128        to usage(), add option -N --new, always test $DO_INIT_TASKS with -eq
129      * apt.conf: replace force-confnew with force-confdef
130      * make-fai-nfsroot: use dpkg --print-installation-architecture instead
131        off uname -m, add arch dependent package name to, remove "" for
132        matching * in KERNELPACKAGE, test if $KERNELPACKAGE is empty
133        $NFSROOT/var/tmp/packages.arch, use shadowconfig instead of pwconv
134      * make-fai-nfsroot.conf: comment FAI_LOCAL_REPOSITORY, set FAICLIENTS to
135        local class-C network, remove ext2resize until available again
136      * subroutines: add task softupdate, add support for softupdate, add
137        $DO_INIT_TASKS, minor changes in get_fai_cvs(), use swapoff -a for
138        disabling swap partitions, test $DO_INIT_TASK always with -eq, use
139        /var/log/fai/FAI_CLASSES
140      * subroutines-linux: script prepare_apt is now updatebase, add support
141        for softupdates, add task_prepareapt, sliently skip task_chboot if
142        LOGUSER is undefined, $disklist now sorted, print setup_hardisks
143        output also to console
144      * install_packages: cleanup of multiple packages with different
145        install/remove operations, add installable(), check if a package is
146        listed in a package index and not only in the dpkg database, add
147        force-confdef and force-confold to apt-get, install_packages.conf
148        unused, remove -f, sub read_config_file
149      * fai-do-scripts: now executing scripts matching [0-9[0-9]*, S[0-9]*
150        also supported for backwards compatibility
151      * fai-mirror: add check if mkinitrd-cd and apt-move are installed, arch
152        dependent packages defined in make-fai-nfsroot, replace sed with bash
153        builtin, add $debdist, return if $addpackages is empty
154      * fai-chboot: change message
155      * load_keymap_consolechars: much simpler code
156      * create_ramdisk: create /tmp/var/run/fai
157      * fai.conf: installserver will be set by debconf, by default LOGUSER is
158        unset
159      * sources.list: insert MIRRORHOST which will be replaced by debconf data
160      * Makefile: install device2grub to new location, rename rcS_fai to fai
161      * control: add libapt-pkg-perl for install_packages, remove dependency
162        on nfs, because fai can also only be used for softupdate
163      * postrm: cleanup debconf data on purge
164      * postinst: use debconf
165      * rules: add dh_installdebconf call, remove chmod of rcS_fai
166      * utils/mkdebmirror: --ignore-missing-release --ignore-release-gpg
167    
168     -- Thomas Lange <lange@debian.org>  Sat,  9 Apr 2005 23:43:27 +0200
169    
170    fai (2.7) unstable; urgency=high
171    
172      * closes grave bug, make-fai-nfsroot.conf: replace raidtools2 with mdadm
173        (closes: #299952), move cfengine from $packages to $NFSROOT_PACKAGES
174      * closes important bug, make-fai-nfsroot: use resolv.conf from install
175        server during creation of nfsroot (closes: #301230)
176      * rcS_fai: set classes before fai-class is called (closes: #301179), set
177        hostname if HOST was specified on the commandline
178      * fcopy: fix wrong variable name
179      * package_config/KERNEL_SOFT: replace `echo $kernelversion` in package
180        name with 2.6.8
181      * fai-guide.sgml: fix a lot of broken http links, add info for fai-cd
182      * install_packages: add setdownloadonly() and $opt_d
183      * conf/install_packages.conf removed
184      * fai-mirror: source make-fai-nfsroot.conf, add add_base_packages(),
185        allow - in class names, add option -a, call install_packages with -d,
186        add PKGCOMP for apt-move.conf, do not exit 9 if $FAI_DEBMIRROR is not
187        defined, log aptitudes actions to /dev/null
188      * fai-mirror.1: add option -a
189      * install_packages.8: add option -d
190      * add fai-cd script for creating a bootable FAI CD image (closes: #265444)
191      * add fai-cd.8 man page
192      * add conf/menu.lst: needed by fai-cd
193      * control: add mkinitrd-cd to Suggests, add Build-Depends-Indep on
194        debhelper greater version 3
195      * class/DEFAULT.var: use kernel-image-2.4-386 as default kernel package
196      * fai-savelog-ftp: remove $ENV{LOGREMOTEDIR} from mkdir since we just cd
197        to it
198    
199     -- Thomas Lange <lange@debian.org>  Fri, 25 Mar 2005 23:51:34 +0100
200    
201  fai (2.6.7) unstable; urgency=low  fai (2.6.7) unstable; urgency=low
202    
203    * add task debconf (closes: #136503)    * add task debconf (closes: #136503)

Legend:
Removed from v.2625  
changed lines
  Added in v.3082

  ViewVC Help
Powered by ViewVC 1.1.5