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

Contents of /trunk/debian/changelog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 655 - (show annotations) (download)
Thu Jun 28 12:13:09 2001 UTC (11 years, 10 months ago) by lange
File size: 7902 byte(s)
next release
1 fai (2.0.2) unstable; urgency=low
2
3 * typo in ftp Debian mirror fixed
4 * corrected wrong cvs tag, some more little changes
5
6 -- Thomas Lange <lange@debian.org> Thu, 28 Jun 2001 14:11:23 +0200
7
8 fai (2.0.1) unstable; urgency=low
9
10 * Default Debian mirror acces now via ftp. This can take much time to
11 download the required packages. (closes: #101596)
12 * Check if LOGUSER is defined, (closes: #101620)
13 * wget now recommends, (closes: #101594)
14 * Use ntpdate if a ntp server is defined (tag nt in bootptab),
15 (closes: #101899)
16 * DEFAULT script writes fqdn and short hostname into etc/hosts,
17 (closes: #101820)
18 * Bug fix. Check if immgen executable is available.
19
20 -- Thomas Lange <lange@debian.org> Thu, 28 Jun 2001 13:33:33 +0200
21
22 fai (2.0) unstable; urgency=low
23
24 * first upload to Debian archive
25 * kernel-2.2.19 support
26 * order of classes now (with increasing priority):
27 DEFAULT, <other classes>, $HOSTNAME, LAST
28 * architecture is now also a class (see S01alias.sh)
29 * class/*.source renamed to class/*.var, because they define variables
30 * new description of all classes
31 * $moduleslist is the list of modules that will be loaded by the new system
32 * names of examples changed to make them more comprehensible
33 * FAI_PACKAGEDIR now FAI_DEBMIRROR
34 * new fcopy script for copying files with classes
35 * new ftar script for extracting tar files with classes
36 * manual pages for fcopy, ftar
37 * converted many cfengine scripts to shell scripts
38 * several classes and scripts removed and rearranged
39 * S90partitions.pl replaces the old shell version
40 * add FAI_BOOTPART class and scripts
41 * klogd, syslogd running during installation
42 * make-fai-bootfloppy can take additional parameters for the kernel and
43 supports multiple network interface cards
44 * kernel append parameters define variables in rcS_fai
45 * added subroutines isclass, rwmount
46 * new command bootsector can enable, disable or list magic number of
47 boot sector
48 * make many variables local
49 * better debugging of shell scripts
50 * remote login has all subroutines available
51 * faireboot -s saves log files to install server
52 * sfdisk call removed from subroutines and Fai.pm, since it's not
53 portable; unfortunately setup_hardisk still using it
54 * new mount2dir command; this task is removed from setup_hardisk
55 * files in package_config can use dpkg --get-selections format
56 * redundant packages in package_config/COMPILE removed
57 * PRELOADRM feature for package_config
58 * comments in files in package_config/ are now everything after a #, not
59 only at the beginning of a line
60 * lvm not in nfsroot by default, grub now included
61 * access from install clients to server can be done via rsh/rcp or
62 ssh/scp (see fai.conf)
63 * modprobe displays less errors
64 * templates now stored in /usr/share/fai
65 * all release timestamp in this changelog until version 1.4.2 are
66 wrong; they indicate the time when I started hacking the next version;
67 these are the correct release dates:
68 Jun 20 2000 fai_1.1beta2.tar.gz
69 Jul 11 2000 fai_1.2.0beta1.tar.gz
70 Oct 26 2000 fai_1.3.0test1.tar.gz
71 Nov 6 2000 fai_1.3.0test2.tar.gz
72 Nov 23 2000 fai_1.4.0.tar.gz
73 Dec 7 2000 fai_1.4.1.tar.gz
74 Dec 12 2000 fai_1.4.2.tar.gz
75
76 -- Thomas Lange <lange@debian.org> Tue, 15 May 2001 14:28:31 +0200
77
78 fai (1.4.2) unstable; urgency=low
79
80 * add wget to suggests list
81 * xviddetect called for FAI_ACTION=sysinfo
82 * fai.conf: added missing / in ftp definition of FAI_SOURCES_LIST
83 * added parted to nfsroot and package_config/MINI_SOFT
84 * FAI_KEYMAP files can also be located in /fai/files
85 * added subroutine load_keymap_consolechar (was included in rcS_fai)
86 keymap now called correctly
87 * the little FAI banner is now printed on startup
88 * variable hdparm tunes your hard disks and creates rcS.d script
89
90 -- Thomas Lange <lange@debian.org> Mon, 11 Dec 2000 16:36:31 +0100
91
92 fai (1.4.1) unstable; urgency=low
93
94 * swap order of class ALL and hostname
95 * CLASS ALL renamed to DEFAULT
96 * templates/class/S*.source files renamed
97 * scripts in class/ reorganized. First *.{sh,pl) are executed, then
98 $class.source are sourced for all defined classes
99 * install kernels removed, now included in package fai-kernels
100 * hdparm available in nfsroot, sysinfo prints hparm -i
101 * classs/ATA33.source can tune harddisk during installation
102 * class DEBIAN_DEVEL commented out, because this software package list
103 mostly segfaults dpkg
104 * base?_?.tgz now included in nfsroot; BASETGZ not needed any more
105 * bug fixed: setup_harddisk don't mount preserved partitions if mount
106 point is not in root directory
107 * bug fixed: no dns support during chroot in make-fai-nfsroot
108
109 -- Thomas Lange <lange@debian.org> Wed, 29 Nov 2000 11:34:41 +0100
110
111 fai (1.4.0) unstable; urgency=low
112
113 * faireboot is faster and more reliable
114 * package depends on nfs-server
115 * keymap created by shell script ALL (uses $FAI_KEYMAP)
116 * mk3comimage removed (uses non free software), now netboot is used
117 * first version of the FAI Guide included
118 * use dpkg-divert to fake some programs (solves many problems)
119 * yes pipes <CR> to apt-get during installation
120 * all definitions from global.conf are moved to fai.conf
121 * make-fai-nfs now uses chroot when calling apt-get
122 so nfsroot must not use the same Debian distribution as the server
123 * $MNTPOINT is mount point for Debian mirror
124 * postinst tasks are moved to fai-setup script
125 * $UTC, $FAI_CONFIGDIR added to fai.conf
126 * bug fixed: loopback device was not set up
127
128 -- Thomas Lange <lange@debian.org> Mon, 6 Nov 2000 12:20:00 +0100
129
130 fai (1.3.0test2) unstable; urgency=low
131
132 * loopback device is set up during installation
133 * create resolv.conf via script RESOLV instead of using cfengine
134 * printers are defined in class/ not in cfengine script
135 * mount nfs directories using rsize=8192
136 * bug fixed: make-fai-nfsroot removes /boot/*-$KERNELVERSION
137
138 -- Thomas Lange <lange@informatik.uni-koeln.de> Fri, 3 Nov 2000 10:26:03 +0100
139
140 fai (1.3.0test1) unstable; urgency=low
141
142 * kernel in nfsroot is now build with kernel-package (make-kpkg)
143 * installkernel now supports loadable modules
144 * class/S05modules.sh can load modules (example global.mod)
145 * add script make-fai-bootfloppy
146 * client's timezone during installation is now the same as on server
147 * FAI_ACTION sysinfo now mounts all local disk and searches for fstab
148 * add support for expect scripts
149 * add kernel-nfs-server support
150 * do not create account fai if it already exists (e.g when using NIS)
151 * new format for keymap and consolefont definition
152
153 -- Thomas Lange <lange@informatik.uni-koeln.de> Mon, 9 Oct 2000 18:08:02 +0200
154
155 fai (1.2.0beta1) unstable; urgency=low
156
157 * two virtual terminals available (press alt-F2 or alt-F3)
158
159 * make-fai-nfsroot removes pcmcia-cs
160 installs additionals packages: lvm raidtool2 ext2resize sshd dhcp-lient
161 flag verbose controls output level
162 nfsroot is created without any interaction
163 base2_2.tgz is fetched via wget, if it's not found in /tmp
164
165 * new start-stop-daemon script instead of symlink to fake it
166
167 * configuration for kernel 2.2.17
168
169 * start sshd during installation for remote access;
170 add "sshd" to FAI_FLAGS to enable this
171 remote reboot possible via: ssh -l root hostname faireboot
172
173 * additional dhcp support available (bootp is still the default)
174
175 * cvs repository available
176
177 -- Thomas Lange <lange@informatik.uni-koeln.de> Fri, 30 Jun 2000 13:41:13 +0200
178
179 fai (1.1beta2) unstable; urgency=low
180
181 * PRELOAD feature, faireboot added
182
183 -- Thomas Lange <lange@informatik.uni-koeln.de> Tue, 20 Jun 2000 16:29:14 +0200
184
185 fai (1.1beta1) unstable; urgency=low
186
187 * Initial Release.
188
189 -- Thomas Lange <lange@informatik.uni-koeln.de> Wed, 7 Jun 2000 11:16:23 +0200
190
191 Local variables:
192 mode: debian-changelog
193 End:

Properties

Name Value
svn:eol-style native

  ViewVC Help
Powered by ViewVC 1.1.5