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

Diff of /trunk/debian/changelog

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

revision 5479 by lange, Thu Jul 23 10:58:41 2009 UTC revision 5570 by lange, Tue Oct 20 10:40:04 2009 UTC
# Line 1  Line 1 
1  fai (3.2.23~beta5) unstable; urgency=low  fai (3.2.23~beta23) unstable; urgency=low
2    
3    [ Thomas Lange ]    [ Thomas Lange ]
4    * subroutines-linux: fix log message    * subroutines-linux: fix log message
5      remove yes pipe when calling debootstrap      remove yes pipe when calling debootstrap (closes: #539980)
6      if NEXTTEST is used, define a class for next reboot. Thanks to      if NEXTTEST is used, define a class for next reboot. Thanks to
7      Sebastian Hetze for this patch.      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: #494377)
11    * subroutines: do not unset the functions task_$taskname after use    * subroutines: do not unset the functions task_$taskname after use
12      fill task_tests with code, execute tests before task chboot      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: #494377)
16        if two softupdates are running, print the name of the lock file
17        set trap for softupdate after checking if second instance is running
18    * fai-class: add string warning to message    * fai-class: add string warning to message
19    * task_sysinfo: call blkid on all disks    * task_sysinfo: call blkid on all disks
20      * fcopy: add die() after open command
21    * fcopy.8: improve info for calling postinst    * fcopy.8: improve info for calling postinst
22    * fai-guide.sgml: add hint how to define classes on the kernel command    * fai-guide.sgml: add hint how to define classes on the kernel command
23      line (closes: #497548), remove outdated information about      line (closes: #497548), remove outdated information about
# Line 16  fai (3.2.23~beta5) unstable; urgency=low Line 25  fai (3.2.23~beta5) unstable; urgency=low
25    * ainsl: create missing path elements if -a is used (closes: #447199)    * ainsl: create missing path elements if -a is used (closes: #447199)
26    * make-fai-nfsroot: mount sysfs inside nfsroot (closes: #532985)    * make-fai-nfsroot: mount sysfs inside nfsroot (closes: #532985)
27      dereference symli nks when copying file into nfsroot      dereference symli nks when copying file into nfsroot
28        replace --print-installation-architecture by --print-architecture
29    * debian/control: Depends: iproute for fai-client, fai-server    * debian/control: Depends: iproute for fai-client, fai-server
30        new build-depends-indep for asciidoc tools, w3m, remove bootp
31    * fai-setup, make-fai-nfsroot, subroutine-linux, get-boot-info,    * fai-setup, make-fai-nfsroot, subroutine-linux, get-boot-info,
32      task_sysinfo, S99fai-setup/FAISERVER: Replaced all calls to ifconfig      task_sysinfo, S99fai-setup/FAISERVER: Replaced all calls to ifconfig
33      by proper ip + shell magic calls (closes: #524347). Thanks to Luk      by proper ip + shell magic calls (closes: #524347). Thanks to Luk
# Line 26  fai (3.2.23~beta5) unstable; urgency=low Line 37  fai (3.2.23~beta5) unstable; urgency=low
37    * fai-mirror: remove use of $addpackages (closes: #537544)    * fai-mirror: remove use of $addpackages (closes: #537544)
38    * fai.conf, make-fai-nfsroot.conf: move FAI_CONFIGDIR to m-f-n.conf,    * fai.conf, make-fai-nfsroot.conf: move FAI_CONFIGDIR to m-f-n.conf,
39      because it's only needed on an install server      because it's only needed on an install server
40        add comment, rearrange variables, important variables first
41    * fai-cd, fai: get FAI_CONFIGDIR from new config file    * fai-cd, fai: get FAI_CONFIGDIR from new config file
42    * fai-server.preinst, fai-server.prerm, fai-quickstart.postinst: print    * fai-server.preinst, fai-server.prerm, fai-quickstart.postinst: print
43      warning if FAI_CONFIGDIR is still in the wrong place      warning if FAI_CONFIGDIR is still in the wrong place
44    * fai-quickstart.prerm: source make-fai-nfsroot.conf instead of fai.conf    * fai-quickstart.prerm: source make-fai-nfsroot.conf instead of fai.conf
45    * fai, fai.8: add option -s/--cspace to specify the config space URL    * fai, fai.8: add option -s/--cspace to specify the config space URL
46        (closes: #444213)
47    * disk_config/*: add nosuid and nodev to some partitions    * disk_config/*: add nosuid and nodev to some partitions
48    * menu.lst/postinst: add /g to perl substitution command    * menu.lst/postinst: add /g to perl substitution command
49    * fai-class: do not remove additional-classes when in debug mode,    * fai-class: do not remove additional-classes when in debug mode,
50      use the comma separated list of $ADDCLASSES for classes (closes: 497548)      use the comma separated list of $ADDCLASSES for classes (closes: #497548)
51    * fai-class.1: add ADDCLASS feature    * fai-class.1: add ADDCLASS feature, add info about $LOGDIR/additional.var
52    * package_config/FAIBASE: remove rsh-client, discover    * package_config/FAIBASE: remove rsh-client, discover
53    * fai-chboot: ignore ~ and .bak entries    * fai-chboot: ignore ~ and .bak entries
54    * faimond-gui: add task tests    * faimond-gui: add task tests
# Line 44  fai (3.2.23~beta5) unstable; urgency=low Line 57  fai (3.2.23~beta5) unstable; urgency=low
57    * tests/FAIBASE_TEST: add simple test for partition layout of FAIBASE    * tests/FAIBASE_TEST: add simple test for partition layout of FAIBASE
58    * disk_config/FAIBASE: add file system labels    * disk_config/FAIBASE: add file system labels
59    * examples/more-tests: add more tests from Sebastian    * examples/more-tests: add more tests from Sebastian
60      * savelog.LAST.source: add error patterns
61      * LAST/50-misc: use ainsl instead of echo
62      * 20-hwdetect.source, DEMO/10-misc,10-conffiles: apply patch from
63        Michael, that skips some commands on softupdate (closes: #481871)
64      * install_packages: do not call AptPkg function when -N was given
65        write list of all packages to packages.list
66        fix code that sets action if smarti is used, minor code cleanup,
67        download Debian source packages into $FAI_DEBSOUCRESDIR if defined
68      * 10-base-classes: replace --print-installation-architecture by
69        --print-architecture
70      * make-fai-nfsroot, DEMO/10-misc,FAIBASE/10-misc: chpasswd does not
71        support -e in newer version, replaced by usermod
72      * policy-rc.d.fai: udev not should be started when running
73        make-fai-nfsroot
74      * links.html: remove broken links
75      * doc/Makefile: new target for asciidoc documentation
76      * doc/fai-guide.txt: fai-guide now written with asciidoc
77        remove information about inetd.conf, since tftpd is now started as
78        standalone daemon, remove bootpd information, several small updates
79        add info how to remove the red logo
80      * fai-doc.doc-base.package: update file names
81      * ftar: add support for .tgz suffix
82      * get-config-dir-hg: add support for mercurial (thanks to Darshaka
83        Pathirana for the patch)
84      * get-config-dir-cvs, fai-do-scripts: replace basename and dirname calls
85        with bash functions
86      * dhcpd.conf: change path of pxelinux.0
87      * get-config-dir, get-config-dir-file: print more info
88      * get-config-dir, fai: set FAI to local path, if FAI_CONFIG_SRC is of
89        type file: (closes: #481137)
90      * fai-setup: add advertisement for FAI questionnaire
91      * README: upgrade info about mailing list, add info about questionnaire
92      * fai: check if make-fai-nfsroot.conf is available if dirinstall is used
93        dirinstall now uses $FAI_CONFIG_SRC instead of $FAI_CONFIGDIR
94      * control: update to standards version 3.8.3, no changes needed
95      * Fstab.pm: print uuid and label of partition to console
96      * NFSROOT, make-fai-nfsroot.conf: remove dhcp3-client and dhcp-client,
97        since it's now in the default configuration of debootstrap
98      * NFSROOT: remove cvs, bootpc, expect, mdetect
99      * NEWS: add hint about missing packages in nfsroot
100    
101    [ Michael Tautschnig ]    [ Michael Tautschnig ]
   * setup-storage/Parser.pm: Set the boot flag on partition mounted at /, if  
     bootable is not explicitly set.  
102    * setup-storage, setup-storage/Exec.pm: auto-detect a proper way to tell    * setup-storage, setup-storage/Exec.pm: auto-detect a proper way to tell
103      udev to settle (udevsettle is used in etch, udevadm settle for sid; thanks      udev to settle, hide udevsettle call (udevsettle is used in etch, udevadm
104      matrix.systems@matrix.msu.edu for a first patch). (closes: #530656)      settle for sid; thanks matrix.systems@matrix.msu.edu for a first patch).
105        (closes: #530656)
106    * setup-storage/Volumes.pm: Updated mdadm --scan output parser to work with    * setup-storage/Volumes.pm: Updated mdadm --scan output parser to work with
107      current mdadm versions.      current mdadm versions.
108    * setup-storage/Volumes.pm: Ignore another line of output from parted    * setup-storage/Volumes.pm: Ignore another line of output from parted
# Line 58  fai (3.2.23~beta5) unstable; urgency=low Line 110  fai (3.2.23~beta5) unstable; urgency=low
110    * setup-storage, setup-storage/Sizes.pm: Properly handle -h, early check for    * setup-storage, setup-storage/Sizes.pm: Properly handle -h, early check for
111      unset (but necessary) environment variables, print full device names in      unset (but necessary) environment variables, print full device names in
112      several error/warning messages instead of the partition id only.      several error/warning messages instead of the partition id only.
113      * fai-vol_id: New wrapper around udev's vol_id or blkid, whichever is
114        available
115    * setup-storage/Fstab.pm: Be more verbose if obtaining the UUID fails (may    * setup-storage/Fstab.pm: Be more verbose if obtaining the UUID fails (may
116      be caused by earlier use in RAID array, tell the user how to solve the      be caused by earlier use in RAID array, tell the user how to solve the
117      problem). Ignore exit code 3 of vol_id -l.      problem). Ignore exit code 3 of vol_id -l, use fai-vol_id wrapper.
118    * setup-storage/Parser.pm: RAID device parsing: $2 doesn't refer to the    * setup-storage/Parser.pm: RAID device parsing: $2 doesn't refer to the
119      original expression anymore, store earlier $2 as $opts; don't use options      original expression anymore, store earlier $2 as $opts; don't use options
120      sub-hash (thanks Andreas Schockenhoff for lots of testing and feedback).      sub-hash (thanks Andreas Schockenhoff for lots of testing and feedback).
# Line 76  fai (3.2.23~beta5) unstable; urgency=low Line 130  fai (3.2.23~beta5) unstable; urgency=low
130    * setup-storage/Volumes.pm: Fixed perl syntax error, properly handle    * setup-storage/Volumes.pm: Fixed perl syntax error, properly handle
131      existing empty volume groups (thanks Brian Kroth and Cajus Pollmeier for      existing empty volume groups (thanks Brian Kroth and Cajus Pollmeier for
132      debugging this).  (closes: #532321)      debugging this).  (closes: #532321)
133    * Bumped setup-storage version number to 1.1.    * man/setup-storage.8: Document possible problems with previous software
134        RAID partitions and missing bootable flags.
135   -- Thomas Lange <lange@debian.org>  Thu, 23 Jul 2009 12:58:43 +0200    * setup-storage/Sizes.pm: Secondary GPT only requires 33 sectors.
136      * Bumped setup-storage version number to 1.1.1.
137    
138      [ Holger Levsen ]
139      * update to standards version 3.8.2, no changes needed
140    
141     -- Thomas Lange <lange@debian.org>  Tue, 20 Oct 2009 12:05:58 +0200
142    
143  fai (3.2.20) unstable; urgency=low  fai (3.2.20) unstable; urgency=low
144    

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

  ViewVC Help
Powered by ViewVC 1.1.5