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

Diff of /trunk/debian/changelog

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

revision 2589 by lange, Sat Jan 15 23:37:43 2005 UTC revision 3164 by lange, Fri Dec 9 22:44:00 2005 UTC
# Line 1  Line 1 
1  fai (2.6.6beta) unstable; urgency=medium  fai (2.8.99) unstable; urgency=low
2    
3    * 06hwdetect.source: add comment, add class NVIDIA which not currently    * splitting binary package fai into fai-server, fai-client, fai-doc and
4      used, bug fix: correct SCSI detect 2.6 kernel, replace backticks with $(),      fai-nfsroot (closes: #210507)
5      discard error messages from modprobe, enable dma mode for ide devices    * adjust some paths
6      (with fai CD it was not enabled)    * 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), exist unless arch is i386
14        or amd64 (closes: #339098), check if $FAI_CONFIGDIR is valid
15      * install_packages: ignore packages ending with - when using -d
16        (closes: #334333), remove backtick evaluation (closes: #322157), add
17        -R to default aptitude call, add aptitude-r for download only mode,
18        add more warnings
19      * lib/create_ramdisk: make /etc/network/run/ifstate writable
20        (closes: #312128)
21      * fai-mirror: add -i to egrep (closes: #312508), add option
22        DPkg::force-conflicts::=yes (closes: #328138), only aptitude can
23        install conflicting packages, test if $mirrordir starts with a slash
24        (closes: #328139), check if $FAI_CONFIGDIR is valid (closes: #334577)
25      * fai-do-scripts: do not execute S[0-9][0-9]* any more (closes: #310999)
26      * fcopy: add preinst support, ignore .svn dirs (closes: #297550), do
27        chroot before using getpwnam (closes: #283475), add option -U
28      * fai-guide.sgml: include README.disk_config into fai guide, minor
29        fixes, (closes: #332295, #332318, #332293, #332291)
30      * make-fai-nfsroot: use --one-file-system instead of -l (closes: #308806),
31        new test if ssh package is installed (closes: #322759), create
32        apt.conf.d file to support unsigned repositories, fail if debootstrap
33        return with error code (closes: #342120)
34      * subroutines: test if hooks are executable (closes: #338524), new stamp
35        file name when action is softupdate
36      * make-fai-bootfloppy: fix code for -i when using a relative path
37        (closes: #314551), add option -I (closes: #337271), create more space
38        on boot floppy (closes: #294593), add option -B
39      * FAIBASE/10-misc: with the new fai-kernels package we can call tune2fs
40        even when using a 2.6 kernel (closes: #307147)
41      * ftar: test if $single is set (closes: #340421)
42      * FAIBASE/30-interface: do not overwrite resolv.conf if it's a symlink
43        (closes: #305783)
44      * setup_harddisks: add i2o support (closes: #317797), add workaround for
45        udev behaviour
46      * GRUB/10-setup: use -U with fcopy, so grub's menu.lst will not be
47        overwritten during softupdate (closes: #313069, #314995)
48      * subroutines-linux: fix idempotent code (closes: #340422)
49      * fai: do not use color logo if $console was set, start udev if
50        available (closes: #334373), test if run as root
51      * lib/updatebase: mount /dev into chroot during installation if we are
52        running udev
53      * fai-chboot: read $NFSROOT from fai.conf, add nfsroot option to kernel
54        parameters, root-path can now be removed from dhcpd.conf
55      * add support for unsigned repositories
56    
57     -- Thomas Lange <lange@debian.org>  Fri,  9 Dec 2005 23:40:47 +0100
58    
59    fai (2.8.4) unstable; urgency=high
60    
61      * fix important bug: remove non-US entry (closes: #310392)
62      * package_config: remove nonfree package t1-xfree86-nonfree from
63        examples (closes: #310705)
64    
65     -- Thomas Lange <lange@debian.org>  Wed, 25 May 2005 13:59:39 +0200
66    
67    fai (2.8.3) unstable; urgency=high
68    
69      * fix a serious bug, remove debconf support (closes: #309209), debconf
70        support may be included again after sarge
71      * fix important bug, do not delete files in /etc/fai (closes: #309707)
72      * control: remove dependency on debconf
73      * postinst, postrm: remove debconf code
74      * rules: do not call dh_installdebconf
75      * remove debian/config, debian/template
76      * remove files in debian/po: POTFILES.in de.po fr.po templates.pot
77      * fai.conf: set placeholder for installserver, since debconf will not
78        set it any more
79      * conf/make-fai-nfsroot.conf, conf/sources.list: use ftp.debian.org
80        instead of debconf's default values
81      * man/fai-chboot.8: minor document patch (closes: #309138, 309142)
82      * fai-guide.sgml: minor document patch, move section "For the impatient
83        user" to the front (closes: #309134, #309556)
84      * README.build-sources: add memo to use -ICVS in the future
85    
86     -- Thomas Lange <lange@debian.org>  Thu, 19 May 2005 15:54:18 +0200
87    
88    fai (2.8.2) unstable; urgency=high
89    
90      * remove old unused scripts from cvs source
91      * updatebase: use mktemp for creating temp file, this closes a serious
92        security bug (closes: #307838)
93      * fai: create dir only during initial installation, fixes a critical bug
94        (closes: #307632)
95      * subroutines-linux: do not "mount --bind" when FAI_ROOT=/, closes
96        important bug (closes: #307631)
97    
98     -- Thomas Lange <lange@debian.org>  Fri,  6 May 2005 09:23:34 +0200
99    
100    fai (2.8.1) unstable; urgency=low
101    
102      * only minor bug fixes, no major changes to the code, but a lot of them
103      * make-fai-bootfloppy: add missing $ to variable (closes: #304824)
104      * install_packages: add missing aptitude-r call (closes: #305544),
105        add $qopt and $devnull, used when install_packages is called with
106        verbose from fai-mirror
107      * fai-mirror: fix wrong path (closes: #304179), remove needless test if
108        mkinitrd-cd is available, add $qflag, return if $pkglist is empty, not
109        when $addpackages is empty
110      * fai: added $COLOR_FAI_LOGO, which is off when doing softupdate
111      * fai-cd: add test if mkinitrd-cd is available
112      * fai-savelog: set FAI_ACTION to noaction if undef (closes: #305283)
113      * savelog.LAST: add error message to global pattern
114      * make-fai-nfsroot.conf: remove --arch i386, since debootstrap now uses
115        dpkg --print-installation-architecture instead of another call which
116        needed gcc, change comment
117      * make-fai-nfsroot: split i386 and amd64 packages list, remove packages
118        from amd64 which are not available (closes: #306264)
119      * menu.lst/postinst: use BOOT_PARTITION instead of ROOT_PARTITION
120        (closes: 305861)
121      * install_packages.8: remove option -f
122      * make-fai-nfsroot.8: remove wrong information (closes: #304980)
123      * control: add grub to suggests
124      * rules: make hooks and postinst script executable
125      * FAIBASE/10-misc: do not call tune2fs when using 2.6 kernel. This may
126        hang the system
127      * fr.po: added french debconf templates (closes: #306232)
128      * de.po, templates.pot: remove fuzzy lines
129      * README.disk_config: add notes about boot option
130      * debian/postinst: replace sed -i with perl -pi -e since old sed does
131        not support -i
132      * fai-setup: change informational message
133      * fai-mount-disk: mount file systems read only
134      * 50-host-classes: move host specific class definitions to new script
135      * fai-guide.sgml: fix typos and other minor mistakes
136    
137     -- Thomas Lange <lange@debian.org>  Sat, 30 Apr 2005 21:20:53 +0200
138    
139    fai (2.8) unstable; urgency=high
140    
141      * remove ext2resize from $packages (closes: #303565)
142      * major rewrite of simple examples (closes: #290554)
143      * make-fai-nfsroot.8: add info about nfsroot location (closes: #303915)
144      * fai-guide.sgml: major update for new release
145      * setup_harddisks: add support for device names disk1 and disk2,
146        reformat some output, print some messages only if $verbose is set
147      * rcS_fai: renamed to fai, add manual page fai.8
148      * fai: add $rundir, remove unused dirs at the end, call set_disk_info
149        before task_defvar, add variable $DO_INIT_TASK, add code for
150        softupdate support, rename rcS.log to fai.log, add copyright message
151        to usage(), add option -N --new, always test $DO_INIT_TASKS with -eq
152      * apt.conf: replace force-confnew with force-confdef
153      * make-fai-nfsroot: use dpkg --print-installation-architecture instead
154        off uname -m, add arch dependent package name to, remove "" for
155        matching * in KERNELPACKAGE, test if $KERNELPACKAGE is empty
156        $NFSROOT/var/tmp/packages.arch, use shadowconfig instead of pwconv
157      * make-fai-nfsroot.conf: comment FAI_LOCAL_REPOSITORY, set FAICLIENTS to
158        local class-C network, remove ext2resize until available again
159      * subroutines: add task softupdate, add support for softupdate, add
160        $DO_INIT_TASKS, minor changes in get_fai_cvs(), use swapoff -a for
161        disabling swap partitions, test $DO_INIT_TASK always with -eq, use
162        /var/log/fai/FAI_CLASSES
163      * subroutines-linux: script prepare_apt is now updatebase, add support
164        for softupdates, add task_prepareapt, sliently skip task_chboot if
165        LOGUSER is undefined, $disklist now sorted, print setup_hardisks
166        output also to console
167      * install_packages: cleanup of multiple packages with different
168        install/remove operations, add installable(), check if a package is
169        listed in a package index and not only in the dpkg database, add
170        force-confdef and force-confold to apt-get, install_packages.conf
171        unused, remove -f, sub read_config_file
172      * fai-do-scripts: now executing scripts matching [0-9[0-9]*, S[0-9]*
173        also supported for backwards compatibility
174      * fai-mirror: add check if mkinitrd-cd and apt-move are installed, arch
175        dependent packages defined in make-fai-nfsroot, replace sed with bash
176        builtin, add $debdist, return if $addpackages is empty
177      * fai-chboot: change message
178      * load_keymap_consolechars: much simpler code
179      * create_ramdisk: create /tmp/var/run/fai
180      * fai.conf: installserver will be set by debconf, by default LOGUSER is
181        unset
182      * sources.list: insert MIRRORHOST which will be replaced by debconf data
183      * Makefile: install device2grub to new location, rename rcS_fai to fai
184      * control: add libapt-pkg-perl for install_packages, remove dependency
185        on nfs, because fai can also only be used for softupdate
186      * postrm: cleanup debconf data on purge
187      * postinst: use debconf
188      * rules: add dh_installdebconf call, remove chmod of rcS_fai
189      * utils/mkdebmirror: --ignore-missing-release --ignore-release-gpg
190    
191     -- Thomas Lange <lange@debian.org>  Sat,  9 Apr 2005 23:43:27 +0200
192    
193    fai (2.7) unstable; urgency=high
194    
195      * closes grave bug, make-fai-nfsroot.conf: replace raidtools2 with mdadm
196        (closes: #299952), move cfengine from $packages to $NFSROOT_PACKAGES
197      * closes important bug, make-fai-nfsroot: use resolv.conf from install
198        server during creation of nfsroot (closes: #301230)
199      * rcS_fai: set classes before fai-class is called (closes: #301179), set
200        hostname if HOST was specified on the commandline
201      * fcopy: fix wrong variable name
202      * package_config/KERNEL_SOFT: replace `echo $kernelversion` in package
203        name with 2.6.8
204      * fai-guide.sgml: fix a lot of broken http links, add info for fai-cd
205      * install_packages: add setdownloadonly() and $opt_d
206      * conf/install_packages.conf removed
207      * fai-mirror: source make-fai-nfsroot.conf, add add_base_packages(),
208        allow - in class names, add option -a, call install_packages with -d,
209        add PKGCOMP for apt-move.conf, do not exit 9 if $FAI_DEBMIRROR is not
210        defined, log aptitudes actions to /dev/null
211      * fai-mirror.1: add option -a
212      * install_packages.8: add option -d
213      * add fai-cd script for creating a bootable FAI CD image (closes: #265444)
214      * add fai-cd.8 man page
215      * add conf/menu.lst: needed by fai-cd
216      * control: add mkinitrd-cd to Suggests, add Build-Depends-Indep on
217        debhelper greater version 3
218      * class/DEFAULT.var: use kernel-image-2.4-386 as default kernel package
219      * fai-savelog-ftp: remove $ENV{LOGREMOTEDIR} from mkdir since we just cd
220        to it
221    
222     -- Thomas Lange <lange@debian.org>  Fri, 25 Mar 2005 23:51:34 +0100
223    
224    fai (2.6.7) unstable; urgency=low
225    
226      * add task debconf (closes: #136503)
227      * new script fai-debconf
228      * add manual page fai-debconf.1
229      * control: use nfs-kernel-server by default (closes: #293876)
230      * QUESTIONNAIRE: minor update
231      * packages_config/XFREE: remove some -dev packages
232      * packages_config/SERVER: remove symlinks
233      * packages_config/DEFAULT: add debconf-utils
234      * replace backticks with $()
235      * fai-do-scripts: use local variables, make it a bash script
236      * fai-guide.sgml: update for debconf support, add aptitude in
237        install_packages config
238    
239     -- Thomas Lange <lange@debian.org>  Thu, 10 Mar 2005 11:00:05 +0100
240    
241    fai (2.6.6) unstable; urgency=medium
242    
243      * 06hwdetect.source: add comment, add class NVIDIA which is not currently
244        used, bug fix: correct SCSI detect 2.6 kernel, replace backticks with
245        $(), discard error messages from modprobe, enable dma mode for ide
246        devices (with fai CD it was not enabled)
247    * make-fai-nfsroot: use "" when testing variables, add link for    * make-fai-nfsroot: use "" when testing variables, add link for
248      discover, remove resolv.conf created by debootstrap (closes: #281264),      discover, remove resolv.conf created by debootstrap (closes: #281264),
249      create list of all packages in base.tgz, add packages for x86_64,      create list of all packages in base.tgz, add packages for x86_64,
250      remove unneeded files in $FSROOT/etc/fai      remove unneeded files in $FSROOT/etc/fai
251    * ftar: bug fix do not do recursive removal if $target/$dir is /    * ftar: bug fix do not do recursive removal if $target/$dir is /
252    * fai-guide.sgml: fix typos (closes: #287150), add info about    * fai-guide.sgml: fix typos (closes: #287150), add info about
253      /files/packages/      /files/packages/ (closes: #290359)
254      * add task_savelog to die() (closes: #290526)
255    * make-fai-bootfloppy: bug fix: support /media directory, choose last    * make-fai-bootfloppy: bug fix: support /media directory, choose last
256      installed kernel if more than one kernel is installed in nfsroot      installed kernel if more than one kernel is installed in nfsroot
257    * setup_harddisks: bug fix: redefined mountpoint are too often reported,    * setup_harddisks: bug fix: redefined mountpoint are too often reported,
# Line 27  fai (2.6.6beta) unstable; urgency=medium Line 268  fai (2.6.6beta) unstable; urgency=medium
268      disk_var.sh to $target/var/log/fai      disk_var.sh to $target/var/log/fai
269    * fai-chboot: bug fix: do not fail on subnet IP addresses, test if host    * fai-chboot: bug fix: do not fail on subnet IP addresses, test if host
270      lookup is possible before calling $h->name (closes: #290007)      lookup is possible before calling $h->name (closes: #290007)
271    * install_packages: add option -f and -i, add command{pending},    * install_packages: add option -f, add command{pending},
272      command{dpkgc}, print max number of packages only in verbose mode      command{dpkgc}, print max number of packages only in verbose mode
273    * install_packages.8: add option -f and -i, add info about    * install_packages.8: add option -f, add info about
274      install_packages.conf      install_packages.conf
275    * new config file: install_packages.conf, used for fai-mirror(1)    * new config file: install_packages.conf, used for fai-mirror(1)
276    * rcS_fai: remount / with noatime, set variables if booting from CD, set    * rcS_fai: remount / with noatime, set variables if booting from CD, set
# Line 47  fai (2.6.6beta) unstable; urgency=medium Line 288  fai (2.6.6beta) unstable; urgency=medium
288    * fai-savelog: do not save remotely if $LOGSERVER is not set    * fai-savelog: do not save remotely if $LOGSERVER is not set
289    * new command fai-mirror and manual page fai-mirror.1    * new command fai-mirror and manual page fai-mirror.1
290    * .../XF86CXonfig-4/DEFAULT: change HorizSync, use pc105 keyboard model    * .../XF86CXonfig-4/DEFAULT: change HorizSync, use pc105 keyboard model
291      * .../XF86CXonfig-4/MATROX: removed because DEFAULT works now
292    
293   -- Thomas Lange <lange@debian.org>  Sun, 16 Jan 2005 00:36:32 +0100   -- Thomas Lange <lange@debian.org>  Fri, 21 Jan 2005 04:24:26 +0100
294    
295  fai (2.6.5) unstable; urgency=medium  fai (2.6.5) unstable; urgency=medium
296    

Legend:
Removed from v.2589  
changed lines
  Added in v.3164

  ViewVC Help
Powered by ViewVC 1.1.5