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

Diff of /trunk/debian/changelog

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

revision 2511 by lange, Wed Dec 22 15:13:26 2004 UTC revision 2889 by lange, Wed May 18 14:55:39 2005 UTC
# Line 1  Line 1 
1    fai (2.8.3) unstable; urgency=high
2    
3      * remove debconf support (closes: #309209), debconf support may be
4        included again after sarge
5      * control: remove dependency on debconf
6      * postinst, postrm: remove debconf code
7      * rules: do not call dh_installdebconf
8      * remove debian/config, debian/template
9      * remove files in debian/po: POTFILES.in de.po fr.po templates.pot
10      * fai.conf: set placeholder for installserver, since debconf will not
11        set it any more
12      * man/fai-chboot.8: minor document patch (closes: #309138, 309142)
13      * fai-guide.sgml: minor document patch, move section "For the impatient
14        user" to the front (closes: 309134)
15      * README.build-sources: add memo to use -ICVS in the future
16    
17     -- Thomas Lange <lange@debian.org>  Wed, 18 May 2005 16:52:23 +0200
18    
19    fai (2.8.2) unstable; urgency=high
20    
21      * remove old unused scripts from cvs source
22      * updatebase: use mktemp for creating temp file, this closes a serious
23        security bug (closes: #307838)
24      * fai: create dir only during initial installation, fixes a critical bug
25        (closes: #307632)
26      * subroutines-linux: do not "mount --bind" when FAI_ROOT=/, closes
27        important bug (closes: #307631)
28    
29     -- Thomas Lange <lange@debian.org>  Fri,  6 May 2005 09:23:34 +0200
30    
31    fai (2.8.1) unstable; urgency=low
32    
33      * only minor bug fixes, no major changes to the code, but a lot of them
34      * make-fai-bootfloppy: add missing $ to variable (closes: #304824)
35      * install_packages: add missing aptitude-r call (closes: #305544),
36        add $qopt and $devnull, used when install_packages is called with
37        verbose from fai-mirror
38      * fai-mirror: fix wrong path (closes: #304179), remove needless test if
39        mkinitrd-cd is available, add $qflag, return if $pkglist is empty, not
40        when $addpackages is empty
41      * fai: added $COLOR_FAI_LOGO, which is off when doing softupdate
42      * fai-cd: add test if mkinitrd-cd is available
43      * fai-savelog: set FAI_ACTION to noaction if undef (closes: #305283)
44      * savelog.LAST: add error message to global pattern
45      * make-fai-nfsroot.conf: remove --arch i386, since debootstrap now uses
46        dpkg --print-installation-architecture instead of another call which
47        needed gcc, change comment
48      * make-fai-nfsroot: split i386 and amd64 packages list, remove packages
49        from amd64 which are not available (closes: #306264)
50      * menu.lst/postinst: use BOOT_PARTITION instead of ROOT_PARTITION
51        (closes: 305861)
52      * install_packages.8: remove option -f
53      * make-fai-nfsroot.8: remove wrong information (closes: #304980)
54      * control: add grub to suggests
55      * rules: make hooks and postinst script executable
56      * FAIBASE/10-misc: do not call tune2fs when using 2.6 kernel. This may
57        hang the system
58      * fr.po: added french debconf templates (closes: #306232)
59      * de.po, templates.pot: remove fuzzy lines
60      * README.disk_config: add notes about boot option
61      * debian/postinst: replace sed -i with perl -pi -e since old sed does
62        not support -i
63      * fai-setup: change informational message
64      * fai-mount-disk: mount file systems read only
65      * 50-host-classes: move host specific class definitions to new script
66      * fai-guide.sgml: fix typos and other minor mistakes
67    
68     -- Thomas Lange <lange@debian.org>  Sat, 30 Apr 2005 21:20:53 +0200
69    
70    fai (2.8) unstable; urgency=high
71    
72      * remove ext2resize from $packages (closes: #303565)
73      * major rewrite of simple examples (closes: #290554)
74      * make-fai-nfsroot.8: add info about nfsroot location (closes: #303915)
75      * fai-guide.sgml: major update for new release
76      * setup_harddisks: add support for device names disk1 and disk2,
77        reformat some output, print some messages only if $verbose is set
78      * rcS_fai: renamed to fai, add manual page fai.8
79      * fai: add $rundir, remove unused dirs at the end, call set_disk_info
80        before task_defvar, add variable $DO_INIT_TASK, add code for
81        softupdate support, rename rcS.log to fai.log, add copyright message
82        to usage(), add option -N --new, always test $DO_INIT_TASKS with -eq
83      * apt.conf: replace force-confnew with force-confdef
84      * make-fai-nfsroot: use dpkg --print-installation-architecture instead
85        off uname -m, add arch dependent package name to, remove "" for
86        matching * in KERNELPACKAGE, test if $KERNELPACKAGE is empty
87        $NFSROOT/var/tmp/packages.arch, use shadowconfig instead of pwconv
88      * make-fai-nfsroot.conf: comment FAI_LOCAL_REPOSITORY, set FAICLIENTS to
89        local class-C network, remove ext2resize until available again
90      * subroutines: add task softupdate, add support for softupdate, add
91        $DO_INIT_TASKS, minor changes in get_fai_cvs(), use swapoff -a for
92        disabling swap partitions, test $DO_INIT_TASK always with -eq, use
93        /var/log/fai/FAI_CLASSES
94      * subroutines-linux: script prepare_apt is now updatebase, add support
95        for softupdates, add task_prepareapt, sliently skip task_chboot if
96        LOGUSER is undefined, $disklist now sorted, print setup_hardisks
97        output also to console
98      * install_packages: cleanup of multiple packages with different
99        install/remove operations, add installable(), check if a package is
100        listed in a package index and not only in the dpkg database, add
101        force-confdef and force-confold to apt-get, install_packages.conf
102        unused, remove -f, sub read_config_file
103      * fai-do-scripts: now executing scripts matching [0-9[0-9]*, S[0-9]*
104        also supported for backwards compatibility
105      * fai-mirror: add check if mkinitrd-cd and apt-move are installed, arch
106        dependent packages defined in make-fai-nfsroot, replace sed with bash
107        builtin, add $debdist, return if $addpackages is empty
108      * fai-chboot: change message
109      * load_keymap_consolechars: much simpler code
110      * create_ramdisk: create /tmp/var/run/fai
111      * fai.conf: installserver will be set by debconf, by default LOGUSER is
112        unset
113      * sources.list: insert MIRRORHOST which will be replaced by debconf data
114      * Makefile: install device2grub to new location, rename rcS_fai to fai
115      * control: add libapt-pkg-perl for install_packages, remove dependency
116        on nfs, because fai can also only be used for softupdate
117      * postrm: cleanup debconf data on purge
118      * postinst: use debconf
119      * rules: add dh_installdebconf call, remove chmod of rcS_fai
120      * utils/mkdebmirror: --ignore-missing-release --ignore-release-gpg
121    
122     -- Thomas Lange <lange@debian.org>  Sat,  9 Apr 2005 23:43:27 +0200
123    
124    fai (2.7) unstable; urgency=high
125    
126      * closes grave bug, make-fai-nfsroot.conf: replace raidtools2 with mdadm
127        (closes: #299952), move cfengine from $packages to $NFSROOT_PACKAGES
128      * closes important bug, make-fai-nfsroot: use resolv.conf from install
129        server during creation of nfsroot (closes: #301230)
130      * rcS_fai: set classes before fai-class is called (closes: #301179), set
131        hostname if HOST was specified on the commandline
132      * fcopy: fix wrong variable name
133      * package_config/KERNEL_SOFT: replace `echo $kernelversion` in package
134        name with 2.6.8
135      * fai-guide.sgml: fix a lot of broken http links, add info for fai-cd
136      * install_packages: add setdownloadonly() and $opt_d
137      * conf/install_packages.conf removed
138      * fai-mirror: source make-fai-nfsroot.conf, add add_base_packages(),
139        allow - in class names, add option -a, call install_packages with -d,
140        add PKGCOMP for apt-move.conf, do not exit 9 if $FAI_DEBMIRROR is not
141        defined, log aptitudes actions to /dev/null
142      * fai-mirror.1: add option -a
143      * install_packages.8: add option -d
144      * add fai-cd script for creating a bootable FAI CD image (closes: #265444)
145      * add fai-cd.8 man page
146      * add conf/menu.lst: needed by fai-cd
147      * control: add mkinitrd-cd to Suggests, add Build-Depends-Indep on
148        debhelper greater version 3
149      * class/DEFAULT.var: use kernel-image-2.4-386 as default kernel package
150      * fai-savelog-ftp: remove $ENV{LOGREMOTEDIR} from mkdir since we just cd
151        to it
152    
153     -- Thomas Lange <lange@debian.org>  Fri, 25 Mar 2005 23:51:34 +0100
154    
155    fai (2.6.7) unstable; urgency=low
156    
157      * add task debconf (closes: #136503)
158      * new script fai-debconf
159      * add manual page fai-debconf.1
160      * control: use nfs-kernel-server by default (closes: #293876)
161      * QUESTIONNAIRE: minor update
162      * packages_config/XFREE: remove some -dev packages
163      * packages_config/SERVER: remove symlinks
164      * packages_config/DEFAULT: add debconf-utils
165      * replace backticks with $()
166      * fai-do-scripts: use local variables, make it a bash script
167      * fai-guide.sgml: update for debconf support, add aptitude in
168        install_packages config
169    
170     -- Thomas Lange <lange@debian.org>  Thu, 10 Mar 2005 11:00:05 +0100
171    
172  fai (2.6.6) unstable; urgency=medium  fai (2.6.6) unstable; urgency=medium
173    
174    * install_packages: add option -f, add command{pending}, command{dpkgc}    * 06hwdetect.source: add comment, add class NVIDIA which is not currently
175    * install_packages.8: add option -f, add info about install_packages.conf      used, bug fix: correct SCSI detect 2.6 kernel, replace backticks with
176    * 06hwdetect.source: add comment, add class NVIDIA which not currently      $(), discard error messages from modprobe, enable dma mode for ide
177      used, SCSI detect for 2.4 and 2.6 kernel      devices (with fai CD it was not enabled)
178    * setup_harddisks: bug fix, redefined mountpoint are too often reported    * make-fai-nfsroot: use "" when testing variables, add link for
179    * rcS_fai: remount / with noatime      discover, remove resolv.conf created by debootstrap (closes: #281264),
180    * make-fai-nfsroot: use "" when testing variables, add link for discover      create list of all packages in base.tgz, add packages for x86_64,
181    * create_ramdisk: make directory for discover      remove unneeded files in $FSROOT/etc/fai
182      * ftar: bug fix do not do recursive removal if $target/$dir is /
183      * fai-guide.sgml: fix typos (closes: #287150), add info about
184        /files/packages/ (closes: #290359)
185      * add task_savelog to die() (closes: #290526)
186      * make-fai-bootfloppy: bug fix: support /media directory, choose last
187        installed kernel if more than one kernel is installed in nfsroot
188      * setup_harddisks: bug fix: redefined mountpoint are too often reported,
189        allow space before primary and logical keyword
190      * create_ramdisk: bug fix: make directory for discover
191      * fai-setup: typo in variable name (closes: #289271), reload nfs server
192        instead of restart, read make-fai-nfsroot.conf, use variable
193        FAICLIENTS
194      * fai-class: bug fix: option -T hangs the script, make it a bash script,
195        replace backticks `` with $(), bad variable name in testclass()
196      * share/subroutines: bug fix: cd to / so umount -a will not fail too
197        often, kill sshd before rebooting, umount $target/proc before
198        umounting all otger file systems, copy FAI_CLASSES variables.sh
199        disk_var.sh to $target/var/log/fai
200      * fai-chboot: bug fix: do not fail on subnet IP addresses, test if host
201        lookup is possible before calling $h->name (closes: #290007)
202      * install_packages: add option -f, add command{pending},
203        command{dpkgc}, print max number of packages only in verbose mode
204      * install_packages.8: add option -f, add info about
205        install_packages.conf
206      * new config file: install_packages.conf, used for fai-mirror(1)
207      * rcS_fai: remount / with noatime, set variables if booting from CD, set
208        hostname to $HOST it was unset, remove unused variable, minor code
209        cleanup
210      * DEFAULT/S01: add copying of /etc/modules
211      * DEFAULT/S10: add message where grub writes boot record
212      * class/01alias: add class FAICD if running from fai CD, add classes for
213        host gnomehost (used by fai-cd)
214      * package_config/DEMO: replace install with aptitude
215      * make-fai-nfsroot.conf: add variable FAICLIENTS, remove package dpkg-dev
216      * script/LAST: enable shadow passwords for passwd and group in examples,
217        eject cdrom when running from fai CD
218      * task_sysinfo: call hwinfo if available
219      * fai-savelog: do not save remotely if $LOGSERVER is not set
220      * new command fai-mirror and manual page fai-mirror.1
221      * .../XF86CXonfig-4/DEFAULT: change HorizSync, use pc105 keyboard model
222      * .../XF86CXonfig-4/MATROX: removed because DEFAULT works now
223    
224   -- Thomas Lange <lange@debian.org>  Wed, 22 Dec 2004 16:12:22 +0100   -- Thomas Lange <lange@debian.org>  Fri, 21 Jan 2005 04:24:26 +0100
225    
226  fai (2.6.5) unstable; urgency=medium  fai (2.6.5) unstable; urgency=medium
227    

Legend:
Removed from v.2511  
changed lines
  Added in v.2889

  ViewVC Help
Powered by ViewVC 1.1.5