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

Diff of /trunk/debian/changelog

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

revision 5349 by lange, Fri Apr 17 13:46:51 2009 UTC revision 5445 by mt, Sun Jul 19 15:31:07 2009 UTC
# Line 1  Line 1 
1  fai (3.2.18~beta1) unstable; urgency=low  fai (3.2.21) unstable; urgency=low
2    
3      [ Thomas Lange ]
4      * subroutines-linux: fix log message
5        remove yes pipe when calling debootstrap
6      * fai-class: add string warning to message
7      * task_sysinfo: call blkid on all disks
8      * fcopy.8: improve info for calling postinst
9      * fai-guide.sgml: add hint how to define classes on the kernel command
10        line (closes: #497548), remove outdated information about
11        /files/packages
12      * ainsl: create missing path elements if -a is used (closes: #447199)
13      * make-fai-nfsroot: mount sysfs inside nfsroot (closes: #532985)
14      * debian/control: Depends: iproute for fai-client, fai-server
15      * fai-setup, make-fai-nfsroot, subroutine-linux, get-boot-info,
16        task_sysinfo, S99fai-setup/FAISERVER: Replaced all calls to ifconfig
17        by proper ip + shell magic calls (closes: #524347). Thanks to Luk
18        Claes for the patch
19      * fai-savelog: cd to the right place if LOGREMOTEDIR is set, thanks to
20        Robin Powell for the patch (closes: #515704)
21      * fai-mirror: remove use of $addpackages (closes: #537544)
22    
23      [ Michael Tautschnig ]
24      * setup-storage/Parser.pm: Set the boot flag on partition mounted at /, if
25        bootable is not explicitly set.
26      * setup-storage, setup-storage/Exec.pm: auto-detect a proper way to tell
27        udev to settle (udevsettle is used in etch, udevadm settle for sid; thanks
28        matrix.systems@matrix.msu.edu for a first patch). (closes: #530656)
29      * setup-storage/Volumes.pm: Updated mdadm --scan output parser to work with
30        current mdadm versions.
31      * setup-storage/Volumes.pm: Ignore another line of output from parted
32        (GPT-related warning). Thanks Andreas Schuldei for noticing this.
33      * setup-storage, setup-storage/Sizes.pm: Properly handle -h, early check for
34        unset (but necessary) environment variables, print full device names in
35        several error/warning messages instead of the partition id only.
36      * setup-storage/Fstab.pm: Be more verbose if obtaining the UUID fails (may
37        be caused by earlier use in RAID array, tell the user how to solve the
38        problem). Ignore exit code 3 of vol_id -l.
39      * setup-storage/Parser.pm: RAID device parsing: $2 doesn't refer to the
40        original expression anymore, store earlier $2 as $opts; don't use options
41        sub-hash (thanks Andreas Schockenhoff for lots of testing and feedback).
42      * setup-storage/Sizes.pm: Properly deal with missing (as in RAID specs) or
43        non-existing (user error) devices in estimate_size; don't do stupid divide
44        by 2 in RAID1 setup. (closes: #525138)
45      * setup-storage/Commands.pm: Proper use of hash reference when checking for
46        "missing" option.
47      * setup-storage/Parser.pm: Ensure that RAID volumes marked preserve don't
48        count as extra RAID volumes being defined.
49      * setup-storage/Parser.pm, setup-storage/Sizes.pm: Added support for raid10
50        (thanks William Francis for suggesting this).
51    
52     -- Thomas Lange <lange@debian.org>  Sun, 19 Jul 2009 12:08:02 +0200
53    
54    fai (3.2.20) unstable; urgency=low
55    
56      [ Thomas Lange ]
57      * menu.lst: remove year
58      * fai-cd: add option -B, that creates a boot-only CD (without containing
59        the nfsroot, the partitial mirror and the config space)
60      * conf/menu.lst.boot-only: new config file for the boot only CD
61      * fai-cd.8: add option -B
62      * fai-abort: add missing lsb header
63      * control: remove duplicate fields
64      * copyright: fix lintian warning
65    
66      [ Michael Tautschnig ]
67      * fixed several hyphen-used-as-minus-sign errors in man pages
68      * update to standards version 3.8.1, no changes needed
69      * replaced dh_clean -k by dh_prep
70      * use dh_lintian to install lintian overrides
71      * added override for fai-nfsroot (diverts foreign /etc/init.d.rcS)
72      * Build-Depends: debhelper (>= 7)
73      * setup-storage/Sizes.pm: Clarified error message in cases where the user
74        specified a partition is larger than the entire disk
75      * setup-storage/Parser.pm, setup-storage/Sizes.pm, setup-storage/Volumes.pm:
76        Added pseudo-disklabel gpt-bios to support GPT on systems with BIOS
77        instead of EFI. Also installs an additional partition to store whatever
78        doesn't fit into MBR.
79      * setup-storage: bumped version to 1.0.5 (gpt-bios support)
80    
81     -- Thomas Lange <lange@debian.org>  Mon, 04 May 2009 10:42:25 +0200
82    
83    fai (3.2.19) unstable; urgency=low
84    
85      * subroutines-linux: get-config-dir was never run if -z $monserver,
86        which may be the case when no DHCP was done (dirinstall, softupdates,
87        or install using fixed IP); problem was introduced by patch in r5338.
88        (closes: #525096)
89        adjust indentation
90    
91     -- Thomas Lange <lange@debian.org>  Wed, 22 Apr 2009 13:39:58 +0200
92    
93    fai (3.2.18) unstable; urgency=low
94    
95    [ Thomas Lange ]    [ Thomas Lange ]
96    * control: add depends on net-tools for fai-client (closes: #521027)    * control: add depends on net-tools for fai-client (closes: #521027)
# Line 11  fai (3.2.18~beta1) unstable; urgency=low Line 103  fai (3.2.18~beta1) unstable; urgency=low
103      -k now also upgrades all packages inside the nfsroot,      -k now also upgrades all packages inside the nfsroot,
104      add -N to install_packages call, this is good for cross architecture      add -N to install_packages call, this is good for cross architecture
105      building the nfsroot      building the nfsroot
106        check if debootstrap finished properly (closes: #524369)
107        try to umount mirror before removing old nfsroot (closes: #500208)
108    * fai-do-scripts: skip files with certain suffixes (closes: #500579),    * fai-do-scripts: skip files with certain suffixes (closes: #500579),
109      improve test if $debug is set to 1 (closes: #496072)      improve test if $debug is set to 1 (closes: #496072)
110      call cfagent scripts with -v if fai is in debug mode      call cfagent scripts with -v if fai is in debug mode
# Line 25  fai (3.2.18~beta1) unstable; urgency=low Line 119  fai (3.2.18~beta1) unstable; urgency=low
119      Robin Powell) (closes: #515057)      Robin Powell) (closes: #515057)
120    * 20-removable_media: add fd0 entry to fstab only if device is present    * 20-removable_media: add fd0 entry to fstab only if device is present
121    * fai-cd, make-fai-nfsroot: awk can also do the grep    * fai-cd, make-fai-nfsroot: awk can also do the grep
122    * NFSROOT: install aMD64 apckages with aptitude, this also helps when    * NFSROOT: install AMD64 packages with aptitude, this also helps when
123      building an amd64 nfsroot on i386      building an amd64 nfsroot on i386
124    * fai-mirror: check if -C was used, (thanks to James Richardson for the    * fai-mirror: check if -C was used, (thanks to James Richardson for the
125      patch) (closes: #523625), fixing informal message (closes: #516385)      patch) (closes: #523625), fixing informal message (closes: #516385)
126    * fai: set STOP_ON_ERROR to 700, this can be overwritten by fai.conf or    * fai: set STOP_ON_ERROR to 700, this can be overwritten by fai.conf or
127      in a file called class/*.var (closes: #515139),      in a file called class/*.var (closes: #515139),
128      create /var/run/fai (closes: #515775)      create /var/run/fai (closes: #515775)
129        always change HOSTNAME when -u was used (closes: #456978)
130        add -u to help message
131    * fai-client.dirs, fai-server.dirs: remove /var/run/fai    * fai-client.dirs, fai-server.dirs: remove /var/run/fai
132    * subroutines: add trap for softupdates (closes: #449236)    * subroutines: add trap for softupdates (closes: #449236)
133      stop_fai_installation() sends message to faimond      stop_fai_installation() sends message to faimond
134      send TASKEND faiend message      send TASKEND faiend message
135        include target directory information into stamp (closes: #503653)
136    * packages_config/FAIBASE: add lvm2 (closes: #517417)    * packages_config/FAIBASE: add lvm2 (closes: #517417)
137    * fai-chboot: always add $append to pxe configuration (closes: #495535)    * fai-chboot: always add $append to pxe configuration (closes: #495535)
138      * fai-chboot.8: fix description of -i
139      * compat,rules: update to compat level 7
140      * fai-mirror: set Dir::Etc option instead of changing
141        Dir::Etc::sourceslist only (thanks Sebastian Harl) (closes: #504813)
142      * get-config-dir-git: do not clone into an existing directory (thanks
143        Sebastian Harl) (closes: #506463)
144      * mount2dir: add commands to create /var/lock and /var/run on the
145        filesystem mounted at / (closes: #464541)
146      * make-fai-nfsroot.8: adjust informationen about -U (closes: #520257)
147      * fai,subroutines: move definition of trap clean_exit into task
148        dirinstall
149    
150    [ Michael Tautschnig ]    [ Michael Tautschnig ]
151    * setup-storage: Bumped version number to 1.0.4    * setup-storage: Bumped version number to 1.0.4
# Line 107  fai (3.2.18~beta1) unstable; urgency=low Line 215  fai (3.2.18~beta1) unstable; urgency=low
215      be created (i.e., it will not be preserved)      be created (i.e., it will not be preserved)
216    * fai-gude.sgml: add hint how to avoid this bug (closes: #265973)    * fai-gude.sgml: add hint how to avoid this bug (closes: #265973)
217    
218   -- Thomas Lange <lange@debian.org>  Fri, 17 Apr 2009 14:35:50 +0200   -- Thomas Lange <lange@debian.org>  Mon, 20 Apr 2009 12:02:57 +0200
219    
220  fai (3.2.17) unstable; urgency=medium  fai (3.2.17) unstable; urgency=medium
221    

Legend:
Removed from v.5349  
changed lines
  Added in v.5445

  ViewVC Help
Powered by ViewVC 1.1.5