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

Diff of /trunk/debian/changelog

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

revision 5274 by holger, Sat Feb 21 16:27:29 2009 UTC revision 5525 by lange, Fri Sep 25 13:00:21 2009 UTC
# Line 1  Line 1 
1  fai (3.2.17) UNRELEASED; urgency=low  fai (3.2.23~beta16) 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 (closes: #539980)
6        if NEXTTEST is used, define a class for next reboot. Thanks to
7        Sebastian Hetze for this patch.
8        task_updatebase now writes to software.log
9        print warning when setup_harddisks is used
10        include subroutines-linux into subroutines (closes: #539980)
11      * subroutines: do not unset the functions task_$taskname after use
12        fill task_tests with code, execute tests before task chboot
13        create /var/run/sshd (needed for ubuntu 9.10)
14        additional call to clean_exit in task_dirinstall
15        include subroutines-linux into subroutines (closes: #539980)
16      * fai-class: add string warning to message
17      * task_sysinfo: call blkid on all disks
18      * fcopy: add die() after open command
19      * fcopy.8: improve info for calling postinst
20      * fai-guide.sgml: add hint how to define classes on the kernel command
21        line (closes: #497548), remove outdated information about
22        /files/packages, add section about tests
23      * ainsl: create missing path elements if -a is used (closes: #447199)
24      * make-fai-nfsroot: mount sysfs inside nfsroot (closes: #532985)
25        dereference symli nks when copying file into nfsroot
26        replace --print-installation-architecture by --print-architecture
27      * debian/control: Depends: iproute for fai-client, fai-server
28        new build-depends-indep for asciidoc tools
29      * fai-setup, make-fai-nfsroot, subroutine-linux, get-boot-info,
30        task_sysinfo, S99fai-setup/FAISERVER: Replaced all calls to ifconfig
31        by proper ip + shell magic calls (closes: #524347). Thanks to Luk
32        Claes for the patch
33      * fai-savelog: cd to the right place if LOGREMOTEDIR is set, thanks to
34        Robin Powell for the patch (closes: #515704)
35      * fai-mirror: remove use of $addpackages (closes: #537544)
36      * fai.conf, make-fai-nfsroot.conf: move FAI_CONFIGDIR to m-f-n.conf,
37        because it's only needed on an install server
38        add comment, rearrange variables, important variables first
39      * fai-cd, fai: get FAI_CONFIGDIR from new config file
40      * fai-server.preinst, fai-server.prerm, fai-quickstart.postinst: print
41        warning if FAI_CONFIGDIR is still in the wrong place
42      * fai-quickstart.prerm: source make-fai-nfsroot.conf instead of fai.conf
43      * fai, fai.8: add option -s/--cspace to specify the config space URL
44      * disk_config/*: add nosuid and nodev to some partitions
45      * menu.lst/postinst: add /g to perl substitution command
46      * fai-class: do not remove additional-classes when in debug mode,
47        use the comma separated list of $ADDCLASSES for classes (closes: 497548)
48      * fai-class.1: add ADDCLASS feature, add info about $LOGDIR/additional.var
49      * package_config/FAIBASE: remove rsh-client, discover
50      * fai-chboot: ignore ~ and .bak entries
51      * faimond-gui: add task tests
52      * tests/Faitest.pm: new file including subroutines for tests. Thanks to
53        Sebastian Hetze for the initial version.
54      * tests/FAIBASE_TEST: add simple test for partition layout of FAIBASE
55      * disk_config/FAIBASE: add file system labels
56      * examples/more-tests: add more tests from Sebastian
57      * savelog.LAST.source: add error patterns
58      * LAST/50-misc: use ainsl instead of echo
59      * 20-hwdetect.source, DEMO/10-misc,10-conffiles: apply patch from
60        Michael, that skip somme commands on softupdate
61      * install_packages: do not call AptPkg function when -N was given
62        write list of all packages to packages.list
63        fix code that sets action if smarti is used, minor code cleanup,
64        download Debian source packages into $FAI_DEBSOUCRESDIR if defined
65      * 10-base-classes: replace --print-installation-architecture by
66        --print-architecture
67      * make-fai-nfsroot, DEMO/10-misc,FAIBASE/10-misc: chpasswd does not
68        support -e in newer version, replaced by usermod
69      * policy-rc.d.fai: udev not should be started when running
70        make-fai-nfsroot
71      * links.html: remove broken links
72      * doc/Makefile: new target for asciidoc documentation
73      * doc/fai-guide.txt: fai-guide now written with asciidoc
74      * fai-doc.doc-base.package: update file names
75      * ftar: add support for .tgz suffix
76    
77      [ Michael Tautschnig ]
78      * setup-storage/Parser.pm: Set the boot flag on partition mounted at /, if
79        bootable is not explicitly set.
80      * setup-storage, setup-storage/Exec.pm: auto-detect a proper way to tell
81        udev to settle (udevsettle is used in etch, udevadm settle for sid; thanks
82        matrix.systems@matrix.msu.edu for a first patch). (closes: #530656)
83      * setup-storage/Volumes.pm: Updated mdadm --scan output parser to work with
84        current mdadm versions.
85      * setup-storage/Volumes.pm: Ignore another line of output from parted
86        (GPT-related warning). Thanks Andreas Schuldei for noticing this.
87      * setup-storage, setup-storage/Sizes.pm: Properly handle -h, early check for
88        unset (but necessary) environment variables, print full device names in
89        several error/warning messages instead of the partition id only.
90      * setup-storage/Fstab.pm: Be more verbose if obtaining the UUID fails (may
91        be caused by earlier use in RAID array, tell the user how to solve the
92        problem). Ignore exit code 3 of vol_id -l.
93      * setup-storage/Parser.pm: RAID device parsing: $2 doesn't refer to the
94        original expression anymore, store earlier $2 as $opts; don't use options
95        sub-hash (thanks Andreas Schockenhoff for lots of testing and feedback).
96      * setup-storage/Sizes.pm: Properly deal with missing (as in RAID specs) or
97        non-existing (user error) devices in estimate_size; don't do stupid divide
98        by 2 in RAID1 setup. (closes: #525138)
99      * setup-storage/Commands.pm: Proper use of hash reference when checking for
100        "missing" option.
101      * setup-storage/Parser.pm: Ensure that RAID volumes marked preserve don't
102        count as extra RAID volumes being defined.
103      * setup-storage/Parser.pm, setup-storage/Sizes.pm: Added support for raid10
104        (thanks William Francis for suggesting this).
105      * setup-storage/Volumes.pm: Fixed perl syntax error, properly handle
106        existing empty volume groups (thanks Brian Kroth and Cajus Pollmeier for
107        debugging this).  (closes: #532321)
108      * Bumped setup-storage version number to 1.1.
109    
110      [ Holger Levsen ]
111      * update to standards version 3.8.2, no changes needed
112    
113     -- Thomas Lange <lange@debian.org>  Fri, 25 Sep 2009 15:00:00 +0200
114    
115    fai (3.2.20) unstable; urgency=low
116    
117      [ Thomas Lange ]
118      * menu.lst: remove year
119      * fai-cd: add option -B, that creates a boot-only CD (without containing
120        the nfsroot, the partitial mirror and the config space)
121      * conf/menu.lst.boot-only: new config file for the boot only CD
122      * fai-cd.8: add option -B
123      * fai-abort: add missing lsb header
124      * control: remove duplicate fields
125      * copyright: fix lintian warning
126    
127      [ Michael Tautschnig ]
128      * fixed several hyphen-used-as-minus-sign errors in man pages
129      * update to standards version 3.8.1, no changes needed
130      * replaced dh_clean -k by dh_prep
131      * use dh_lintian to install lintian overrides
132      * added override for fai-nfsroot (diverts foreign /etc/init.d.rcS)
133      * Build-Depends: debhelper (>= 7)
134      * setup-storage/Sizes.pm: Clarified error message in cases where the user
135        specified a partition is larger than the entire disk
136      * setup-storage/Parser.pm, setup-storage/Sizes.pm, setup-storage/Volumes.pm:
137        Added pseudo-disklabel gpt-bios to support GPT on systems with BIOS
138        instead of EFI. Also installs an additional partition to store whatever
139        doesn't fit into MBR.
140      * setup-storage: bumped version to 1.0.5 (gpt-bios support)
141    
142     -- Thomas Lange <lange@debian.org>  Mon, 04 May 2009 10:42:25 +0200
143    
144    fai (3.2.19) unstable; urgency=low
145    
146      * subroutines-linux: get-config-dir was never run if -z $monserver,
147        which may be the case when no DHCP was done (dirinstall, softupdates,
148        or install using fixed IP); problem was introduced by patch in r5338.
149        (closes: #525096)
150        adjust indentation
151    
152     -- Thomas Lange <lange@debian.org>  Wed, 22 Apr 2009 13:39:58 +0200
153    
154    fai (3.2.18) unstable; urgency=low
155    
156      [ Thomas Lange ]
157      * control: add depends on net-tools for fai-client (closes: #521027)
158      * ainsl: add test if target file exists,
159        improve exit codes (closes: #500244)
160    * fai-cd: use a pipe when sending commands to grub    * fai-cd: use a pipe when sending commands to grub
161    * ftar, fcopy: add info about the other tool    * ftar, fcopy: add info about the other tool
162      * new file live.conf will disable some messages during booting
163      * make-fai-nfsroot: call apt-get update when using -k (closes: #507892),
164        -k now also upgrades all packages inside the nfsroot,
165        add -N to install_packages call, this is good for cross architecture
166        building the nfsroot
167        check if debootstrap finished properly (closes: #524369)
168        try to umount mirror before removing old nfsroot (closes: #500208)
169      * fai-do-scripts: skip files with certain suffixes (closes: #500579),
170        improve test if $debug is set to 1 (closes: #496072)
171        call cfagent scripts with -v if fai is in debug mode
172      * lib/subroutines-linux: don't rely on ' as a field separator when
173        parsing boot.log, use = and strip off any quotes (closes: #439250),
174        check earlier if faimond is available, send TASKBEGIN message
175      * lib/get-config-dir-svn: Make username in svn:// config url optional
176        (thanks Alexander Fisher) (closes: #441436)
177      * bin/fai-setup: Do not unconditionally add $FAI_CONFIGDIR to exports(5)
178        (thanks Sebastian Harl) (closes: #504801)
179      * lib/get-config-dir-svn: Added support for password in SVN URL  (thanks
180        Robin Powell) (closes: #515057)
181      * 20-removable_media: add fd0 entry to fstab only if device is present
182      * fai-cd, make-fai-nfsroot: awk can also do the grep
183      * NFSROOT: install AMD64 packages with aptitude, this also helps when
184        building an amd64 nfsroot on i386
185      * fai-mirror: check if -C was used, (thanks to James Richardson for the
186        patch) (closes: #523625), fixing informal message (closes: #516385)
187      * fai: set STOP_ON_ERROR to 700, this can be overwritten by fai.conf or
188        in a file called class/*.var (closes: #515139),
189        create /var/run/fai (closes: #515775)
190        always change HOSTNAME when -u was used (closes: #456978)
191        add -u to help message
192      * fai-client.dirs, fai-server.dirs: remove /var/run/fai
193      * subroutines: add trap for softupdates (closes: #449236)
194        stop_fai_installation() sends message to faimond
195        send TASKEND faiend message
196        include target directory information into stamp (closes: #503653)
197      * packages_config/FAIBASE: add lvm2 (closes: #517417)
198      * fai-chboot: always add $append to pxe configuration (closes: #495535)
199      * fai-chboot.8: fix description of -i
200      * compat,rules: update to compat level 7
201      * fai-mirror: set Dir::Etc option instead of changing
202        Dir::Etc::sourceslist only (thanks Sebastian Harl) (closes: #504813)
203      * get-config-dir-git: do not clone into an existing directory (thanks
204        Sebastian Harl) (closes: #506463)
205      * mount2dir: add commands to create /var/lock and /var/run on the
206        filesystem mounted at / (closes: #464541)
207      * make-fai-nfsroot.8: adjust informationen about -U (closes: #520257)
208      * fai,subroutines: move definition of trap clean_exit into task
209        dirinstall
210    
211    [ Michael Tautschnig ]    [ Michael Tautschnig ]
212    * setup-storage: Bumped version number to 1.0.4    * setup-storage: Bumped version number to 1.0.4
# Line 14  fai (3.2.17) UNRELEASED; urgency=low Line 217  fai (3.2.17) UNRELEASED; urgency=low
217    * 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
218    * setup-storage/Fstab.pm, setup-storage/Commands.pm: Proper perl text    * setup-storage/Fstab.pm, setup-storage/Commands.pm: Proper perl text
219      replace syntax and additional random initialization of partition      replace syntax and additional random initialization of partition
220      (thanks William Famy)      (thanks William Famy) (closes: #500821)
221    * examples/simple/scripts/GRUB/20-initramfs: Update the initramfs in case    * examples/simple/scripts/GRUB/20-initramfs: Update the initramfs in case
222      lvm2 or mdadm have been installed.      lvm2 or mdadm have been installed.
223    * example/simple/classes/50-host-classes: Added hosts bear (class    * example/simple/classes/50-host-classes: Added hosts bear (class
# Line 39  fai (3.2.17) UNRELEASED; urgency=low Line 242  fai (3.2.17) UNRELEASED; urgency=low
242      --spare-devices if at least 1 is configured. Thanks Camille Barette.      --spare-devices if at least 1 is configured. Thanks Camille Barette.
243      (closes: #508192)      (closes: #508192)
244    * setup-storage/Commands.pm: Use the proper id for telling the user about    * setup-storage/Commands.pm: Use the proper id for telling the user about
245      preserved/resized partitions.      preserved/resized partitions. (closes: #521290)
246    * setup-storage/Init.pm, disk-info: Added AOE etherd/ device names to    * setup-storage/Init.pm, disk-info: Added AOE etherd/ device names to
247      regular expressions (thanks Jean Spirat)      regular expressions (thanks Jean Spirat)
248    * setup-storage/Commands.pm: If the disk config is marked virtual, create    * setup-storage/Commands.pm: If the disk config is marked virtual, create
# Line 53  fai (3.2.17) UNRELEASED; urgency=low Line 256  fai (3.2.17) UNRELEASED; urgency=low
256    * setup-storage/Parser.pm, setup-storage/Commands.pm: Make random    * setup-storage/Parser.pm, setup-storage/Commands.pm: Make random
257      initialization of encrypted partitions configurable      initialization of encrypted partitions configurable
258    * setup-storage.8: Document new encryption possibilities    * setup-storage.8: Document new encryption possibilities
259      * lib/get-config-dir-*: task_error requires the exit code of the
260        preceeding command as the second argument
261      * lib/subroutines-linux: The exit code of a command earlier in a pipe
262        must be read using $PIPESTATUS, not $? (closes: #444210)
263      * bin/faimond: Try to load Proc::Daemon only in case -d is given; if it
264        fails, print a helpful error message (closes: #513090)
265      * bin/setup-storage, setup-storage/Volumes.pm: When propagating preserve
266        markers also check whether the to-be-preserved volume is defined at all
267        (closes: #521153)
268      * setup-storage/Parser.pm, setup-storage/Commands.pm: Added support for
269        optional (pv|vg|lv|md)createopts
270      * man/setup-storage.8: Documented these new options
271      * Moved parsing of createopts,tuneopts to Parser.pm for simpler code and
272        better syntax checking (closes: #521172)
273      * setup-storage/Sizes.pm: Change die to warn in case a preserved partition
274        is not aligned to cylinder boundaries
275      * setup-storage/Parser.pm: Only test for mkfs.X if such a filesystem is to
276        be created (i.e., it will not be preserved)
277      * fai-gude.sgml: add hint how to avoid this bug (closes: #265973)
278    
279    [ Holger Levsen ]   -- Thomas Lange <lange@debian.org>  Mon, 20 Apr 2009 12:02:57 +0200
280    
281    fai (3.2.17) unstable; urgency=medium
282    
283      * fai 3.2.17 and 3.2.17~lenny1 are identical - the difference in version
284        number is only due to the way packages move within Debian releases.
285      * Added myself to uploaders.
286    * Fix typo in fai-do-scripts which prevented perl scripts to be executed,    * Fix typo in fai-do-scripts which prevented perl scripts to be executed,
287      thanks to Andrew Ruthven for reporting this. (Closes: #504662)      thanks to Andrew Ruthven for reporting this. (Closes: #504662)
288      * setup-storage/Parser.pm: Do not enforce a space after VG/LV names in
289        resize/preserve options. Thanks to Frederic Blanc for the patch.
290        (closes: #516849)
291    * fai-mirror: honor $debug and $qflag environment variables, thanks to    * fai-mirror: honor $debug and $qflag environment variables, thanks to
292      Michael Tautschnig. (Closes: #494431)      Michael Tautschnig. (Closes: #494431)
293    * device2grub: Add /dev/i2o/hdX  to the list of recognized devices. Thanks    * device2grub: Add /dev/i2o/hdX  to the list of recognized devices. Thanks
294      to Jürgen Kahnert for the patch. (Closes: #515101)      to Jürgen Kahnert for the patch. (Closes: #515101)
295    
296   -- Thomas Lange <lange@debian.org>  Mon, 16 Feb 2009 18:51:36 +0100   -- Holger Levsen <holger@debian.org>  Wed, 25 Feb 2009 12:26:19 +0100
297    
298  fai (3.2.16) unstable; urgency=high  fai (3.2.16) unstable; urgency=high
299    

Legend:
Removed from v.5274  
changed lines
  Added in v.5525

  ViewVC Help
Powered by ViewVC 1.1.5