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

Diff of /trunk/debian/changelog

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

revision 2441 by lange, Mon Aug 9 10:07:54 2004 UTC revision 3042 by lange, Fri Nov 11 14:46:04 2005 UTC
# Line 1  Line 1 
1  fai (2.6.1) unstable; urgency=low  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
159        (closes: #299952), move cfengine from $packages to $NFSROOT_PACKAGES
160      * closes important bug, make-fai-nfsroot: use resolv.conf from install
161        server during creation of nfsroot (closes: #301230)
162      * rcS_fai: set classes before fai-class is called (closes: #301179), set
163        hostname if HOST was specified on the commandline
164      * fcopy: fix wrong variable name
165      * package_config/KERNEL_SOFT: replace `echo $kernelversion` in package
166        name with 2.6.8
167      * fai-guide.sgml: fix a lot of broken http links, add info for fai-cd
168      * install_packages: add setdownloadonly() and $opt_d
169      * conf/install_packages.conf removed
170      * fai-mirror: source make-fai-nfsroot.conf, add add_base_packages(),
171        allow - in class names, add option -a, call install_packages with -d,
172        add PKGCOMP for apt-move.conf, do not exit 9 if $FAI_DEBMIRROR is not
173        defined, log aptitudes actions to /dev/null
174      * fai-mirror.1: add option -a
175      * install_packages.8: add option -d
176      * add fai-cd script for creating a bootable FAI CD image (closes: #265444)
177      * add fai-cd.8 man page
178      * add conf/menu.lst: needed by fai-cd
179      * control: add mkinitrd-cd to Suggests, add Build-Depends-Indep on
180        debhelper greater version 3
181      * 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:51:34 +0100
186    
187    fai (2.6.7) unstable; urgency=low
188    
189      * add task debconf (closes: #136503)
190      * new script fai-debconf
191      * add manual page fai-debconf.1
192      * control: use nfs-kernel-server by default (closes: #293876)
193      * QUESTIONNAIRE: minor update
194      * packages_config/XFREE: remove some -dev packages
195      * packages_config/SERVER: remove symlinks
196      * packages_config/DEFAULT: add debconf-utils
197      * replace backticks with $()
198      * fai-do-scripts: use local variables, make it a bash script
199      * fai-guide.sgml: update for debconf support, add aptitude in
200        install_packages config
201    
202     -- Thomas Lange <lange@debian.org>  Thu, 10 Mar 2005 11:00:05 +0100
203    
204    fai (2.6.6) unstable; urgency=medium
205    
206      * 06hwdetect.source: add comment, add class NVIDIA which is not currently
207        used, bug fix: correct SCSI detect 2.6 kernel, replace backticks with
208        $(), discard error messages from modprobe, enable dma mode for ide
209        devices (with fai CD it was not enabled)
210      * make-fai-nfsroot: use "" when testing variables, add link for
211        discover, remove resolv.conf created by debootstrap (closes: #281264),
212        create list of all packages in base.tgz, add packages for x86_64,
213        remove unneeded files in $FSROOT/etc/fai
214      * ftar: bug fix do not do recursive removal if $target/$dir is /
215      * fai-guide.sgml: fix typos (closes: #287150), add info about
216        /files/packages/ (closes: #290359)
217      * add task_savelog to die() (closes: #290526)
218      * make-fai-bootfloppy: bug fix: support /media directory, choose last
219        installed kernel if more than one kernel is installed in nfsroot
220      * setup_harddisks: bug fix: redefined mountpoint are too often reported,
221        allow space before primary and logical keyword
222      * create_ramdisk: bug fix: make directory for discover
223      * fai-setup: typo in variable name (closes: #289271), reload nfs server
224        instead of restart, read make-fai-nfsroot.conf, use variable
225        FAICLIENTS
226      * fai-class: bug fix: option -T hangs the script, make it a bash script,
227        replace backticks `` with $(), bad variable name in testclass()
228      * share/subroutines: bug fix: cd to / so umount -a will not fail too
229        often, kill sshd before rebooting, umount $target/proc before
230        umounting all otger file systems, copy FAI_CLASSES variables.sh
231        disk_var.sh to $target/var/log/fai
232      * fai-chboot: bug fix: do not fail on subnet IP addresses, test if host
233        lookup is possible before calling $h->name (closes: #290007)
234      * install_packages: add option -f, add command{pending},
235        command{dpkgc}, print max number of packages only in verbose mode
236      * install_packages.8: add option -f, add info about
237        install_packages.conf
238      * new config file: install_packages.conf, used for fai-mirror(1)
239      * rcS_fai: remount / with noatime, set variables if booting from CD, set
240        hostname to $HOST it was unset, remove unused variable, minor code
241        cleanup
242      * DEFAULT/S01: add copying of /etc/modules
243      * DEFAULT/S10: add message where grub writes boot record
244      * class/01alias: add class FAICD if running from fai CD, add classes for
245        host gnomehost (used by fai-cd)
246      * package_config/DEMO: replace install with aptitude
247      * make-fai-nfsroot.conf: add variable FAICLIENTS, remove package dpkg-dev
248      * script/LAST: enable shadow passwords for passwd and group in examples,
249        eject cdrom when running from fai CD
250      * task_sysinfo: call hwinfo if available
251      * fai-savelog: do not save remotely if $LOGSERVER is not set
252      * new command fai-mirror and manual page fai-mirror.1
253      * .../XF86CXonfig-4/DEFAULT: change HorizSync, use pc105 keyboard model
254      * .../XF86CXonfig-4/MATROX: removed because DEFAULT works now
255    
256     -- Thomas Lange <lange@debian.org>  Fri, 21 Jan 2005 04:24:26 +0100
257    
258    fai (2.6.5) unstable; urgency=medium
259    
260      * install_packages: bug fix. Do not remove package names which are
261        search patterns for aptitude, read /etc/fai/install_packages.conf if
262        it exists
263      * hooks/savelog.LAST: add patterns that will be ignored
264      * fcopy: add support for svn and arch, add option -I, use variable
265        $FCOPY_IGNOREDIRS if set
266      * fcopy.8: add option -I
267    
268     -- Thomas Lange <lange@debian.org>  Thu, 11 Nov 2004 15:14:08 +0100
269    
270    fai (2.6.4) unstable; urgency=medium
271    
272      * add missing Beowulf examples
273      * fai-guide.sgml: fix error in link
274      * fai-start-stop-daemon: add short options, because so some init.d
275        scripts use them
276      * rcS_fai: do not use -t when remounting
277      * make-fai-nfsroot: print error when $KERNELPACKAGE is not found, add a
278        package for alpha architecture
279      * share/subroutines: do not dump variable $HOME and $PWD to variables.sh
280      * doc/QUESTIONNAIRE: typos, add example for answer
281      * install_packages: use warn instead of print for warning and verbose
282        messages, add aptitude support
283      * Fai.pm: add () to subroutine calls
284      * prerm: do not exit when nfs server reload fails (closes: #279024)
285      * setup_harddisks: add $devdisklist to call of sfdisk (closes: #276033)
286      * preparte_apt: divert programs before calling apt-get update
287      * subroutines-linux: redirect stdin of install_packages unless in debug
288        mode (closes: #264727)
289    
290     -- Thomas Lange <lange@debian.org>  Mon,  8 Nov 2004 14:38:58 +0100
291    
292    fai (2.6.3) unstable; urgency=high
293    
294      * subroutines: remove $rootpw from variables.sh (closes: #270871)
295      * update to kernel 2.4.27
296      * make-fai-nfsroot: force link creation of ifstate (closes: #270463),
297        use /etc/shadow in $NFSROOT
298      * make-fai-makefsroot.conf: add xfsprogs and xfsdump packages, adjust
299        size, install with chmod 0600 (closes: #270666, #271113)
300      * DEFAULT/S10: removed: add auto to /etc/modules
301      * class/DEFAULT.var: use single quotes instead of double quotes,
302        $kappend contains kernel parameters, new default kernel package
303        kernel-image-2.4.27-1-386
304      * scripts/DEFAULT/S20: remove unused action
305      * packages_config/DEFAULT: add iproute to NETTOOLS
306      * make-fai-nfsroot.8: add info about make-fai-nfsroot.conf,
307        add option -K which first removes all kernels from nfsroot
308        (make-fai-bootlfoppy is broken if multiple kernels are in the nfsroot)
309      * fai-setup: add option -e which does not set up nfs environment, which
310        may hang some production systems for a while
311      * fai-setup.8: add info for new option
312      * Makefile: install make-fai-nfsroot.conf with 0600
313    
314     -- Thomas Lange <lange@debian.org>  Mon, 13 Sep 2004 18:40:36 +0200
315    
316    fai (2.6.2) unstable; urgency=high
317    
318      * install_packages: fix broken taskinst action, workaround for new
319        tasksel behaviour
320      * DEFAULT/S10: fix broken grub entry for FAI_BOOTPART when two kernels
321        are in the nfsroot
322      * fai-chboot: add option -e the opposite of -r, uses nearly the same code
323    
324     -- Thomas Lange <lange@debian.org>  Thu, 26 Aug 2004 20:09:15 +0200
325    
326    fai (2.6.1) unstable; urgency=medium
327    
328    * catnc() greps through more than one file    * catnc() greps through more than one file
329    * changlog messages of fai-setup moved from 2.5.2 to 2.6    * changlog messages of fai-setup moved from 2.5.2 to 2.6
# Line 33  fai (2.6.1) unstable; urgency=low Line 358  fai (2.6.1) unstable; urgency=low
358    * fai-guide.sgml: add hint about dhcpd/nfsroot (closes: #264486), fix    * fai-guide.sgml: add hint about dhcpd/nfsroot (closes: #264486), fix
359      typos      typos
360    
361   -- Thomas Lange <lange@debian.org>  Mon,  9 Aug 2004 12:07:00 +0200   -- Thomas Lange <lange@debian.org>  Mon,  9 Aug 2004 14:02:13 +0200
362    
363  fai (2.6) unstable; urgency=low  fai (2.6) unstable; urgency=low
364    
# Line 352  fai (2.4) unstable; urgency=low Line 677  fai (2.4) unstable; urgency=low
677      from /etc/fai if available, add diversion for discover, add rsync, ssh      from /etc/fai if available, add diversion for discover, add rsync, ssh
678      to nfsroot, do not die when mknbi-linux is missing, do not create      to nfsroot, do not die when mknbi-linux is missing, do not create
679      device nodes (closes: #174844)      device nodes (closes: #174844)
680    * class/70partition: bug fix. Use the same file as setup_harddisk to    * class/70partition: bug fix. Use the same file as setup_harddisks to
681      determine classes which depend on partitions      determine classes which depend on partitions
682    * scripts/*: convert some shell code to cfengine code, do not use fcopy    * scripts/*: convert some shell code to cfengine code, do not use fcopy
683      if only a few lines has to be changed      if only a few lines has to be changed
# Line 555  fai (2.3) unstable; urgency=low Line 880  fai (2.3) unstable; urgency=low
880      do_scriptss calls every script class/<classname>/S[0-9]* when class is      do_scriptss calls every script class/<classname>/S[0-9]* when class is
881      not a file, execute all S[0-9]* scripts in a directory      not a file, execute all S[0-9]* scripts in a directory
882      /fai/scripts/$class/, skip all comment lines when definig classes      /fai/scripts/$class/, skip all comment lines when definig classes
883      task_partition() call setup_harddisk only if no disk_var.sh exists      task_partition() call setup_harddisks only if no disk_var.sh exists
884      defclass also sources all scripts class/S*.source      defclass also sources all scripts class/S*.source
885      add subroutines adddivert(), rmalldivert(); task_finish calls      add subroutines adddivert(), rmalldivert(); task_finish calls
886      rmalldivert, task_sysinfo calls kudzu; save_log*() -maxdepth not      rmalldivert, task_sysinfo calls kudzu; save_log*() -maxdepth not
# Line 802  fai (1.4.1) unstable; urgency=low Line 1127  fai (1.4.1) unstable; urgency=low
1127    * class DEBIAN_DEVEL commented out, because this software package list    * class DEBIAN_DEVEL commented out, because this software package list
1128      mostly segfaults dpkg      mostly segfaults dpkg
1129    * base?_?.tgz now included in nfsroot; BASETGZ not needed any more    * base?_?.tgz now included in nfsroot; BASETGZ not needed any more
1130    * bug fixed: setup_harddisk don't mount preserved partitions if mount    * bug fixed: setup_harddisks don't mount preserved partitions if mount
1131      point is not in root directory      point is not in root directory
1132    * bug fixed: no dns support during chroot in make-fai-nfsroot    * bug fixed: no dns support during chroot in make-fai-nfsroot
1133    

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

  ViewVC Help
Powered by ViewVC 1.1.5