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

Diff of /trunk/debian/changelog

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

revision 4737 by lange, Tue Nov 13 22:06:40 2007 UTC revision 4989 by lange, Fri Jun 13 15:58:47 2008 UTC
# Line 1  Line 1 
1  fai (3.2.2~beta2) unstable; urgency=low  fai (3.2.8) unstable; urgency=low
2    
3      * Merge setup-storage, the new partitioning tool
4        (closes: #380629, #330915, #277045, #356862, #416633, #484788)
5      * add variable $USE_SETUP_STORAGE
6      * setup-storage: move loading of kernel modules into 20hwdetect.source,
7        print which disk_config setup-storage is using
8      * Commands.pm: print also mountpoint when debugging tuneopts and
9        createopts, fix and document problem when only tuneopts are defined,
10        prevent warnings about uninitialized variables
11      * 20-hwdetect.source: load modules needed for setup-storage
12      * add class SETUPSTORAGE for easy testing
13    
14     -- Thomas Lange <lange@debian.org>  Fri, 13 Jun 2008 17:57:54 +0200
15    
16    fai (3.2.7) unstable; urgency=low
17    
18      * update some messages to 2008
19      * fai-cd: check if list of Packages files is non-empty, change syntax of
20        ${...:=...}, use rsync for coping to USB stick if available
21      * fai-cd.8: add info for MAXPACKAGES
22      * fai-guide.sgml: fix order of tasks
23      * fai-setup: check if file exists
24      * make-fai-nfsroot: exclude files in var/lib/apt/lists from base.tgz
25        check if NFSROOT directory is mounted with bad options
26      * get-boot-info: parse live.log for detecting boot method
27      * disk-info: use group info for detecting disks, extend pattern for
28        detecting scsi disks
29      * subroutines: fix regex so softupdate will; now umount the config space
30      * add internal variable printk, for setting the console log level
31    
32     -- Thomas Lange <lange@debian.org>  Sat, 31 May 2008 16:47:25 +0200
33    
34    fai (3.2.6) unstable; urgency=medium
35    
36      * fai: remove local, fix regex (closes: #480685)
37      * fai-cd: fix syntax error (closes: #480830)
38    
39     -- Thomas Lange <lange@debian.org>  Thu, 15 May 2008 17:10:37 +0200
40    
41    fai (3.2.5) unstable; urgency=low
42    
43      * GRUB/10-setup: use absolute path
44      * fai: mount /proc if not already mounted (closes: #453017, #444156),
45        check if target directory for dirinstall is mounted with nosuid,nodev
46      * fai-mirror: set MAXPACKAGES=1 if undefined before
47      * make-fai-nfsroot: exit with error if software installation has errors
48        (closes: #442261)
49      * fai-guide.sgml: add info how to specify a certain release or version
50        of a package
51      * fai-cd: add prefix $cfdir to -g parameter if no path was specified,
52        fix setting of cfdir (closes: #475250)
53      * fai-cd.8: extend info for -g
54      * subroutines: remove local from variable (closes: #449236)
55      * install_packages: fix in detecting Debian specific actions
56      * fai-chboot: add check if kernelsuffix is defined
57      * fai-abort: add LSB formatted dependency info (closes: #469716)
58      * XF86Config-4/DEMO: remove obsolete example (closes: #474327)
59      * disk-info: add regex for Adaptec i2o controller (closes: #466670)
60      * ainsl: substitue \s+ afterwards (closes: #470799)
61    
62     -- Thomas Lange <lange@debian.org>  Mon,  5 May 2008 18:27:02 +0200
63    
64    fai (3.2.4) unstable; urgency=high
65    
66      * fai-cd.8: add missing -C option
67      * make-fai-nfsroot: remove code for creating BOOTP environment
68      * faimond-gui: show different icons depending on error code
69      * fai-setup: fix syntax error (closes: #453442)
70      * subroutines-linux: do not print hostname and kernel compile time
71      * fai: update date, remove mkdir
72      * savelog.LAST.source: remove duplicate messages which appear in fai.log
73        and software.log
74    
75     -- Thomas Lange <lange@debian.org>  Thu, 29 Nov 2007 19:17:56 +0100
76    
77    fai (3.2.3) unstable; urgency=medium
78    
79      * fix wrong logic in updatebase (closes: #452516)
80    
81     -- Thomas Lange <lange@debian.org>  Sat, 24 Nov 2007 16:08:36 +0100
82    
83    fai (3.2.2) unstable; urgency=low
84    
85    * conf/NFSROOT: reomve duplicate package, use aptitude for installing,    * conf/NFSROOT: reomve duplicate package, use aptitude for installing,
86      add nfs-common (closes: #444079)      add nfs-common (closes: #444079), remove live-initramfs from NFSROOT
87    * doc/fai-guide.sgml: add information for softupdate (closes: #439016)    * doc/fai-guide.sgml: add information for softupdate (closes: #439016)
88    * savelog.LAST.source: add ignore pattern, remove dot after filename    * savelog.LAST.source: add ignore pattern, remove dot after filename
89    * make-fai-nfsroot: check if $TFTPROOT is defined, add badupdateto32(),    * make-fai-nfsroot: check if $TFTPROOT is defined, add badupdateto32(),
90      which prints more info about update without checking variable names,      which prints more info about update without checking variable names,
91      remove whole /srv/fai/nfsroot, add check_nfsroot(), make stamp only on      remove whole /srv/fai/nfsroot, add check_nfsroot(), make stamp only on
92      success (closes: #370780), write output also into /var/log/fai      success (closes: #370780), write output also into /var/log/fai,
93        return and print exit code from install_packages, create or copy
94        live.conf, try to umount /proc inside the nfsroot before removing an
95        old nfsroot, abort if this fails
96    * subroutines: add task_error(), which stores the maximum error code in    * subroutines: add task_error(), which stores the maximum error code in
97      $task_error, do nothing if error=0, print traceback,      $task_error, do nothing if error=0, print traceback,
98      add stop_fai_installation(), write pid to stamp file, print PID in      add stop_fai_installation(), write pid to stamp file, print PID in
99      case of error, add task_test stub      case of error, add task_test stub, save function name that causes
100        fatal error, set $fai_rundate only if not yet defined
101    * subroutines-linux: add check if $monserver is defined, print kernel    * subroutines-linux: add check if $monserver is defined, print kernel
102      version currently running, catch exit code from install_packages      version currently running, catch exit code from install_packages
103    * mount2dir: add support for UUID and LABEL    * mount2dir: add support for UUID and LABEL
104    * fai: export $romountopt, get error codes from all commands in a pipe,    * fai: export $romountopt, get error codes from all commands in a pipe,
105      add $STOP_ON_ERROR, fix variable name (closes: #447080)      add $STOP_ON_ERROR, fix variable name (closes: #447080),
106        do not use /var/log/fai/current (closes: #445276), cleanup definition
107        of $LOGDIR, change permissions of LOGDIR (closes: #445276),
108        add symlinks for last and last-$action in the very beginning
109    * control: fai-nfsroot and fai-client conflicts to fai-kernels, add    * control: fai-nfsroot and fai-client conflicts to fai-kernels, add
110      recommends to debconf-utils (closes: #445109), improve package      recommends to debconf-utils (closes: #445109), improve package
111      description (closes: #419071), move homepage information to Homepage      description (closes: #419071), add Homepage field, add live-initramfs
112      field,      to depends of fai-nfsroot
113      replace ssh with openssh-server and openssh-client (closes: #434356)      replace ssh with openssh-server and openssh-client (closes: #434356)
114    * fai-cd: copy grub config always to menu.lst    * fai-cd: copy grub config always to menu.lst
115    * get-config-dir-nfs: add -n to mount    * get-config-dir-nfs: add -n to mount
# Line 33  fai (3.2.2~beta2) unstable; urgency=low Line 122  fai (3.2.2~beta2) unstable; urgency=low
122      authorized_keys      authorized_keys
123    * fai-setup.8: add option -C    * fai-setup.8: add option -C
124    * fai-mirror: mkdir mountpoint before mounting (closes: #365004)    * fai-mirror: mkdir mountpoint before mounting (closes: #365004)
125    * updatebase: use aptitude when doing dist-upgrade (closes: #448426)    * updatebase: use aptitude when doing dist-upgrade (closes: #448426),
126        use safe-upgrade when available
127    * fai-divert: make it a bash script    * fai-divert: make it a bash script
128      * 30-interfaces: resolv.conf is now in /, not in /tmp
129      * make-fai-bootfloppy: script currently does not work, always die with
130        error message
131      * FAIBASE.var: add STOP_ON_ERROR
132      * fai-savelog: do not save log to local directory, if this directory
133        already exists (should only happen during softupdate), change
134        permissions of LOGDIR (closes: #445276)
135      * get-config-dir-*: call task_error after trying to access config space
136      * sources.list: add koeln repository
137    
138   -- Thomas Lange <lange@debian.org>  Tue, 13 Nov 2007 23:05:09 +0100   -- Thomas Lange <lange@debian.org>  Thu, 22 Nov 2007 15:45:12 +0100
139    
140  fai (3.2.1) unstable; urgency=low  fai (3.2.1) unstable; urgency=low
141    

Legend:
Removed from v.4737  
changed lines
  Added in v.4989

  ViewVC Help
Powered by ViewVC 1.1.5