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

Diff of /trunk/debian/changelog

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

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

  ViewVC Help
Powered by ViewVC 1.1.5