/[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 3504 by lange, Mon Jun 12 10:31:52 2006 UTC
# Line 1  Line 1 
1  fai (2.6.6beta) unstable; urgency=medium  fai (2.10.2) unstable; urgency=medium
2    
3    * 06hwdetect.source: add comment, add class NVIDIA which not currently    * lib/get-boot-info: call dhclient with different configuration and
4      used, bug fix: correct SCSI detect 2.6 kernel, replace backticks with $(),      script names (closes: #369265), remove dpkg-divert calls for
5      discard error messages from modprobe, enable dma mode for ide devices      /etc/dhcp3/dhclient-script and /etc/dhcp3/dhclient.conf
6      (with fai CD it was not enabled)    * create_ramdisk: make /etc/lvm writeable (closes: 365035)
7      * do not call mkrwsize if directory doe not exist (closes: 365037)
8    
9     -- Thomas Lange <lange@debian.org>  Tue,  6 Jun 2006 12:34:38 +0200
10    
11    fai (2.10.1) unstable; urgency=low
12    
13      * fai-chboot: fix division by zero error
14      * fai.conf: remove $OS_TYPE
15      * fai: remove $OS_TPYPE, set $targetdir, eval_cmdline is not needed for
16        install and dirinst, move prcopyleft() and additional code into
17        external script, use /var/log/fai/current as default LOGDIR,
18        /tmp/fai is currently a mount --bind to it
19      * fai-do-scripts: replace --no-lock with -K, this should fix cfengine's
20        segfault bug
21      * install_packages: add commands for y2pmsh, yast and rpm
22      * mount2dir: add more fs types that should be skipped
23      * fai-mirror: use different source.list when downloading packages for
24        debootstrap (closes: #361786), remove comments from PACKAGES line
25        (closes: #358910), add option -C, (closes: #318299), recreates
26        Package.gz and Release file using apt-ftparchive
27      * fai-cd: add option -C (closes: #312198), print FAI version in grub
28        menu, not fai-cd version
29      * make-fai-nfsroot: print warning if -f is still used, add config for
30        aptitude to allow unsigned packages without prompting
31      * menu.lst: enable timeout, use localboot as default, remove syslogd
32        flag, remove unused entries, fix IP address for demohost
33      * subroutines: new path /var/log/fai/current/showvar.log
34      * fai-guide.sgml: include package splitting into fai guide
35      * make-fai-nfsroot.conf: new names packages in fai-kernel, add
36        console-tools to nfsroot (closes: #363480)
37      * get-boot-info: do not try to activate the first four ethernet devices
38      * conf/apt.conf: add aptitude option so untrusted repositories will also be used
39      * instsoft.FAIBASE: use fcopy for kernel-img.conf
40      * subroutines-linux: use IP address when calling fai-chboot in
41        task_chboot, this helps when the install client has two network cards
42        and the host name lookup fails
43      * mkrw: fix typo (closes: #363521)
44      * dhcpd.conf: make deny unknown-clients default, remove range definition
45      * S99fai-setup: enable networking for faiserver
46    
47     -- Thomas Lange <lange@debian.org>  Thu, 20 Apr 2006 11:46:12 +0200
48    
49    fai (2.10) unstable; urgency=low
50    
51      * setup_harddisks: mapdisk(): add support for more than two disks, fix
52        wrong comments (closes: #356265), allow logical partitions to be
53        bootable (closes: #344536)
54      * make-fai-nfsroot: do not copy files from /etc/apt to the nfsroot,
55        detect kernel version for new kernel name (closes: 352939),
56        remove patches-* file when using -K (closes: #348350), remove
57        update-modules call, remove symlink creation to /tmp, add warning if
58        $FAI_LOCAL_REPOSITORY is still used
59      * fai-chboot: change output of -l and -L, major rework of the lsdir
60        function, add more options for different listing formats, add template
61        copy function (closes: #342471, #356136), options added: -g -c -t -o
62      * 20-hwdetect.source: test if discover is installed
63      * make-fai-bootfloppy: remove obsolete message (closes: #347974)
64      * fcopy: remove newline from $source, add \Q, (closes: #350015), warning
65        if unlink fails, add option -n (closes: #356378), preserving is not an
66        error (closes: #360183)
67      * make example scripts more cfengine2 compatible (closes: #312201)
68      * hooks/instsoft.FAIBASE: do not pause when kernel modules are already
69        available (closes: #314613)
70      * install_packages: new feature, just unpack packages (closes: #277079),
71        add urpmi, urpme and yum support
72      * fai: exit script if no parameters are given and no run from nfsroot
73      * subroutines: add verbose output when defining variables, add
74        subroutines mkrw and mkrwsize, set $diskvar during softupdate to
75        /var/log/fai/disk_var.sh, task_savelog: test if files exist before
76        copying them
77      * remove FAIBASE/20-save_diskvar (closes: #312296)
78      * task_sysinfo: call lshw if available
79      * lib/get-boot-info: remove duplicate network device names
80      * make-fai-nfsroot.conf: use SERVERINTERFACE for detecting subnet
81        (closes: #341577)
82      * create_ramdisk: use mkrw for making directories writeable
83      * fai-mirror: add warning if some files do not exist
84    
85     -- Thomas Lange <lange@debian.org>  Mon,  3 Apr 2006 15:11:30 +0200
86    
87    fai (2.9.1) unstable; urgency=low
88    
89      * install_packages: add aptitude-r to @commands (closes: #343361)
90      * new command fai-statoverride (like dpkg-statoverride)
91      * fai-chboot: use NFS v2 as default until FAI will drop sarge support
92      * fai.8: fix typo (closes: #343642)
93      * doc/classes_description.txt: remove all unused classes, update
94        description (closes: #322026)
95      * add script AMD64/99-discover-bug
96      * add class FAISERVER
97      * updatebase: mount /sys into chroot
98      * mkdebmirror: remove non-US stuff
99      * savelog.LAST: add segfault to error pattern
100      * make-fai-bootfloppy.8: fix typo (closes: #346428)
101      * make-fai-nfsroot: do not try to copy file if resolv.conf does not
102        exist
103      * menu.lst: add entry for faiserver
104      * fai-cd: adjust space, new code for generating sources.list file
105      * fai-debconf: add test if debconf data file exists (closes: #348857)
106    
107     -- Thomas Lange <lange@debian.org>  Sun,  5 Mar 2006 22:37:31 +0100
108    
109    fai (2.9) unstable; urgency=low
110    
111      * splitting binary package fai into fai-server, fai-client, fai-doc and
112        fai-nfsroot (closes: #210507)
113      * adjust some paths
114      * remove beowulf and advanced examples
115      * increase compat level to 4
116      * delete sunos code from source
117      * scripts/ directory is now bin/
118      * fai-cd: fixed hardcoded sources.list for the install client to be
119        generated, code by Michael Tautschnig (closes: #320024) and at least
120        partially #329547, test if nfsroot was created (closes: #317495), test
121        if mkisofs is available (closes: #334871), exist unless arch is i386
122        or amd64 (closes: #339098), check if $FAI_CONFIGDIR is valid
123        remove subroutine mhide amd module-hide, mkbimage is not needed any
124        more, use grub's stage2_eltorito feature mkisofs uses -no-emul-boot,
125        no floppy emulation needed, size is not limited any more to 2.88M
126      * install_packages: ignore packages ending with - when using -d
127        (closes: #334333), remove backtick evaluation (closes: #322157), add
128        -R to default aptitude call, add aptitude-r for download only mode,
129        add more warnings
130      * lib/create_ramdisk: make /etc/network/run/ifstate writable
131        (closes: #312128)
132      * fai-mirror: add -i to egrep (closes: #312508), add option
133        DPkg::force-conflicts::=yes (closes: #328138), only aptitude can
134        install conflicting packages, test if $mirrordir starts with a slash
135        (closes: #328139), check if $FAI_CONFIGDIR is valid (closes: #334577)
136      * fai-do-scripts: do not execute S[0-9][0-9]* any more (closes: #310999)
137      * fcopy: add preinst support, ignore .svn dirs (closes: #297550), do
138        chroot before using getpwnam (closes: #283475), add option -U
139      * fai-guide.sgml: include README.disk_config into fai guide, minor
140        fixes, (closes: #332295, #332318, #332293, #332291)
141      * make-fai-nfsroot: use --one-file-system instead of -l (closes: #308806),
142        new test if ssh package is installed (closes: #322759), create
143        apt.conf.d file to support unsigned repositories, fail if debootstrap
144        return with error code (closes: #342120)
145      * subroutines: test if hooks are executable (closes: #338524), new stamp
146        file name when action is softupdate
147      * make-fai-bootfloppy: fix code for -i when using a relative path
148        (closes: #314551), add option -I (closes: #337271), create more space
149        on boot floppy (closes: #294593), add option -B
150      * FAIBASE/10-misc: with the new fai-kernels package we can call tune2fs
151        even when using a 2.6 kernel (closes: #307147)
152      * ftar: test if $single is set (closes: #340421)
153      * FAIBASE/30-interface: do not overwrite resolv.conf if it's a symlink
154        (closes: #305783)
155      * setup_harddisks: add i2o support (closes: #317797), add workaround for
156        udev behaviour
157      * GRUB/10-setup: use -U with fcopy, so grub's menu.lst will not be
158        overwritten during softupdate (closes: #313069, #314995)
159      * subroutines-linux: fix idempotent code (closes: #340422)
160      * fai: do not use color logo if $console was set, start udev if
161        available (closes: #334373), test if run as root
162      * lib/updatebase: mount /dev into chroot during installation if we are
163        running udev
164      * fai-chboot: read $NFSROOT from fai.conf, add nfsroot option to kernel
165        parameters, root-path can now be removed from dhcpd.conf
166      * add support for unsigned repositories
167      * LAST/50-misc: fix code that detect of a kernel is installed, now it
168        does not break if more than one kernel is installed
169    
170     -- Thomas Lange <lange@debian.org>  Tue, 13 Dec 2005 15:53:00 +0100
171    
172    fai (2.8.4) unstable; urgency=high
173    
174      * fix important bug: remove non-US entry (closes: #310392)
175      * package_config: remove nonfree package t1-xfree86-nonfree from
176        examples (closes: #310705)
177    
178     -- Thomas Lange <lange@debian.org>  Wed, 25 May 2005 13:59:39 +0200
179    
180    fai (2.8.3) unstable; urgency=high
181    
182      * fix a serious bug, remove debconf support (closes: #309209), debconf
183        support may be included again after sarge
184      * fix important bug, do not delete files in /etc/fai (closes: #309707)
185      * control: remove dependency on debconf
186      * postinst, postrm: remove debconf code
187      * rules: do not call dh_installdebconf
188      * remove debian/config, debian/template
189      * remove files in debian/po: POTFILES.in de.po fr.po templates.pot
190      * fai.conf: set placeholder for installserver, since debconf will not
191        set it any more
192      * conf/make-fai-nfsroot.conf, conf/sources.list: use ftp.debian.org
193        instead of debconf's default values
194      * man/fai-chboot.8: minor document patch (closes: #309138, 309142)
195      * fai-guide.sgml: minor document patch, move section "For the impatient
196        user" to the front (closes: #309134, #309556)
197      * README.build-sources: add memo to use -ICVS in the future
198    
199     -- Thomas Lange <lange@debian.org>  Thu, 19 May 2005 15:54:18 +0200
200    
201    fai (2.8.2) unstable; urgency=high
202    
203      * remove old unused scripts from cvs source
204      * updatebase: use mktemp for creating temp file, this closes a serious
205        security bug (closes: #307838)
206      * fai: create dir only during initial installation, fixes a critical bug
207        (closes: #307632)
208      * subroutines-linux: do not "mount --bind" when FAI_ROOT=/, closes
209        important bug (closes: #307631)
210    
211     -- Thomas Lange <lange@debian.org>  Fri,  6 May 2005 09:23:34 +0200
212    
213    fai (2.8.1) unstable; urgency=low
214    
215      * only minor bug fixes, no major changes to the code, but a lot of them
216      * make-fai-bootfloppy: add missing $ to variable (closes: #304824)
217      * install_packages: add missing aptitude-r call (closes: #305544),
218        add $qopt and $devnull, used when install_packages is called with
219        verbose from fai-mirror
220      * fai-mirror: fix wrong path (closes: #304179), remove needless test if
221        mkinitrd-cd is available, add $qflag, return if $pkglist is empty, not
222        when $addpackages is empty
223      * fai: added $COLOR_FAI_LOGO, which is off when doing softupdate
224      * fai-cd: add test if mkinitrd-cd is available
225      * fai-savelog: set FAI_ACTION to noaction if undef (closes: #305283)
226      * savelog.LAST: add error message to global pattern
227      * make-fai-nfsroot.conf: remove --arch i386, since debootstrap now uses
228        dpkg --print-installation-architecture instead of another call which
229        needed gcc, change comment
230      * make-fai-nfsroot: split i386 and amd64 packages list, remove packages
231        from amd64 which are not available (closes: #306264)
232      * menu.lst/postinst: use BOOT_PARTITION instead of ROOT_PARTITION
233        (closes: 305861)
234      * install_packages.8: remove option -f
235      * make-fai-nfsroot.8: remove wrong information (closes: #304980)
236      * control: add grub to suggests
237      * rules: make hooks and postinst script executable
238      * FAIBASE/10-misc: do not call tune2fs when using 2.6 kernel. This may
239        hang the system
240      * fr.po: added french debconf templates (closes: #306232)
241      * de.po, templates.pot: remove fuzzy lines
242      * README.disk_config: add notes about boot option
243      * debian/postinst: replace sed -i with perl -pi -e since old sed does
244        not support -i
245      * fai-setup: change informational message
246      * fai-mount-disk: mount file systems read only
247      * 50-host-classes: move host specific class definitions to new script
248      * fai-guide.sgml: fix typos and other minor mistakes
249    
250     -- Thomas Lange <lange@debian.org>  Sat, 30 Apr 2005 21:20:53 +0200
251    
252    fai (2.8) unstable; urgency=high
253    
254      * remove ext2resize from $packages (closes: #303565)
255      * major rewrite of simple examples (closes: #290554)
256      * make-fai-nfsroot.8: add info about nfsroot location (closes: #303915)
257      * fai-guide.sgml: major update for new release
258      * setup_harddisks: add support for device names disk1 and disk2,
259        reformat some output, print some messages only if $verbose is set
260      * rcS_fai: renamed to fai, add manual page fai.8
261      * fai: add $rundir, remove unused dirs at the end, call set_disk_info
262        before task_defvar, add variable $DO_INIT_TASK, add code for
263        softupdate support, rename rcS.log to fai.log, add copyright message
264        to usage(), add option -N --new, always test $DO_INIT_TASKS with -eq
265      * apt.conf: replace force-confnew with force-confdef
266      * make-fai-nfsroot: use dpkg --print-installation-architecture instead
267        off uname -m, add arch dependent package name to, remove "" for
268        matching * in KERNELPACKAGE, test if $KERNELPACKAGE is empty
269        $NFSROOT/var/tmp/packages.arch, use shadowconfig instead of pwconv
270      * make-fai-nfsroot.conf: comment FAI_LOCAL_REPOSITORY, set FAICLIENTS to
271        local class-C network, remove ext2resize until available again
272      * subroutines: add task softupdate, add support for softupdate, add
273        $DO_INIT_TASKS, minor changes in get_fai_cvs(), use swapoff -a for
274        disabling swap partitions, test $DO_INIT_TASK always with -eq, use
275        /var/log/fai/FAI_CLASSES
276      * subroutines-linux: script prepare_apt is now updatebase, add support
277        for softupdates, add task_prepareapt, sliently skip task_chboot if
278        LOGUSER is undefined, $disklist now sorted, print setup_hardisks
279        output also to console
280      * install_packages: cleanup of multiple packages with different
281        install/remove operations, add installable(), check if a package is
282        listed in a package index and not only in the dpkg database, add
283        force-confdef and force-confold to apt-get, install_packages.conf
284        unused, remove -f, sub read_config_file
285      * fai-do-scripts: now executing scripts matching [0-9[0-9]*, S[0-9]*
286        also supported for backwards compatibility
287      * fai-mirror: add check if mkinitrd-cd and apt-move are installed, arch
288        dependent packages defined in make-fai-nfsroot, replace sed with bash
289        builtin, add $debdist, return if $addpackages is empty
290      * fai-chboot: change message
291      * load_keymap_consolechars: much simpler code
292      * create_ramdisk: create /tmp/var/run/fai
293      * fai.conf: installserver will be set by debconf, by default LOGUSER is
294        unset
295      * sources.list: insert MIRRORHOST which will be replaced by debconf data
296      * Makefile: install device2grub to new location, rename rcS_fai to fai
297      * control: add libapt-pkg-perl for install_packages, remove dependency
298        on nfs, because fai can also only be used for softupdate
299      * postrm: cleanup debconf data on purge
300      * postinst: use debconf
301      * rules: add dh_installdebconf call, remove chmod of rcS_fai
302      * utils/mkdebmirror: --ignore-missing-release --ignore-release-gpg
303    
304     -- Thomas Lange <lange@debian.org>  Sat,  9 Apr 2005 23:43:27 +0200
305    
306    fai (2.7) unstable; urgency=high
307    
308      * closes grave bug, make-fai-nfsroot.conf: replace raidtools2 with mdadm
309        (closes: #299952), move cfengine from $packages to $NFSROOT_PACKAGES
310      * closes important bug, make-fai-nfsroot: use resolv.conf from install
311        server during creation of nfsroot (closes: #301230)
312      * rcS_fai: set classes before fai-class is called (closes: #301179), set
313        hostname if HOST was specified on the commandline
314      * fcopy: fix wrong variable name
315      * package_config/KERNEL_SOFT: replace `echo $kernelversion` in package
316        name with 2.6.8
317      * fai-guide.sgml: fix a lot of broken http links, add info for fai-cd
318      * install_packages: add setdownloadonly() and $opt_d
319      * conf/install_packages.conf removed
320      * fai-mirror: source make-fai-nfsroot.conf, add add_base_packages(),
321        allow - in class names, add option -a, call install_packages with -d,
322        add PKGCOMP for apt-move.conf, do not exit 9 if $FAI_DEBMIRROR is not
323        defined, log aptitudes actions to /dev/null
324      * fai-mirror.1: add option -a
325      * install_packages.8: add option -d
326      * add fai-cd script for creating a bootable FAI CD image (closes: #265444)
327      * add fai-cd.8 man page
328      * add conf/menu.lst: needed by fai-cd
329      * control: add mkinitrd-cd to Suggests, add Build-Depends-Indep on
330        debhelper greater version 3
331      * class/DEFAULT.var: use kernel-image-2.4-386 as default kernel package
332      * fai-savelog-ftp: remove $ENV{LOGREMOTEDIR} from mkdir since we just cd
333        to it
334    
335     -- Thomas Lange <lange@debian.org>  Fri, 25 Mar 2005 23:51:34 +0100
336    
337    fai (2.6.7) unstable; urgency=low
338    
339      * add task debconf (closes: #136503)
340      * new script fai-debconf
341      * add manual page fai-debconf.1
342      * control: use nfs-kernel-server by default (closes: #293876)
343      * QUESTIONNAIRE: minor update
344      * packages_config/XFREE: remove some -dev packages
345      * packages_config/SERVER: remove symlinks
346      * packages_config/DEFAULT: add debconf-utils
347      * replace backticks with $()
348      * fai-do-scripts: use local variables, make it a bash script
349      * fai-guide.sgml: update for debconf support, add aptitude in
350        install_packages config
351    
352     -- Thomas Lange <lange@debian.org>  Thu, 10 Mar 2005 11:00:05 +0100
353    
354    fai (2.6.6) unstable; urgency=medium
355    
356      * 06hwdetect.source: add comment, add class NVIDIA which is not currently
357        used, bug fix: correct SCSI detect 2.6 kernel, replace backticks with
358        $(), discard error messages from modprobe, enable dma mode for ide
359        devices (with fai CD it was not enabled)
360    * make-fai-nfsroot: use "" when testing variables, add link for    * make-fai-nfsroot: use "" when testing variables, add link for
361      discover, remove resolv.conf created by debootstrap (closes: #281264),      discover, remove resolv.conf created by debootstrap (closes: #281264),
362      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,
363      remove unneeded files in $FSROOT/etc/fai      remove unneeded files in $FSROOT/etc/fai
364    * ftar: bug fix do not do recursive removal if $target/$dir is /    * ftar: bug fix do not do recursive removal if $target/$dir is /
365    * fai-guide.sgml: fix typos (closes: #287150), add info about    * fai-guide.sgml: fix typos (closes: #287150), add info about
366      /files/packages/      /files/packages/ (closes: #290359)
367      * add task_savelog to die() (closes: #290526)
368    * make-fai-bootfloppy: bug fix: support /media directory, choose last    * make-fai-bootfloppy: bug fix: support /media directory, choose last
369      installed kernel if more than one kernel is installed in nfsroot      installed kernel if more than one kernel is installed in nfsroot
370    * 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 381  fai (2.6.6beta) unstable; urgency=medium
381      disk_var.sh to $target/var/log/fai      disk_var.sh to $target/var/log/fai
382    * 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
383      lookup is possible before calling $h->name (closes: #290007)      lookup is possible before calling $h->name (closes: #290007)
384    * install_packages: add option -f and -i, add command{pending},    * install_packages: add option -f, add command{pending},
385      command{dpkgc}, print max number of packages only in verbose mode      command{dpkgc}, print max number of packages only in verbose mode
386    * install_packages.8: add option -f and -i, add info about    * install_packages.8: add option -f, add info about
387      install_packages.conf      install_packages.conf
388    * new config file: install_packages.conf, used for fai-mirror(1)    * new config file: install_packages.conf, used for fai-mirror(1)
389    * 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 401  fai (2.6.6beta) unstable; urgency=medium
401    * fai-savelog: do not save remotely if $LOGSERVER is not set    * fai-savelog: do not save remotely if $LOGSERVER is not set
402    * new command fai-mirror and manual page fai-mirror.1    * new command fai-mirror and manual page fai-mirror.1
403    * .../XF86CXonfig-4/DEFAULT: change HorizSync, use pc105 keyboard model    * .../XF86CXonfig-4/DEFAULT: change HorizSync, use pc105 keyboard model
404      * .../XF86CXonfig-4/MATROX: removed because DEFAULT works now
405    
406   -- 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
407    
408  fai (2.6.5) unstable; urgency=medium  fai (2.6.5) unstable; urgency=medium
409    

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

  ViewVC Help
Powered by ViewVC 1.1.5