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

Diff of /trunk/debian/changelog

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

revision 2560 by lange, Sun Jan 9 13:56:33 2005 UTC revision 3506 by lange, Mon Jun 12 12:17:12 2006 UTC
# Line 1  Line 1 
1  fai (2.6.6beta) unstable; urgency=medium  fai (2.10.2) unstable; urgency=medium
2    
3    * 06hwdetect.source: add comment, add class NVIDIA which not currently    * lib/get-boot-info: call dhclient with different configuration and
4      used, bug fix: correct SCSI detect 2.6 kernel, replace backticks with $(),      script names (closes: #369265), remove dpkg-divert calls for
5      discard error messages from modprobe, enable dma mode for ide devices      /etc/dhcp3/dhclient-script and /etc/dhcp3/dhclient.conf
6      (with fai CD it was not enabled)    * create_ramdisk: make /etc/lvm writeable (closes: 365035)
7      * do not call mkrwsize if directory doe not exist (closes: 365037)
8      * lib/mkrw: add option -n
9      * make-fai-nfsroot: grep before appending to file (closes: 364748)
10    
11     -- Thomas Lange <lange@debian.org>  Mon, 12 Jun 2006 14:12:34 +0200
12    
13    fai (2.10.1) unstable; urgency=low
14    
15      * fai-chboot: fix division by zero error
16      * fai.conf: remove $OS_TYPE
17      * fai: remove $OS_TPYPE, set $targetdir, eval_cmdline is not needed for
18        install and dirinst, move prcopyleft() and additional code into
19        external script, use /var/log/fai/current as default LOGDIR,
20        /tmp/fai is currently a mount --bind to it
21      * fai-do-scripts: replace --no-lock with -K, this should fix cfengine's
22        segfault bug
23      * install_packages: add commands for y2pmsh, yast and rpm
24      * mount2dir: add more fs types that should be skipped
25      * fai-mirror: use different source.list when downloading packages for
26        debootstrap (closes: #361786), remove comments from PACKAGES line
27        (closes: #358910), add option -C, (closes: #318299), recreates
28        Package.gz and Release file using apt-ftparchive
29      * fai-cd: add option -C (closes: #312198), print FAI version in grub
30        menu, not fai-cd version
31      * make-fai-nfsroot: print warning if -f is still used, add config for
32        aptitude to allow unsigned packages without prompting
33      * menu.lst: enable timeout, use localboot as default, remove syslogd
34        flag, remove unused entries, fix IP address for demohost
35      * subroutines: new path /var/log/fai/current/showvar.log
36      * fai-guide.sgml: include package splitting into fai guide
37      * make-fai-nfsroot.conf: new names packages in fai-kernel, add
38        console-tools to nfsroot (closes: #363480)
39      * get-boot-info: do not try to activate the first four ethernet devices
40      * conf/apt.conf: add aptitude option so untrusted repositories will also be used
41      * instsoft.FAIBASE: use fcopy for kernel-img.conf
42      * subroutines-linux: use IP address when calling fai-chboot in
43        task_chboot, this helps when the install client has two network cards
44        and the host name lookup fails
45      * mkrw: fix typo (closes: #363521)
46      * dhcpd.conf: make deny unknown-clients default, remove range definition
47      * S99fai-setup: enable networking for faiserver
48    
49     -- Thomas Lange <lange@debian.org>  Thu, 20 Apr 2006 11:46:12 +0200
50    
51    fai (2.10) unstable; urgency=low
52    
53      * setup_harddisks: mapdisk(): add support for more than two disks, fix
54        wrong comments (closes: #356265), allow logical partitions to be
55        bootable (closes: #344536)
56      * make-fai-nfsroot: do not copy files from /etc/apt to the nfsroot,
57        detect kernel version for new kernel name (closes: 352939),
58        remove patches-* file when using -K (closes: #348350), remove
59        update-modules call, remove symlink creation to /tmp, add warning if
60        $FAI_LOCAL_REPOSITORY is still used
61      * fai-chboot: change output of -l and -L, major rework of the lsdir
62        function, add more options for different listing formats, add template
63        copy function (closes: #342471, #356136), options added: -g -c -t -o
64      * 20-hwdetect.source: test if discover is installed
65      * make-fai-bootfloppy: remove obsolete message (closes: #347974)
66      * fcopy: remove newline from $source, add \Q, (closes: #350015), warning
67        if unlink fails, add option -n (closes: #356378), preserving is not an
68        error (closes: #360183)
69      * make example scripts more cfengine2 compatible (closes: #312201)
70      * hooks/instsoft.FAIBASE: do not pause when kernel modules are already
71        available (closes: #314613)
72      * install_packages: new feature, just unpack packages (closes: #277079),
73        add urpmi, urpme and yum support
74      * fai: exit script if no parameters are given and no run from nfsroot
75      * subroutines: add verbose output when defining variables, add
76        subroutines mkrw and mkrwsize, set $diskvar during softupdate to
77        /var/log/fai/disk_var.sh, task_savelog: test if files exist before
78        copying them
79      * remove FAIBASE/20-save_diskvar (closes: #312296)
80      * task_sysinfo: call lshw if available
81      * lib/get-boot-info: remove duplicate network device names
82      * make-fai-nfsroot.conf: use SERVERINTERFACE for detecting subnet
83        (closes: #341577)
84      * create_ramdisk: use mkrw for making directories writeable
85      * fai-mirror: add warning if some files do not exist
86    
87     -- Thomas Lange <lange@debian.org>  Mon,  3 Apr 2006 15:11:30 +0200
88    
89    fai (2.9.1) unstable; urgency=low
90    
91      * install_packages: add aptitude-r to @commands (closes: #343361)
92      * new command fai-statoverride (like dpkg-statoverride)
93      * fai-chboot: use NFS v2 as default until FAI will drop sarge support
94      * fai.8: fix typo (closes: #343642)
95      * doc/classes_description.txt: remove all unused classes, update
96        description (closes: #322026)
97      * add script AMD64/99-discover-bug
98      * add class FAISERVER
99      * updatebase: mount /sys into chroot
100      * mkdebmirror: remove non-US stuff
101      * savelog.LAST: add segfault to error pattern
102      * make-fai-bootfloppy.8: fix typo (closes: #346428)
103      * make-fai-nfsroot: do not try to copy file if resolv.conf does not
104        exist
105      * menu.lst: add entry for faiserver
106      * fai-cd: adjust space, new code for generating sources.list file
107      * fai-debconf: add test if debconf data file exists (closes: #348857)
108    
109     -- Thomas Lange <lange@debian.org>  Sun,  5 Mar 2006 22:37:31 +0100
110    
111    fai (2.9) unstable; urgency=low
112    
113      * splitting binary package fai into fai-server, fai-client, fai-doc and
114        fai-nfsroot (closes: #210507)
115      * adjust some paths
116      * remove beowulf and advanced examples
117      * increase compat level to 4
118      * delete sunos code from source
119      * scripts/ directory is now bin/
120      * fai-cd: fixed hardcoded sources.list for the install client to be
121        generated, code by Michael Tautschnig (closes: #320024) and at least
122        partially #329547, test if nfsroot was created (closes: #317495), test
123        if mkisofs is available (closes: #334871), exist unless arch is i386
124        or amd64 (closes: #339098), check if $FAI_CONFIGDIR is valid
125        remove subroutine mhide amd module-hide, mkbimage is not needed any
126        more, use grub's stage2_eltorito feature mkisofs uses -no-emul-boot,
127        no floppy emulation needed, size is not limited any more to 2.88M
128      * install_packages: ignore packages ending with - when using -d
129        (closes: #334333), remove backtick evaluation (closes: #322157), add
130        -R to default aptitude call, add aptitude-r for download only mode,
131        add more warnings
132      * lib/create_ramdisk: make /etc/network/run/ifstate writable
133        (closes: #312128)
134      * fai-mirror: add -i to egrep (closes: #312508), add option
135        DPkg::force-conflicts::=yes (closes: #328138), only aptitude can
136        install conflicting packages, test if $mirrordir starts with a slash
137        (closes: #328139), check if $FAI_CONFIGDIR is valid (closes: #334577)
138      * fai-do-scripts: do not execute S[0-9][0-9]* any more (closes: #310999)
139      * fcopy: add preinst support, ignore .svn dirs (closes: #297550), do
140        chroot before using getpwnam (closes: #283475), add option -U
141      * fai-guide.sgml: include README.disk_config into fai guide, minor
142        fixes, (closes: #332295, #332318, #332293, #332291)
143      * make-fai-nfsroot: use --one-file-system instead of -l (closes: #308806),
144        new test if ssh package is installed (closes: #322759), create
145        apt.conf.d file to support unsigned repositories, fail if debootstrap
146        return with error code (closes: #342120)
147      * subroutines: test if hooks are executable (closes: #338524), new stamp
148        file name when action is softupdate
149      * make-fai-bootfloppy: fix code for -i when using a relative path
150        (closes: #314551), add option -I (closes: #337271), create more space
151        on boot floppy (closes: #294593), add option -B
152      * FAIBASE/10-misc: with the new fai-kernels package we can call tune2fs
153        even when using a 2.6 kernel (closes: #307147)
154      * ftar: test if $single is set (closes: #340421)
155      * FAIBASE/30-interface: do not overwrite resolv.conf if it's a symlink
156        (closes: #305783)
157      * setup_harddisks: add i2o support (closes: #317797), add workaround for
158        udev behaviour
159      * GRUB/10-setup: use -U with fcopy, so grub's menu.lst will not be
160        overwritten during softupdate (closes: #313069, #314995)
161      * subroutines-linux: fix idempotent code (closes: #340422)
162      * fai: do not use color logo if $console was set, start udev if
163        available (closes: #334373), test if run as root
164      * lib/updatebase: mount /dev into chroot during installation if we are
165        running udev
166      * fai-chboot: read $NFSROOT from fai.conf, add nfsroot option to kernel
167        parameters, root-path can now be removed from dhcpd.conf
168      * add support for unsigned repositories
169      * LAST/50-misc: fix code that detect of a kernel is installed, now it
170        does not break if more than one kernel is installed
171    
172     -- Thomas Lange <lange@debian.org>  Tue, 13 Dec 2005 15:53:00 +0100
173    
174    fai (2.8.4) unstable; urgency=high
175    
176      * fix important bug: remove non-US entry (closes: #310392)
177      * package_config: remove nonfree package t1-xfree86-nonfree from
178        examples (closes: #310705)
179    
180     -- Thomas Lange <lange@debian.org>  Wed, 25 May 2005 13:59:39 +0200
181    
182    fai (2.8.3) unstable; urgency=high
183    
184      * fix a serious bug, remove debconf support (closes: #309209), debconf
185        support may be included again after sarge
186      * fix important bug, do not delete files in /etc/fai (closes: #309707)
187      * control: remove dependency on debconf
188      * postinst, postrm: remove debconf code
189      * rules: do not call dh_installdebconf
190      * remove debian/config, debian/template
191      * remove files in debian/po: POTFILES.in de.po fr.po templates.pot
192      * fai.conf: set placeholder for installserver, since debconf will not
193        set it any more
194      * conf/make-fai-nfsroot.conf, conf/sources.list: use ftp.debian.org
195        instead of debconf's default values
196      * man/fai-chboot.8: minor document patch (closes: #309138, 309142)
197      * fai-guide.sgml: minor document patch, move section "For the impatient
198        user" to the front (closes: #309134, #309556)
199      * README.build-sources: add memo to use -ICVS in the future
200    
201     -- Thomas Lange <lange@debian.org>  Thu, 19 May 2005 15:54:18 +0200
202    
203    fai (2.8.2) unstable; urgency=high
204    
205      * remove old unused scripts from cvs source
206      * updatebase: use mktemp for creating temp file, this closes a serious
207        security bug (closes: #307838)
208      * fai: create dir only during initial installation, fixes a critical bug
209        (closes: #307632)
210      * subroutines-linux: do not "mount --bind" when FAI_ROOT=/, closes
211        important bug (closes: #307631)
212    
213     -- Thomas Lange <lange@debian.org>  Fri,  6 May 2005 09:23:34 +0200
214    
215    fai (2.8.1) unstable; urgency=low
216    
217      * only minor bug fixes, no major changes to the code, but a lot of them
218      * make-fai-bootfloppy: add missing $ to variable (closes: #304824)
219      * install_packages: add missing aptitude-r call (closes: #305544),
220        add $qopt and $devnull, used when install_packages is called with
221        verbose from fai-mirror
222      * fai-mirror: fix wrong path (closes: #304179), remove needless test if
223        mkinitrd-cd is available, add $qflag, return if $pkglist is empty, not
224        when $addpackages is empty
225      * fai: added $COLOR_FAI_LOGO, which is off when doing softupdate
226      * fai-cd: add test if mkinitrd-cd is available
227      * fai-savelog: set FAI_ACTION to noaction if undef (closes: #305283)
228      * savelog.LAST: add error message to global pattern
229      * make-fai-nfsroot.conf: remove --arch i386, since debootstrap now uses
230        dpkg --print-installation-architecture instead of another call which
231        needed gcc, change comment
232      * make-fai-nfsroot: split i386 and amd64 packages list, remove packages
233        from amd64 which are not available (closes: #306264)
234      * menu.lst/postinst: use BOOT_PARTITION instead of ROOT_PARTITION
235        (closes: 305861)
236      * install_packages.8: remove option -f
237      * make-fai-nfsroot.8: remove wrong information (closes: #304980)
238      * control: add grub to suggests
239      * rules: make hooks and postinst script executable
240      * FAIBASE/10-misc: do not call tune2fs when using 2.6 kernel. This may
241        hang the system
242      * fr.po: added french debconf templates (closes: #306232)
243      * de.po, templates.pot: remove fuzzy lines
244      * README.disk_config: add notes about boot option
245      * debian/postinst: replace sed -i with perl -pi -e since old sed does
246        not support -i
247      * fai-setup: change informational message
248      * fai-mount-disk: mount file systems read only
249      * 50-host-classes: move host specific class definitions to new script
250      * fai-guide.sgml: fix typos and other minor mistakes
251    
252     -- Thomas Lange <lange@debian.org>  Sat, 30 Apr 2005 21:20:53 +0200
253    
254    fai (2.8) unstable; urgency=high
255    
256      * remove ext2resize from $packages (closes: #303565)
257      * major rewrite of simple examples (closes: #290554)
258      * make-fai-nfsroot.8: add info about nfsroot location (closes: #303915)
259      * fai-guide.sgml: major update for new release
260      * setup_harddisks: add support for device names disk1 and disk2,
261        reformat some output, print some messages only if $verbose is set
262      * rcS_fai: renamed to fai, add manual page fai.8
263      * fai: add $rundir, remove unused dirs at the end, call set_disk_info
264        before task_defvar, add variable $DO_INIT_TASK, add code for
265        softupdate support, rename rcS.log to fai.log, add copyright message
266        to usage(), add option -N --new, always test $DO_INIT_TASKS with -eq
267      * apt.conf: replace force-confnew with force-confdef
268      * make-fai-nfsroot: use dpkg --print-installation-architecture instead
269        off uname -m, add arch dependent package name to, remove "" for
270        matching * in KERNELPACKAGE, test if $KERNELPACKAGE is empty
271        $NFSROOT/var/tmp/packages.arch, use shadowconfig instead of pwconv
272      * make-fai-nfsroot.conf: comment FAI_LOCAL_REPOSITORY, set FAICLIENTS to
273        local class-C network, remove ext2resize until available again
274      * subroutines: add task softupdate, add support for softupdate, add
275        $DO_INIT_TASKS, minor changes in get_fai_cvs(), use swapoff -a for
276        disabling swap partitions, test $DO_INIT_TASK always with -eq, use
277        /var/log/fai/FAI_CLASSES
278      * subroutines-linux: script prepare_apt is now updatebase, add support
279        for softupdates, add task_prepareapt, sliently skip task_chboot if
280        LOGUSER is undefined, $disklist now sorted, print setup_hardisks
281        output also to console
282      * install_packages: cleanup of multiple packages with different
283        install/remove operations, add installable(), check if a package is
284        listed in a package index and not only in the dpkg database, add
285        force-confdef and force-confold to apt-get, install_packages.conf
286        unused, remove -f, sub read_config_file
287      * fai-do-scripts: now executing scripts matching [0-9[0-9]*, S[0-9]*
288        also supported for backwards compatibility
289      * fai-mirror: add check if mkinitrd-cd and apt-move are installed, arch
290        dependent packages defined in make-fai-nfsroot, replace sed with bash
291        builtin, add $debdist, return if $addpackages is empty
292      * fai-chboot: change message
293      * load_keymap_consolechars: much simpler code
294      * create_ramdisk: create /tmp/var/run/fai
295      * fai.conf: installserver will be set by debconf, by default LOGUSER is
296        unset
297      * sources.list: insert MIRRORHOST which will be replaced by debconf data
298      * Makefile: install device2grub to new location, rename rcS_fai to fai
299      * control: add libapt-pkg-perl for install_packages, remove dependency
300        on nfs, because fai can also only be used for softupdate
301      * postrm: cleanup debconf data on purge
302      * postinst: use debconf
303      * rules: add dh_installdebconf call, remove chmod of rcS_fai
304      * utils/mkdebmirror: --ignore-missing-release --ignore-release-gpg
305    
306     -- Thomas Lange <lange@debian.org>  Sat,  9 Apr 2005 23:43:27 +0200
307    
308    fai (2.7) unstable; urgency=high
309    
310      * closes grave bug, make-fai-nfsroot.conf: replace raidtools2 with mdadm
311        (closes: #299952), move cfengine from $packages to $NFSROOT_PACKAGES
312      * closes important bug, make-fai-nfsroot: use resolv.conf from install
313        server during creation of nfsroot (closes: #301230)
314      * rcS_fai: set classes before fai-class is called (closes: #301179), set
315        hostname if HOST was specified on the commandline
316      * fcopy: fix wrong variable name
317      * package_config/KERNEL_SOFT: replace `echo $kernelversion` in package
318        name with 2.6.8
319      * fai-guide.sgml: fix a lot of broken http links, add info for fai-cd
320      * install_packages: add setdownloadonly() and $opt_d
321      * conf/install_packages.conf removed
322      * fai-mirror: source make-fai-nfsroot.conf, add add_base_packages(),
323        allow - in class names, add option -a, call install_packages with -d,
324        add PKGCOMP for apt-move.conf, do not exit 9 if $FAI_DEBMIRROR is not
325        defined, log aptitudes actions to /dev/null
326      * fai-mirror.1: add option -a
327      * install_packages.8: add option -d
328      * add fai-cd script for creating a bootable FAI CD image (closes: #265444)
329      * add fai-cd.8 man page
330      * add conf/menu.lst: needed by fai-cd
331      * control: add mkinitrd-cd to Suggests, add Build-Depends-Indep on
332        debhelper greater version 3
333      * class/DEFAULT.var: use kernel-image-2.4-386 as default kernel package
334      * fai-savelog-ftp: remove $ENV{LOGREMOTEDIR} from mkdir since we just cd
335        to it
336    
337     -- Thomas Lange <lange@debian.org>  Fri, 25 Mar 2005 23:51:34 +0100
338    
339    fai (2.6.7) unstable; urgency=low
340    
341      * add task debconf (closes: #136503)
342      * new script fai-debconf
343      * add manual page fai-debconf.1
344      * control: use nfs-kernel-server by default (closes: #293876)
345      * QUESTIONNAIRE: minor update
346      * packages_config/XFREE: remove some -dev packages
347      * packages_config/SERVER: remove symlinks
348      * packages_config/DEFAULT: add debconf-utils
349      * replace backticks with $()
350      * fai-do-scripts: use local variables, make it a bash script
351      * fai-guide.sgml: update for debconf support, add aptitude in
352        install_packages config
353    
354     -- Thomas Lange <lange@debian.org>  Thu, 10 Mar 2005 11:00:05 +0100
355    
356    fai (2.6.6) unstable; urgency=medium
357    
358      * 06hwdetect.source: add comment, add class NVIDIA which is not currently
359        used, bug fix: correct SCSI detect 2.6 kernel, replace backticks with
360        $(), discard error messages from modprobe, enable dma mode for ide
361        devices (with fai CD it was not enabled)
362    * make-fai-nfsroot: use "" when testing variables, add link for    * make-fai-nfsroot: use "" when testing variables, add link for
363      discover, remove resolv.conf created by debootstrap (closes: #281264),      discover, remove resolv.conf created by debootstrap (closes: #281264),
364      create list of all packages in base.tgz, add packages for x86_64,      create list of all packages in base.tgz, add packages for x86_64,
365      remove unneeded files in $FSROOT/etc/fai      remove unneeded files in $FSROOT/etc/fai
366    * ftar: bug fix do not do recursive removal if $target/$dir is /    * ftar: bug fix do not do recursive removal if $target/$dir is /
367    * fai-guide.sgml: fix typos (closes: #287150)    * fai-guide.sgml: fix typos (closes: #287150), add info about
368        /files/packages/ (closes: #290359)
369      * add task_savelog to die() (closes: #290526)
370    * make-fai-bootfloppy: bug fix: support /media directory, choose last    * make-fai-bootfloppy: bug fix: support /media directory, choose last
371      installed kernel if more than one kernel is installed in nfsroot      installed kernel if more than one kernel is installed in nfsroot
372    * setup_harddisks: bug fix: redefined mountpoint are too often reported,    * setup_harddisks: bug fix: redefined mountpoint are too often reported,
# Line 18  fai (2.6.6beta) unstable; urgency=medium Line 375  fai (2.6.6beta) unstable; urgency=medium
375    * fai-setup: typo in variable name (closes: #289271), reload nfs server    * fai-setup: typo in variable name (closes: #289271), reload nfs server
376      instead of restart, read make-fai-nfsroot.conf, use variable      instead of restart, read make-fai-nfsroot.conf, use variable
377      FAICLIENTS      FAICLIENTS
378      * fai-class: bug fix: option -T hangs the script, make it a bash script,
379        replace backticks `` with $(), bad variable name in testclass()
380    * share/subroutines: bug fix: cd to / so umount -a will not fail too    * share/subroutines: bug fix: cd to / so umount -a will not fail too
381      often, kill sshd before rebooting, umount $target/proc before      often, kill sshd before rebooting, umount $target/proc before
382      umounting all otger file systems, copy FAI_CLASSES variables.sh      umounting all otger file systems, copy FAI_CLASSES variables.sh
383      disk_var.sh to $target/var/log/fai      disk_var.sh to $target/var/log/fai
384    * fai-chboot: bug fix: do not fail on subnet IP addresses    * fai-chboot: bug fix: do not fail on subnet IP addresses, test if host
385    * install_packages: add option -f and -i, add command{pending},      lookup is possible before calling $h->name (closes: #290007)
386      * install_packages: add option -f, add command{pending},
387      command{dpkgc}, print max number of packages only in verbose mode      command{dpkgc}, print max number of packages only in verbose mode
388    * install_packages.8: add option -f and -i, add info about    * install_packages.8: add option -f, add info about
389      install_packages.conf      install_packages.conf
390    * rcS_fai: remount / with noatime, set variables if booting from CD    * new config file: install_packages.conf, used for fai-mirror(1)
391      * rcS_fai: remount / with noatime, set variables if booting from CD, set
392        hostname to $HOST it was unset, remove unused variable, minor code
393        cleanup
394    * DEFAULT/S01: add copying of /etc/modules    * DEFAULT/S01: add copying of /etc/modules
395    * DEFAULT/S10: add message where grub writes boot record    * DEFAULT/S10: add message where grub writes boot record
396      * class/01alias: add class FAICD if running from fai CD, add classes for
397        host gnomehost (used by fai-cd)
398    * package_config/DEMO: replace install with aptitude    * package_config/DEMO: replace install with aptitude
399    * make-fai-nfsroot.conf: add variable FAICLIENTS, remove package dpkg-dev    * make-fai-nfsroot.conf: add variable FAICLIENTS, remove package dpkg-dev
400    * script/LAST: enable shadow passwords for passwd and group in examples    * script/LAST: enable shadow passwords for passwd and group in examples,
401        eject cdrom when running from fai CD
402    * task_sysinfo: call hwinfo if available    * task_sysinfo: call hwinfo if available
403    * fai-class: make it a bash script, replace backticks `` with $()    * fai-savelog: do not save remotely if $LOGSERVER is not set
404      * new command fai-mirror and manual page fai-mirror.1
405      * .../XF86CXonfig-4/DEFAULT: change HorizSync, use pc105 keyboard model
406      * .../XF86CXonfig-4/MATROX: removed because DEFAULT works now
407    
408   -- Thomas Lange <lange@debian.org>  Sun,  9 Jan 2005 14:52:25 +0100   -- Thomas Lange <lange@debian.org>  Fri, 21 Jan 2005 04:24:26 +0100
409    
410  fai (2.6.5) unstable; urgency=medium  fai (2.6.5) unstable; urgency=medium
411    

Legend:
Removed from v.2560  
changed lines
  Added in v.3506

  ViewVC Help
Powered by ViewVC 1.1.5