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

Diff of /trunk/debian/changelog

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

revision 5477 by lange, Thu Jul 23 10:22:01 2009 UTC revision 5513 by lange, Wed Sep 23 13:44:25 2009 UTC
# Line 1  Line 1 
1  fai (3.2.23~beta5) unstable; urgency=low  fai (3.2.23~beta14) 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    * subroutines: do not unset the functions task_$taskname after use    * subroutines: do not unset the functions task_$taskname after use
11      fill task_tests with code, execute tests before task chboot      fill task_tests with code, execute tests before task chboot
12        create /var/run/sshd (needed for ubuntu 9.10)
13        additional call to clean_exit in task_dirinstall
14    * fai-class: add string warning to message    * fai-class: add string warning to message
15    * task_sysinfo: call blkid on all disks    * task_sysinfo: call blkid on all disks
16      * fcopy: add die() after open command
17    * fcopy.8: improve info for calling postinst    * fcopy.8: improve info for calling postinst
18    * 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
19      line (closes: #497548), remove outdated information about      line (closes: #497548), remove outdated information about
20      /files/packages      /files/packages, add section about tests
21    * ainsl: create missing path elements if -a is used (closes: #447199)    * ainsl: create missing path elements if -a is used (closes: #447199)
22    * make-fai-nfsroot: mount sysfs inside nfsroot (closes: #532985)    * make-fai-nfsroot: mount sysfs inside nfsroot (closes: #532985)
23      dereference symli nks when copying file into nfsroot      dereference symli nks when copying file into nfsroot
24        replace --print-installation-architecture by --print-architecture
25    * debian/control: Depends: iproute for fai-client, fai-server    * debian/control: Depends: iproute for fai-client, fai-server
26        new build-depends-indep for asciidoc tools
27    * fai-setup, make-fai-nfsroot, subroutine-linux, get-boot-info,    * fai-setup, make-fai-nfsroot, subroutine-linux, get-boot-info,
28      task_sysinfo, S99fai-setup/FAISERVER: Replaced all calls to ifconfig      task_sysinfo, S99fai-setup/FAISERVER: Replaced all calls to ifconfig
29      by proper ip + shell magic calls (closes: #524347). Thanks to Luk      by proper ip + shell magic calls (closes: #524347). Thanks to Luk
# Line 35  fai (3.2.23~beta5) unstable; urgency=low Line 42  fai (3.2.23~beta5) unstable; urgency=low
42    * menu.lst/postinst: add /g to perl substitution command    * menu.lst/postinst: add /g to perl substitution command
43    * fai-class: do not remove additional-classes when in debug mode,    * fai-class: do not remove additional-classes when in debug mode,
44      use the comma separated list of $ADDCLASSES for classes (closes: 497548)      use the comma separated list of $ADDCLASSES for classes (closes: 497548)
45    * fai-class.1: add ADDCLASS feature    * fai-class.1: add ADDCLASS feature, add info about $LOGDIR/additional.var
46    * package_config/FAIBASE: remove rsh-client, discover    * package_config/FAIBASE: remove rsh-client, discover
47    * fai-chboot: ignore ~ and .bak entries    * fai-chboot: ignore ~ and .bak entries
48    * faimond-gui: add task tests    * faimond-gui: add task tests
49    * tests/Faitest.pm: new file including subroutines for tests. Thanks to    * tests/Faitest.pm: new file including subroutines for tests. Thanks to
50      Sebastian Hetze for the initial version.      Sebastian Hetze for the initial version.
51      * tests/FAIBASE_TEST: add simple test for partition layout of FAIBASE
52    * disk_config/FAIBASE: add file system labels    * disk_config/FAIBASE: add file system labels
53    * examples/more-tests: add more tests from Sebastian    * examples/more-tests: add more tests from Sebastian
54      * savelog.LAST.source: add error patterns
55      * LAST/50-misc: use ainsl instead of echo
56      * 20-hwdetect.source, DEMO/10-misc,10-conffiles: apply patch from
57        Michael, that skip somme commands on softupdate
58      * install_packages: do not call AptPkg function when -N was given
59        write list of all packages to packages.list
60        fix code that sets action if smarti is used, minor code cleanup,
61        download Debian source packages into $FAI_DEBSOUCRESDIR if defined
62      * 10-base-classes: replace --print-installation-architecture by
63        --print-architecture
64      * make-fai-nfsroot, DEMO/10-misc,FAIBASE/10-misc: chpasswd does not
65        support -e in newer version, replaced by usermod
66      * policy-rc.d.fai: udev not should be started when running
67        make-fai-nfsroot
68      * links.html: remove broken links
69      * doc/Makefile: new target for asciidoc documentation
70      * doc/fai-guide.txt: fai-guide now written with asciidoc
71      * fai-doc.doc-base.package: update file names
72    
73    [ Michael Tautschnig ]    [ Michael Tautschnig ]
74    * setup-storage/Parser.pm: Set the boot flag on partition mounted at /, if    * setup-storage/Parser.pm: Set the boot flag on partition mounted at /, if
75      bootable is not explicitly set.      bootable is not explicitly set.
# Line 76  fai (3.2.23~beta5) unstable; urgency=low Line 102  fai (3.2.23~beta5) unstable; urgency=low
102      existing empty volume groups (thanks Brian Kroth and Cajus Pollmeier for      existing empty volume groups (thanks Brian Kroth and Cajus Pollmeier for
103      debugging this).  (closes: #532321)      debugging this).  (closes: #532321)
104    * Bumped setup-storage version number to 1.1.    * Bumped setup-storage version number to 1.1.
105    
106   -- Thomas Lange <lange@debian.org>  Wed, 22 Jul 2009 16:21:35 +0200    [ Holger Levsen ]
107      * update to standards version 3.8.2, no changes needed
108    
109     -- Thomas Lange <lange@debian.org>  Wed, 19 Aug 2009 21:39:59 +0200
110    
111  fai (3.2.20) unstable; urgency=low  fai (3.2.20) unstable; urgency=low
112    

Legend:
Removed from v.5477  
changed lines
  Added in v.5513

  ViewVC Help
Powered by ViewVC 1.1.5