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

Diff of /trunk/debian/changelog

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

revision 4031 by lange, Tue Sep 26 16:45:39 2006 UTC revision 4795 by lange, Sat Nov 24 15:09:11 2007 UTC
# Line 1  Line 1 
1  fai (3~beta62) unstable; urgency=low  fai (3.2.3) unstable; urgency=medium
2    
3      * fix wrong logic in updatebase (closes: #452516)
4    
5     -- Thomas Lange <lange@debian.org>  Sat, 24 Nov 2007 16:08:36 +0100
6    
7    fai (3.2.2) unstable; urgency=low
8    
9      * conf/NFSROOT: reomve duplicate package, use aptitude for installing,
10        add nfs-common (closes: #444079), remove live-initramfs from NFSROOT
11      * doc/fai-guide.sgml: add information for softupdate (closes: #439016)
12      * savelog.LAST.source: add ignore pattern, remove dot after filename
13      * make-fai-nfsroot: check if $TFTPROOT is defined, add badupdateto32(),
14        which prints more info about update without checking variable names,
15        remove whole /srv/fai/nfsroot, add check_nfsroot(), make stamp only on
16        success (closes: #370780), write output also into /var/log/fai,
17        return and print exit code from install_packages, create or copy
18        live.conf, try to umount /proc inside the nfsroot before removing an
19        old nfsroot, abort if this fails
20      * subroutines: add task_error(), which stores the maximum error code in
21        $task_error, do nothing if error=0, print traceback,
22        add stop_fai_installation(), write pid to stamp file, print PID in
23        case of error, add task_test stub, save function name that causes
24        fatal error, set $fai_rundate only if not yet defined
25      * subroutines-linux: add check if $monserver is defined, print kernel
26        version currently running, catch exit code from install_packages
27      * mount2dir: add support for UUID and LABEL
28      * fai: export $romountopt, get error codes from all commands in a pipe,
29        add $STOP_ON_ERROR, fix variable name (closes: #447080),
30        do not use /var/log/fai/current (closes: #445276), cleanup definition
31        of $LOGDIR, change permissions of LOGDIR (closes: #445276),
32        add symlinks for last and last-$action in the very beginning
33      * control: fai-nfsroot and fai-client conflicts to fai-kernels, add
34        recommends to debconf-utils (closes: #445109), improve package
35        description (closes: #419071), add Homepage field, add live-initramfs
36        to depends of fai-nfsroot
37        replace ssh with openssh-server and openssh-client (closes: #434356)
38      * fai-cd: copy grub config always to menu.lst
39      * get-config-dir-nfs: add -n to mount
40      * get-config-dir-svn: error if svn call fails (closes: #447602, #441761)
41      * update FSF address (closes: #444154)
42      * fai-chboot: pxedir should also use $TFTPROOT, (closes: #443837)
43      * menu.lst/postinst: check if variables are defined (closes: #445978)
44      * ftar: make it a bash script
45      * fai-setup: add option -C (closes: #388157), fix mode of
46        authorized_keys
47      * fai-setup.8: add option -C
48      * fai-mirror: mkdir mountpoint before mounting (closes: #365004)
49      * updatebase: use aptitude when doing dist-upgrade (closes: #448426),
50        use safe-upgrade when available
51      * fai-divert: make it a bash script
52      * 30-interfaces: resolv.conf is now in /, not in /tmp
53      * make-fai-bootfloppy: script currently does not work, always die with
54        error message
55      * FAIBASE.var: add STOP_ON_ERROR
56      * fai-savelog: do not save log to local directory, if this directory
57        already exists (should only happen during softupdate), change
58        permissions of LOGDIR (closes: #445276)
59      * get-config-dir-*: call task_error after trying to access config space
60      * sources.list: add koeln repository
61    
62     -- Thomas Lange <lange@debian.org>  Thu, 22 Nov 2007 15:45:12 +0100
63    
64    fai (3.2.1) unstable; urgency=low
65    
66      * mount swap partitions with identical priorities
67      * fai-mirror: also match lowercase class names (for hostsnames),
68        use $cfdir instead of fixed path /etc/fai
69      * subroutines-linux: add timeout to nc call
70      * subroutines: change message for faimond in task_faiend()
71      * control: readd libapt-pkg-perl to depends, nfs-server (user space)
72        does not support locking, so FAI cannot use it, remove wget, add arch
73        to mknbi
74      * get-config-dir-svn: add svn+ssh support
75      * QUESTIONNAIRE: add USB stick, split bootb and dhcp
76      * faimond, faimond.8: use Proc::Daemon, add options tTldP
77      * faimond: do not allow ; in message (security), do not print ip and
78        port number
79      * make-fai-nfsroot: add option -U, do not divert update-initramfs (added
80        because of a Ubuntu bug), activate -U if Ubuntu is detected
81        determine the arch inside the nfsroot for defining a class, this help
82        building amd64 nfsroots on i386 and vice versa,
83        add support for running hooks, (closes: #342467)
84      * make-fai-nfsroot.conf: add variable NFSROOT_HOOKS
85      * make-fai-nfsroot.9: add info about NFSROOT_HOOKS
86      * fai-mirror.8, make-fai-nfsroot.8: enhance/add info of -C, add info
87        about variable FAI_ETC_DIR
88      * packages_config/DEFAULT: fix typos in linux-image-amd64
89      * fai-chboot,fai-chboot.8: add option -C and support for $FAI_ETC_DIR
90      * savelog.LAST.source: add ignore pattern
91      * packages_config/FAIBASE: add fai-client
92      * fai-do-scripts: exit with maximum error code of all child scripts that
93        had an error
94      * fai: change message when stamp file already exists (closes: #441437)
95      * fai-cd: remove arch specific path
96      * fai-cd.8: add info about USB stick (closes: #441988),
97        improve man page (closes: #441991)
98      * new get-config-dir-git: add method git for access (closes: #441992)
99      * examples/etc/dhcpd.conf: fix path
100      * faimond-gui: new tool that produces graphical output of faimond
101      * faimond-gui.8: new man page
102      * get-config-dir-svn: fix svn+ssh with username (Closes: #442021)
103      * fai-guide.sgml: add info about NFSROOT_HOOKS
104    
105     -- Thomas Lange <lange@debian.org>  Mon, 17 Sep 2007 13:30:34 +0200
106    
107    fai (3.2) unstable; urgency=low
108    
109      * subroutines-linux: fix extra slash in path (closes: #428860),
110        jobsrunning(): ignore rcS process (closes: #425725)
111        during dirinstall call debootstrap if no base.tgz is found
112      * setup_harddisks: fix file system type of /proc
113      * fai.conf: make ssh and scp the default (closes: #309678, #380085)
114      * fai-guide.sgml:
115        major update to reflect FAI 3.X changes (closes: #390508),
116        fix description of classes used (closes: #329984),
117        change /usr/share/doc/fai to /usr/share/doc/fai-doc (closes: #387541),
118        fix an url, add documentation for dirinstall (closes: #390508),
119        document usage of basefiles/ (closes: #391660),
120        document the order hooks are called (closes: #380337)
121      * get-config-dir-svn: add support for svn url's without username
122        (closes: #415875)
123      * subroutines: copy disk_var.sh only if available (closes: #415880),
124        fix wrong path for FAI_CLASSES
125      * savelog.LAST.source: add more patterns
126      * faimond: add options -p, -h, -b,
127        it can now call fai-boot (closes: #342477, #424608)
128      * faimond.1: update man pages to reflect the new options
129      * fai-savelog: use $LOGREMOTEDIR when saving to remote
130        (closes: #290371), do not set $HOSTNAME, should be set all the time
131        (closes: #429553, #429733)
132      * make-fai-nfsroot: add option -p (closes: #359323), move from
133        fai-kernels to plain Debian kernel using initrd (closes: #410940),
134        remove unused things since we have now write access to the nfsroot,
135        use mkdir -p, live-initramfs needs NFSROOT in .../live/filesystem.dir,
136        move creating of subdirs from make-fai-nfsroot to fai (from server to
137        client), do not create shell script in make-fai-nfsroot,
138        remove -V, use aptitude to remove the kernels from the nfsroot, -k now
139        reinstalls all packages from /etc/fai/NFSROOT (closes: #431613),
140        update-initramfs symlinks to /bin/true during diversion
141      * make-fai-nfsroot.conf:
142        remove the variable KERNELPACKAGE (closes: #416531, #435098)
143      * make-fai-nfsroot.8: remove -V, new description for -K and -k
144      * fcopy: set mode on file even no file was copied (closes: #360184),
145        check error code of preinst and postinst scripts (closes: #432681),
146        add quotes to variable (closes: #430127), skip comment lines in
147        file-modes
148      * fai-chboot: $NFSROOT is defined in new location (closes: #408247),
149        add initrd support, add option -s (closes: #356380), remove nfs
150        options from append line
151      * fai-chboot.8: ROOTFS parameter is not needed any more, add option -s
152      * device2grub: fix pattern to support /dev/cciss and /dev/ida devices
153        (closes: #416381)
154      * conf/NFSROOT: add packages needed for new fai-cd technique, add plain
155        debian kernel package, add ext2resize, hwinfo and change arch specific
156        packages,
157        move packages cfengine2 and libapt-pkg-perl from control to NFSROOT
158      * control: change dependencies from tetex to tetex or texlive, replace
159        Recommends of rsh-server with ssh (closes: #426093), add aptitude for
160        fai-server as Suggests, remove fai-kernels, add field XS-Vcs-Browser,
161        syslinux is only available on two architectures, do not depend on
162        cfengine (v1), since it does not exists any more
163      * fai: do not remount / read only, do not call create_ramdisk, now we
164        use unionfs, remove HOST variable, only use HOSTNAME now, use mkdir
165        -p, export $action for 20hwdetect.source, call save_dmesg only during
166        initial installation, during dirinstall set
167        LOGDIR=/var/log/fai/dirinstall/$HOSTNAME (closes: #429553)
168        define FAI_DEBOOTSTRAP, FAI_DEBOOTSTRAP_OPT for dirinstall
169        create syslog.conf before starting the syslog daemon
170        when doing dirinstall -c or -N must be specified (closes: #429554)
171        the local hard disks are now mounted to /target instead of /tmp/target
172      * move from mkinitrd-cd to live-initramfs to create a CD, use plain
173        Debian kernel
174      * menu.lst: remove unneeded options, add boot=live for new initrd,
175        remove root (cd), fix setting of hostname, instead of using ip=, we
176        now use hostname=
177      * create_resolv_conf: fix path, since we can now write on the whole
178        filesystem
179      * fai-cd: use plain Debian kernel with initrd and live-initramfs for
180        booting (closes: #401041),
181        add option -f, force removal of an existing ISO image
182        add option -k, this is for debugging
183        add option -n, do not create ISO image
184        add option -u, copy fai-cd data to a directory (USB support)
185        use $NFSROOT/live/filesystem.dir
186      * disk-info: do not include removable devices into list of disks
187      * fai-class: remove HOST variable, only use HOSTNAME now
188        do not set HOSTNAME from uname (closes: #431283)
189      * multiple files: add some patches fixing english text
190        (closes: #428857, #428858)
191      * 20-removable_media: fix path for floppy mount point (closes: #428859)
192      * fai.8: add option -u, --hostname (closes: #361559)
193      * add variable TFTPROOT (closes: #408271, #431431)
194      * fai-mirror:
195        use $NFSROOT/live/filesystem.dir
196        do not ask questions, add unauthenticated packages to the mirror
197      * 20hwdetect.source: do not execute 20hwdetect.source during dirinstall
198      * debconf/FAIBASE: autodetect most xorg parameters, (but not resolution)
199      * install_packages: add option -N, change option -t to -n,
200        add patch that AptPkg module is only used when
201        available and target system is Debian (closes: #422225), move code to
202        check_aptpkg(), add smart package manager support (closes: #430798)
203        do execute Debian specific commands only when needed (closes: #392038),
204        grab error codes when executing commands,
205        exit with 3 when errors occured, add option -H (closes: #391659),
206        put suffix -internal to all internal commands,
207        remove -n from tasksel calls
208        print path once, then only config file names, not always full path
209      * install_packages.8: add option -N and -H, change option -t to -n,
210        add option -p (closes: #424848)
211      * create_ramdisk: replaced by unionfs
212      * fai-do-scripts: remove -k from cfagent call (closes: #425699),
213        add new strings for shell scripts (closes: #416616)
214      * fai-server.post*: do not manage $TFTPROOT (closes: #430000)
215      * package_config: move linux-image package from FAIBASE to DEFAULT, add
216        kernel name for architecture
217      * ainsl: escape + in pattern
218      * make S01fai-abort an init.d script
219    
220     -- Thomas Lange <lange@debian.org>  Tue, 21 Aug 2007 18:11:28 +0200
221    
222    fai (3.1.8) unstable; urgency=medium
223    
224      * conf/NFSROOT: remove unknow package name (closes: 407950)
225      * setup_harddisks: use C locale when calling mkreiserfs (closes: 413504)
226      * fai-mirror: add /usr/sbin to $PATH so a normal user can also call
227        this command (closes: 413466)
228      * simple/package_config/GERMAN: fix wrong package name
229      * lib/subroutines: replace >>/dev/stderr with >&2
230    
231     -- Thomas Lange <lange@debian.org>  Tue, 13 Mar 2007 23:39:56 +0100
232    
233    fai (3.1.7) unstable; urgency=medium
234    
235      * subroutines: ifclass() should append to stderr (closes: #409059)
236      * examples/simple/, lib/fai-mount-disk, lib/mount2dir: use bash for
237        shell scripts (closes: #410084)
238      * fix typo in bug number of older changelog entry
239      * install_packages.8: add info for variable MAXPACKAGES
240    
241     -- Thomas Lange <lange@debian.org>  Wed, 14 Feb 2007 12:11:29 +0100
242    
243    fai (3.1.6) unstable; urgency=high
244    
245      * fix important and grave bugs
246      * fai-setup: do not fail (and exit) if $loguserhome is not writeable for
247        root (closes: #407947)
248      * fai-class: fix syntax error (closes: #408153)
249    
250     -- Thomas Lange <lange@debian.org>  Tue, 23 Jan 2007 23:49:33 +0100
251    
252    fai (3.1.5) unstable; urgency=low
253    
254      * make-fai-nfsroot: remove copying of *.pub files (closes: #406334)
255      * fai-debconf: add template when create tmp file, remove also old
256        tmp files (closes: #406336)
257      * fai: add missing parameter to --long options (closes: #406125)
258      * fai-classs: set hostname from -u as intended (closes: #406125)
259      * scripts/FAISERVER/10-conffiles: fix wrong path (closes: #406500)
260      * README: update year from 2006 to 2007
261    
262     -- Thomas Lange <lange@debian.org>  Fri, 12 Jan 2007 14:57:12 +0100
263    
264    fai (3.1.4) unstable; urgency=medium
265    
266      * these are only document changes and a one liner for setup_harddisks
267      * fix default examples. A change in the xorg package dependencies broke
268        the default FAI example installation (closes: #405435)
269      * remove xlockmore package from example (closes: #405433)
270      * setup_harddisks: add support for mountig existing NTFS partitions
271        (closes: #404187)
272    
273     -- Thomas Lange <lange@debian.org>  Thu,  4 Jan 2007 15:30:42 +0100
274    
275    fai (3.1.3) unstable; urgency=medium
276    
277      * fai-savelog: fix a security tagged bug, make local copy of LOGDIR only
278        readable for root and group adm (closes: #402644)
279      * fai: add missing shift command (closes: #402588)
280      * fai.8: improve dirinstall info (closes: #402294)
281      * package_config/FAIBASE: add packages, this is only a documentation
282        change
283    
284     -- Thomas Lange <lange@debian.org>  Sun, 17 Dec 2006 17:40:54 +0100
285    
286    fai (3.1.2) unstable; urgency=high
287    
288      * use new fai kernel version 2.6.18
289      * control: add Vcs-Svn control field (closes: #399561)
290      * conf/NFSROOT: remove package hwtools, which do not exists any more
291      * fai-chboot: exit if file cannot be written, tmpfile was not always
292        removed
293      * make-fai-bootfloppy: remove sit interfaces from list of network
294        devices (closes: #400521), print error if it can't write to floppy
295        device (closes: #400522)
296      * fcopy: tmpfile was not always removed
297      * mount2dir: use noatime when mounting local file systems
298      * lib/subroutines-linux: change comment
299      * fix typo in changelog
300      * fai-server.postinst: change message (closes: #400324)
301    
302     -- Thomas Lange <lange@debian.org>  Mon, 27 Nov 2006 20:04:51 +0100
303    
304    fai (3.1.1) unstable; urgency=low
305    
306      * control: remove mkinitrd-cd from Recemmends: and Suggests:
307      * make-fai-nfsroot: add missing option h to getopt, fix typo, test if
308        $cfdir is already set (closes: #394884), no code change, reorder code
309        so a normal user gets help whem using -h,--help
310      * faireboot: fix file name to variables.log
311      * fai-chboot: fix several bugs for listing options, option -p expects an
312        argument, fix for -c behaviour (closes: #389905)
313      * fai-chboot.8: minor document fixes
314      * fai-mirror.1: fix example (closes: #390520)
315      * fcopy: remove temporary file after use
316      * fai: start udev before creating /dev/shm/network, remove set +a for
317        dirinstall, so $fai_rundate will be exported (closes: #390373)
318      * subroutines: umount config dir at the end of softupdate action,
319        cd back to old directory, convert FAI_ROOT to absolute path if doing
320        dirinstall (closes: #390346), die() only calls bash when
321        FAI_ACTION=install, add -i to bash call (closes: #362252)
322      * subroutines-linux: check exit status of get-config-dir
323      * get-config-dir: replace die call with echo and exit statement, add
324        error message
325      * get-config-dir-cvs: fixed regular expression as 'expr' automatically
326        anchors to the beginning
327      * LAST/50-misc: /sbin/unconfigured.sh is not used any more
328      * ainsl.8: explain ^ and $ treatment in more detail
329      * FAIBASE/10-misc: add anchors to ainsl pattern
330      * class/20hwdetect.source: change discover call
331      * aisnl,fcopy,fai-chboot: print help and exit if unknow option was given
332      * lib/task_sysinfo: remove call of kudzu since it's not available any
333        more in etch
334    
335     -- Thomas Lange <lange@debian.org>  Mon,  6 Nov 2006 15:57:01 +0100
336    
337    fai (3.1) unstable; urgency=medium
338    
339      * Makefile: force bash in Makefile, fixes FTBFS in ubuntu
340      * rename action dirinst to dirinstall (closes: #390345)
341      * fai-cd: fix wrong path for sources.list (closes: #391639)
342      * scripts/FAIBASE/10-misc: use ainsl instead of echo >> ...
343      * lib/create_ramdisk: make /var/discover writeable
344      * make-fai-nfsroot: create directory var/discover, add option -h and
345        usage() subroutine
346      * subroutines: move find's maxdepth option to the left, prevent multiple
347        fai softupdate running simultaneously (closes: #390680), move
348        disk_var.sh from FAI 2.X installation old to new location
349        rename variable sndhostname to sendhostname
350      * get-config-dir*: replace \s and \S in expr with regex using [:space:],
351        so it also works for sarge's version of expr
352      * subroutines-liux: add test if base.tgz exists (closes: #390343),
353        sources.list must be used from /etc/apt during normal installation
354      * fai: add option -u,--hostname (closes: #390367), create
355        /dev/shm/network if directory not already exists (needed for initrd
356        kernels)
357      * LAST/50-misc: do not fail if hardware clock can't be set
358      * fcopy: swap call of postinst and set_mode
359      * install_packages: add missing package list to yum and rpm calls
360        (closes: #392032)
361      * rename sndmon() to sendmon()
362      * fai-start-stop-daemon: start udevd (needed for ubuntu) and do not fake
363        it, add carriage return
364      * package_config/DEMO: remove rstatd since it buggy atm
365      * 20hwdetect.source: xorg can discover the grpahics driver itself, do
366        not call discover
367    
368     -- Thomas Lange <lange@debian.org>  Thu, 19 Oct 2006 14:46:32 +0200
369    
370    fai (3.0) unstable; urgency=low
371    
372    * conf/make-fai-nfsroot.conf,sources.list: move from sarge to etch    * conf/make-fai-nfsroot.conf,sources.list: move from sarge to etch
373    * fai: export FAI_ACTION, fix -c and -C in usage()    * fai: export FAI_ACTION, fix -c and -C in usage()
374    * subroutines-linux: fix path of resolv.conf    * subroutines-linux: fix path of resolv.conf
375    * fai-chboot: remove devfs=nomount    * fai-chboot: remove devfs=nomount, use NFS v3
376    * package_config/DEFAULT: replace kernel-image with linux-image    * package_config/DEFAULT: replace kernel-image with linux-image
377    * faireboot: stop udevd    * faireboot: stop udevd
378    * rename class XFREE to XORG, use xorg packages    * rename class XFREE to XORG, use xorg packages
379    * bin/fai: rename $targetdir to $FAI_ROOT    * bin/fai: rename $targetdir to $FAI_ROOT
380    * remove blank from debconf locales data (closes: #386192)    * add debconf data for german environment (closes: #386192)
381    * package_config/GERMAN: new file includes packages for german    * package_config/GERMAN: new file includes packages for german
382      environment      environment
383    * new script FAIBASE/20-removable_media creates fstab entries and makes    * new script FAIBASE/20-removable_media creates fstab entries and makes
# Line 18  fai (3~beta62) unstable; urgency=low Line 387  fai (3~beta62) unstable; urgency=low
387    * get-boot-info: fix duplicate call of get_dhcp_info()    * get-boot-info: fix duplicate call of get_dhcp_info()
388    * FAIBASE.var: add FAI_ALLOW_UNSIGNED=1    * FAIBASE.var: add FAI_ALLOW_UNSIGNED=1
389    * fai-setup: add option no_subtree_check to etc/exports lines    * fai-setup: add option no_subtree_check to etc/exports lines
390      * get-config-dir-svn: svn support for config space (closes: #314991)
391   -- Thomas Lange <lange@debian.org>  Tue, 26 Sep 2006 18:38:37 +0200    * fai.8: add info about dirinst, add example
392    
393     -- Thomas Lange <lange@debian.org>  Wed, 27 Sep 2006 15:44:46 +0200
394    
395  fai (3~beta21) unstable; urgency=medium  fai (3~beta21) unstable; urgency=medium
396    

Legend:
Removed from v.4031  
changed lines
  Added in v.4795

  ViewVC Help
Powered by ViewVC 1.1.5