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

Diff of /trunk/debian/changelog

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

revision 5303 by lange, Thu Apr 9 12:04:16 2009 UTC revision 5479 by lange, Thu Jul 23 10:58:41 2009 UTC
# Line 1  Line 1 
1  fai (3.2.18) UNRELEASED; urgency=low  fai (3.2.23~beta5) unstable; urgency=low
2    
3    [ Thomas Lange ]    [ Thomas Lange ]
4    * ainsl: add test if target file exists    * subroutines-linux: fix log message
5        remove yes pipe when calling debootstrap
6        if NEXTTEST is used, define a class for next reboot. Thanks to
7        Sebastian Hetze for this patch.
8      * subroutines: do not unset the functions task_$taskname after use
9        fill task_tests with code, execute tests before task chboot
10      * fai-class: add string warning to message
11      * task_sysinfo: call blkid on all disks
12      * fcopy.8: improve info for calling postinst
13      * fai-guide.sgml: add hint how to define classes on the kernel command
14        line (closes: #497548), remove outdated information about
15        /files/packages, add section about tests
16      * ainsl: create missing path elements if -a is used (closes: #447199)
17      * make-fai-nfsroot: mount sysfs inside nfsroot (closes: #532985)
18        dereference symli nks when copying file into nfsroot
19      * debian/control: Depends: iproute for fai-client, fai-server
20      * fai-setup, make-fai-nfsroot, subroutine-linux, get-boot-info,
21        task_sysinfo, S99fai-setup/FAISERVER: Replaced all calls to ifconfig
22        by proper ip + shell magic calls (closes: #524347). Thanks to Luk
23        Claes for the patch
24      * fai-savelog: cd to the right place if LOGREMOTEDIR is set, thanks to
25        Robin Powell for the patch (closes: #515704)
26      * fai-mirror: remove use of $addpackages (closes: #537544)
27      * fai.conf, make-fai-nfsroot.conf: move FAI_CONFIGDIR to m-f-n.conf,
28        because it's only needed on an install server
29      * fai-cd, fai: get FAI_CONFIGDIR from new config file
30      * fai-server.preinst, fai-server.prerm, fai-quickstart.postinst: print
31        warning if FAI_CONFIGDIR is still in the wrong place
32      * fai-quickstart.prerm: source make-fai-nfsroot.conf instead of fai.conf
33      * fai, fai.8: add option -s/--cspace to specify the config space URL
34      * disk_config/*: add nosuid and nodev to some partitions
35      * menu.lst/postinst: add /g to perl substitution command
36      * fai-class: do not remove additional-classes when in debug mode,
37        use the comma separated list of $ADDCLASSES for classes (closes: 497548)
38      * fai-class.1: add ADDCLASS feature
39      * package_config/FAIBASE: remove rsh-client, discover
40      * fai-chboot: ignore ~ and .bak entries
41      * faimond-gui: add task tests
42      * tests/Faitest.pm: new file including subroutines for tests. Thanks to
43        Sebastian Hetze for the initial version.
44      * tests/FAIBASE_TEST: add simple test for partition layout of FAIBASE
45      * disk_config/FAIBASE: add file system labels
46      * examples/more-tests: add more tests from Sebastian
47    
48      [ Michael Tautschnig ]
49      * setup-storage/Parser.pm: Set the boot flag on partition mounted at /, if
50        bootable is not explicitly set.
51      * setup-storage, setup-storage/Exec.pm: auto-detect a proper way to tell
52        udev to settle (udevsettle is used in etch, udevadm settle for sid; thanks
53        matrix.systems@matrix.msu.edu for a first patch). (closes: #530656)
54      * setup-storage/Volumes.pm: Updated mdadm --scan output parser to work with
55        current mdadm versions.
56      * setup-storage/Volumes.pm: Ignore another line of output from parted
57        (GPT-related warning). Thanks Andreas Schuldei for noticing this.
58      * setup-storage, setup-storage/Sizes.pm: Properly handle -h, early check for
59        unset (but necessary) environment variables, print full device names in
60        several error/warning messages instead of the partition id only.
61      * setup-storage/Fstab.pm: Be more verbose if obtaining the UUID fails (may
62        be caused by earlier use in RAID array, tell the user how to solve the
63        problem). Ignore exit code 3 of vol_id -l.
64      * setup-storage/Parser.pm: RAID device parsing: $2 doesn't refer to the
65        original expression anymore, store earlier $2 as $opts; don't use options
66        sub-hash (thanks Andreas Schockenhoff for lots of testing and feedback).
67      * setup-storage/Sizes.pm: Properly deal with missing (as in RAID specs) or
68        non-existing (user error) devices in estimate_size; don't do stupid divide
69        by 2 in RAID1 setup. (closes: #525138)
70      * setup-storage/Commands.pm: Proper use of hash reference when checking for
71        "missing" option.
72      * setup-storage/Parser.pm: Ensure that RAID volumes marked preserve don't
73        count as extra RAID volumes being defined.
74      * setup-storage/Parser.pm, setup-storage/Sizes.pm: Added support for raid10
75        (thanks William Francis for suggesting this).
76      * setup-storage/Volumes.pm: Fixed perl syntax error, properly handle
77        existing empty volume groups (thanks Brian Kroth and Cajus Pollmeier for
78        debugging this).  (closes: #532321)
79      * Bumped setup-storage version number to 1.1.
80    
81     -- Thomas Lange <lange@debian.org>  Thu, 23 Jul 2009 12:58:43 +0200
82    
83    fai (3.2.20) unstable; urgency=low
84    
85      [ Thomas Lange ]
86      * menu.lst: remove year
87      * fai-cd: add option -B, that creates a boot-only CD (without containing
88        the nfsroot, the partitial mirror and the config space)
89      * conf/menu.lst.boot-only: new config file for the boot only CD
90      * fai-cd.8: add option -B
91      * fai-abort: add missing lsb header
92      * control: remove duplicate fields
93      * copyright: fix lintian warning
94    
95      [ Michael Tautschnig ]
96      * fixed several hyphen-used-as-minus-sign errors in man pages
97      * update to standards version 3.8.1, no changes needed
98      * replaced dh_clean -k by dh_prep
99      * use dh_lintian to install lintian overrides
100      * added override for fai-nfsroot (diverts foreign /etc/init.d.rcS)
101      * Build-Depends: debhelper (>= 7)
102      * setup-storage/Sizes.pm: Clarified error message in cases where the user
103        specified a partition is larger than the entire disk
104      * setup-storage/Parser.pm, setup-storage/Sizes.pm, setup-storage/Volumes.pm:
105        Added pseudo-disklabel gpt-bios to support GPT on systems with BIOS
106        instead of EFI. Also installs an additional partition to store whatever
107        doesn't fit into MBR.
108      * setup-storage: bumped version to 1.0.5 (gpt-bios support)
109    
110     -- Thomas Lange <lange@debian.org>  Mon, 04 May 2009 10:42:25 +0200
111    
112    fai (3.2.19) unstable; urgency=low
113    
114      * subroutines-linux: get-config-dir was never run if -z $monserver,
115        which may be the case when no DHCP was done (dirinstall, softupdates,
116        or install using fixed IP); problem was introduced by patch in r5338.
117        (closes: #525096)
118        adjust indentation
119    
120     -- Thomas Lange <lange@debian.org>  Wed, 22 Apr 2009 13:39:58 +0200
121    
122    fai (3.2.18) unstable; urgency=low
123    
124      [ Thomas Lange ]
125      * control: add depends on net-tools for fai-client (closes: #521027)
126      * ainsl: add test if target file exists,
127        improve exit codes (closes: #500244)
128    * fai-cd: use a pipe when sending commands to grub    * fai-cd: use a pipe when sending commands to grub
129    * ftar, fcopy: add info about the other tool    * ftar, fcopy: add info about the other tool
130    * new file live.conf will disable some messages during booting    * new file live.conf will disable some messages during booting
131    * make-fai-nfsroot: call apt-get update when using -k (closes: #507892)    * make-fai-nfsroot: call apt-get update when using -k (closes: #507892),
132        -k now also upgrades all packages inside the nfsroot,
133        add -N to install_packages call, this is good for cross architecture
134        building the nfsroot
135        check if debootstrap finished properly (closes: #524369)
136        try to umount mirror before removing old nfsroot (closes: #500208)
137      * fai-do-scripts: skip files with certain suffixes (closes: #500579),
138        improve test if $debug is set to 1 (closes: #496072)
139        call cfagent scripts with -v if fai is in debug mode
140      * lib/subroutines-linux: don't rely on ' as a field separator when
141        parsing boot.log, use = and strip off any quotes (closes: #439250),
142        check earlier if faimond is available, send TASKBEGIN message
143      * lib/get-config-dir-svn: Make username in svn:// config url optional
144        (thanks Alexander Fisher) (closes: #441436)
145      * bin/fai-setup: Do not unconditionally add $FAI_CONFIGDIR to exports(5)
146        (thanks Sebastian Harl) (closes: #504801)
147      * lib/get-config-dir-svn: Added support for password in SVN URL  (thanks
148        Robin Powell) (closes: #515057)
149      * 20-removable_media: add fd0 entry to fstab only if device is present
150      * fai-cd, make-fai-nfsroot: awk can also do the grep
151      * NFSROOT: install AMD64 packages with aptitude, this also helps when
152        building an amd64 nfsroot on i386
153      * fai-mirror: check if -C was used, (thanks to James Richardson for the
154        patch) (closes: #523625), fixing informal message (closes: #516385)
155      * fai: set STOP_ON_ERROR to 700, this can be overwritten by fai.conf or
156        in a file called class/*.var (closes: #515139),
157        create /var/run/fai (closes: #515775)
158        always change HOSTNAME when -u was used (closes: #456978)
159        add -u to help message
160      * fai-client.dirs, fai-server.dirs: remove /var/run/fai
161      * subroutines: add trap for softupdates (closes: #449236)
162        stop_fai_installation() sends message to faimond
163        send TASKEND faiend message
164        include target directory information into stamp (closes: #503653)
165      * packages_config/FAIBASE: add lvm2 (closes: #517417)
166      * fai-chboot: always add $append to pxe configuration (closes: #495535)
167      * fai-chboot.8: fix description of -i
168      * compat,rules: update to compat level 7
169      * fai-mirror: set Dir::Etc option instead of changing
170        Dir::Etc::sourceslist only (thanks Sebastian Harl) (closes: #504813)
171      * get-config-dir-git: do not clone into an existing directory (thanks
172        Sebastian Harl) (closes: #506463)
173      * mount2dir: add commands to create /var/lock and /var/run on the
174        filesystem mounted at / (closes: #464541)
175      * make-fai-nfsroot.8: adjust informationen about -U (closes: #520257)
176      * fai,subroutines: move definition of trap clean_exit into task
177        dirinstall
178    
179    [ Michael Tautschnig ]    [ Michael Tautschnig ]
180    * setup-storage: Bumped version number to 1.0.4    * setup-storage: Bumped version number to 1.0.4
# Line 16  fai (3.2.18) UNRELEASED; urgency=low Line 185  fai (3.2.18) UNRELEASED; urgency=low
185    * setup-storage: Enable debug mode if -d was given on the command line    * setup-storage: Enable debug mode if -d was given on the command line
186    * setup-storage/Fstab.pm, setup-storage/Commands.pm: Proper perl text    * setup-storage/Fstab.pm, setup-storage/Commands.pm: Proper perl text
187      replace syntax and additional random initialization of partition      replace syntax and additional random initialization of partition
188      (thanks William Famy)      (thanks William Famy) (closes: #500821)
189    * examples/simple/scripts/GRUB/20-initramfs: Update the initramfs in case    * examples/simple/scripts/GRUB/20-initramfs: Update the initramfs in case
190      lvm2 or mdadm have been installed.      lvm2 or mdadm have been installed.
191    * example/simple/classes/50-host-classes: Added hosts bear (class    * example/simple/classes/50-host-classes: Added hosts bear (class
# Line 55  fai (3.2.18) UNRELEASED; urgency=low Line 224  fai (3.2.18) UNRELEASED; urgency=low
224    * setup-storage/Parser.pm, setup-storage/Commands.pm: Make random    * setup-storage/Parser.pm, setup-storage/Commands.pm: Make random
225      initialization of encrypted partitions configurable      initialization of encrypted partitions configurable
226    * setup-storage.8: Document new encryption possibilities    * setup-storage.8: Document new encryption possibilities
227      * lib/get-config-dir-*: task_error requires the exit code of the
228        preceeding command as the second argument
229      * lib/subroutines-linux: The exit code of a command earlier in a pipe
230        must be read using $PIPESTATUS, not $? (closes: #444210)
231      * bin/faimond: Try to load Proc::Daemon only in case -d is given; if it
232        fails, print a helpful error message (closes: #513090)
233      * bin/setup-storage, setup-storage/Volumes.pm: When propagating preserve
234        markers also check whether the to-be-preserved volume is defined at all
235        (closes: #521153)
236      * setup-storage/Parser.pm, setup-storage/Commands.pm: Added support for
237        optional (pv|vg|lv|md)createopts
238      * man/setup-storage.8: Documented these new options
239      * Moved parsing of createopts,tuneopts to Parser.pm for simpler code and
240        better syntax checking (closes: #521172)
241      * setup-storage/Sizes.pm: Change die to warn in case a preserved partition
242        is not aligned to cylinder boundaries
243      * setup-storage/Parser.pm: Only test for mkfs.X if such a filesystem is to
244        be created (i.e., it will not be preserved)
245      * fai-gude.sgml: add hint how to avoid this bug (closes: #265973)
246    
247   -- Thomas Lange <lange@debian.org>  Thu, 09 Apr 2009 14:04:00 +0200   -- Thomas Lange <lange@debian.org>  Mon, 20 Apr 2009 12:02:57 +0200
248    
249   (3.2.17) unstable; urgency=medium  fai (3.2.17) unstable; urgency=medium
250    
251    * fai 3.2.17 and 3.2.17~lenny1 are identical - the difference in version    * fai 3.2.17 and 3.2.17~lenny1 are identical - the difference in version
252      number is only due to the way packages move within Debian releases.      number is only due to the way packages move within Debian releases.

Legend:
Removed from v.5303  
changed lines
  Added in v.5479

  ViewVC Help
Powered by ViewVC 1.1.5