2006
mondo (2.20-1.1) unstable; urgency=high
* Non-maintainer upload.
* Add dependency on libfribidi0 to work around bug #379938.
Closes: #398425
-- Andreas Barth <aba@not.so.argh.org> Thu, 30 Nov 2006 13:51:46 +0000
mondo (2.20-1) unstable; urgency=medium
* New upstream release:
- closes: #391127;
- changed upstream version 2.2.0 into 2.20 to avoid epoch;
- all Debian changes integrated upstream.
* Set last character of variable prompt in popup_with_buttons() to
'\0' and not the last + 1. Fixes segmentation fault on amd64.
* Depend on corresponding mindi version, i.e. 2.20 because of
depending changes.
* Removed dependecy on mindi-busybox again because midni now has the
appropriate one.
* Set COLUMNS parameter in post-nuke script - fixes issue on sarge.
* Use new icon for menu provided in upstream package. Build-depend on
imagemagick because we need convert to turn the PNG into an XPM.
* Add paragraphs to README.Debian about issues with acpi kernel
parameter and tape archving.
-- Andree Leidenfrost <andree@debian.org> Sun, 8 Oct 2006 18:47:38 +1000
mondo (2.09-3) unstable; urgency=low
* Make '-N' exclude AFS mounts, make mondoarchive never use an AFS
mount for scratch or temporary space, and actually exclude paths to
be excluded in find command used to build file catalog.
(Closes: #385790.)
* More post-nuke work:
- log the fact that no post-nuke script was found during restore;
- perform after nuke steps even if we dropped back to interacive
mode because of issue with mount list;
- ask user after nuke to wait until s/he is returned to command
prompt before rebooting;
- use run_program_and_log_output() instead of system() to get
output of post-nuke logged;
- output screen messages about post-nuke.
-- Andree Leidenfrost <andree@debian.org> Mon, 18 Sep 2006 22:46:38 +1000
mondo (2.09-2) unstable; urgency=low
* Implemented and used new function mr_stresc() for properly escaping
strings submitted to system() and popen. (Closes: #379966.)
* Fixed compiler warning regarding the output of the result of
ftello() by casting it to long long (and it's actually signed).
(Committed upstream.)
* Ask whether post-nuke should be executed if it exists even if we are
not in nuke mode.
* Check for grub.conf being a symbolic link and resolve in stabgrub-me
to avoid GRUB installation error if mountlist was changed. Requires
readlink which is in mindi-busybox-1.2.1-2 - changed dependency
accordingly.
* Handle popen() errors in space_occupied_by_cd() and output log
information. Fixes segmentation fault.
-- Andree Leidenfrost <andree@debian.org> Wed, 30 Aug 2006 15:44:48 +1000
mondo (2.09-1) unstable; urgency=low
* New upstream release:
- changed upstream version 2.0.9 into 2.09 to avoid epoch;
- all relevant Debian changes integrated upstream (only change not
committed is fix for #320152 - see 2.04-6 changelog entry);
- depend on mindi (>= 1.09) because of changes to NFS restore.
* Removed gawk dependency because mindi already depends on it.
* Removed Amaya as an uploader as per her request.
-- Andree Leidenfrost <andree@debian.org> Sun, 13 Aug 2006 15:36:33 +1000
mondo (2.08-2-3) unstable; urgency=low
* Fixed compiler warnings on amd64 (and likely 64bit in general)
(Submitted upstream.):
- "cast to pointer from integer of different size" by making
relevant variables long rather than int which gives 32bit on i386
and 64bit on amd64.
- "cast from pointer to integer of different size" by casting to
long rather than int for same reasons.
* Fixed bug where image partitions (e.g. NTFS) would change size if Ok
was pressed in edit mountlist item dialog. (Committed upstream.)
* Removed superfluous (and wrong) vgremove_sz command to avoid screen
corruption in mondorestore in newt mode. (Committed upstream.)
* Check whether RAID sync is delayed for partition before opening sync
pop-up to avoid screen corruption in mondorestore's newt mode.
(Committed upstream.)
* Removed sections "free() error when using newt interface (option
'-g')" and "Segmentation Fault when using newt interface (option
'-g')" because they are believed to no longer apply.
-- Andree Leidenfrost <andree@debian.org> Sat, 22 Jul 2006 19:14:25 +1000
mondo (2.08-2-2) unstable; urgency=low
* Removed replaced occurrences of 'grep -v ... | grep -v ...' with
regular expressions, i.e. 'grep -vE "..."'. (Closes: #222052.)
(Note: #222052 refers to code in the mondo-makefilelist script which
is long gone; the changes here deal with the same issue in other
parts the code.) (Committed upstream.)
* Don't call the 'Is your computer a laptop, or does the CD writer
incorporate BurnProof technology?' screen if the user has chosen DVD
as the archive media. (Closes: #292782.) (Committed upstream.)
* Doubled MAX_TAPECATALOG_ENTRIES to 8192 and increased
optimal_set_size to 16MB for streaming and non-streaming backups
alike. (Closes: #369321.) (Committed upstream.)
* Check for the SUDO_COMMAND in growisofs before giving an error
stating that growiosfs does not run under sudo. This is for Ubuntu.
(Committed upstream.)
* Give a pop-up for above error condition. (Committed upstream.)
* Toned down dependency on debhelper to >= 5.0 because we don't really
need more. Again, this is for Ubuntu (Dapper Drake).
-- Andree Leidenfrost <andree@debian.org> Fri, 7 Jul 2006 20:07:49 +1000
mondo (2.08-2-1) unstable; urgency=low
* New upstream release:
- fixed trivial syntax error in store_nfs_config() (committed
upstream);
- changed upstream version 2.0.8-2 into 2.08-2 to avoid epoch;
- bumped dependency on mindi up to >=1.08;
- all relevant Debian changes integrated upstream (only change not
committed is fix for #320152 - see 2.04-6);
- removed cruft from prepare_filelist() (committed upstream);
- replaced *pos++ and *pos-- with pos += 1 and pos -= 1,
respectively to avoid gcc 4.1.2 given warning 'warning: value
computed is not used' (committed upstream);
- removed strcmp() call for which result wasn't from
open_device_via_buffer() to fix gcc 4.1.2 warning 'warning:
statement with no effect' (committed upstream);
- explicitly terminate token string in mr_strtok() as strncpy() does
not do this (committed upstream);
- do the usual strcpy() and paranoid_free() after first asprintf()
in parse_mdstat() to avoid segmentation fault (commited upstream).
* Increased package compatibility level to 5 and build-depend on
debhelper >= 5.0.37 accordingly.
* Fixed DHCP support in start-nfs script. (Committed upstream.)
* Added Debian-specific post-nuke script to automatically update
configuration such as initrd images after restore.
-- Andree Leidenfrost <andree@debian.org> Sun, 18 Jun 2006 16:00:13 +1000
mondo (2.07-2) unstable; urgency=low
* Fixed RAID support to also work with mdadm (in addition to
raidtools2 which don't exist in Debian from Sarge onwards).
(Submitted upstream.)
* Depend on mindi >= 1.07-3 to ensure that raidtab is included on the
restore media.
* Added NEWS file (giving more details about RAID to start with).
* Changed standards version from 3.6.2 to 3.7.2 without package
changes. (Fixes lintian warning.)
-- Andree Leidenfrost <andree@debian.org> Sun, 14 May 2006 09:08:09 +1000
mondo (2.07-1) unstable; urgency=low
* New upstream release:
- source is release 2.0.7-r460;
- use old version format, i.e. 2.07 rather than new upstream
format 2.0.7 to avoid epoch - re-sync will happen for 2.2.0;
- all Debian changes integrated upstream apart from fix for #320152
(see 2.04-6);
- implements length check for '-E' argument (Closes: #331060.);
- upstream doesn't build libraries anymore - adjusted rules and
mondo.dirs files and removed lintian override file accordingly;
- mondo's scripts are now under /usr/share/mondo - adjusted
mondo.dirs and rules file accordingly and depend on mindi >= 1.07 as
older versions are not aware of this;
- put new download location ftp://ftp.mondorescue.org/src/ in
copyright file;
- README is now in upstream - removed from debian directory and
adjusted mondo.docs accordingly;
- documentation is no longer installed by upstream Makefile,
documentation is now available in various formats in addition to
html - adjusted rules and mondo-doc.docs files accordingly.
* Fix bug where paths in parameters for '-E' and '-I' would not get
properly separated from each other by integration upstream SVN r468.
* Added -D_GNU_SOURCE to CFLAGS in rules file to avoid compiler
warning about undefined asprintf introduced by previous change.
* Changed maintainer email address to andree@debian.org.
* Fixed verify for NFS by swapping nfs_remote_dir and isodir when
assembling name for image file to verify. (Committed upstream.)
* Changed declaration of setenv_mondo_lib() to setenv_mondo_share() to
fix compiler warning. (Committed upstream.)
-- Andree Leidenfrost <andree@debian.org> Sun, 16 Apr 2006 10:44:07 +1000
mondo (2.06-4) unstable; urgency=low
* Added information about required vfat kernel support to HOWTO.
(Committed upstream.) (Closes: #315733.)
* Replaced defines for large file handling with compile parameters in
rules file. Avoids code changes compared to upstream.
* Removed the potentially threatening and intimidating sequence of
questions after a restore.
* Remove fifo after NTFS restore. (Committed upstream.)
* Removed 'ax' options from ps call when checking for ntfsclone still
running - busybox 1.1.0 ps doesn't like them and we don't need them.
(Committed upstream.)
-- Andree Leidenfrost <aleidenf@bigpond.net.au> Sun, 5 Mar 2006 12:49:41 +1100
mondo (2.06-3) unstable; urgency=low
* Removed cruft from source package: make.log.
* Removed dependencies on dosfstools and binutils as mindi depends on
them now. Changed dependency on mindi to (>= 1.06-3) accordingly.
* If calling 'mindi ---findkernel' return anything, check whether mindi
encountered a fatal error and if so show it using function popup_and_OK().
This helps making the actual problem more visible in situations like the
one reported in #352323. Note that the fix for #352323 also requires changes
in mindi which are in 1.06-3 which we already depend on. (Committed
upstream.) (Closes: #352323.)
* Added '#define _LARGEFILE_SOURCE' and '#define _FILE_OFFSET_BITS 64' in
various places to allow for processing of files larger 2GB. Replaced
lseek() with lseeko() for the same reason (one one occurrence).
THIS WAS REMOVED MAYBE REPLACED WITH COMPILER OPTIONS [apart from lseeko()]
-- Andree Leidenfrost <aleidenf@bigpond.net.au> Sat, 18 Feb 2006 19:45:11 +1100
mondo (2.06-2) unstable; urgency=low
* Officially took over maintainership from Hector - changed control file
accordingly.
* Added architecture amd64. (Closes: #252761.)
* First try to run plain grub-install in grub-MR. Fixes issue with AMD64
installations not being bootable after restore.
* Added menu entry and icon.
* Added REAME.Debian entry for new free() crash in case libfribidi0 is not installed.
-- Andree Leidenfrost <aleidenf@bigpond.net.au> Sun, 05 Feb 2006 00:13:20 +1100
mondo (2.06-1) unstable; urgency=low
* New upstream release:
- all relevant Debian changes integrated upstream (only change not
committed is fix for #320152 - see 2.04-6);
- crashes under libc6 2.3.5 are supposed to be fixed - I can't reproduce
them anymore;
- simplified rules file because of improved upstream install;
- removed build dependency on chrpath because upstream doesn't hardcode
rpath anymore;
* Replaced partimagehack with ntfsclone as the external tool for archiving
archiving NTFS filesystems (committed upstream):
- no more need for package mindi-partimagehack;
- major simplifications to mondo source code;
- ntfsprogs actively maintained as opposed to partimage/partimagehack;
- faster;
- more robust;
* New, more informative README file. (Committed upstream.) (Closes: #335942.)
* No longer includes rather uninformative FAQ. (Removed upstream as well.)
* Make autorun script executable. (Fixes lintian warning.)
* Changed download location to BerliOS and added Bruno to Authors list in
copyright file.
* Depend on mindi 1.06 because of interdependencies between mondo and mindi.
* Add the actual format to messages after calls to function
'is_this_a_valid_disk_format()' about unsupported formats in
'libmondo-mountlist.c'. (Committed upstream.)
* Added explanation and workaround in case NTFS Windows installations is not
bootable after restore.
-- Andree Leidenfrost <aleidenf@bigpond.net.au> Wed, 11 Jan 2006 21:09:16 +1100
2005
mondo (2.04-7) unstable; urgency=low
* Made all NFS mount commands use the nolock option as we are not running the
portmap daemon. This was already in the start-nfs script generation but
lacking elsewhere. Thanks to Yann Aubert for report and explanantion!
(Closes: #328659.)
* Activated single ping in start-nfs script to cater for slowly starting NICs
(Closes: #328640.)
* Fixed FSF address in copyright file (lintian reported error).
* Added lintian override 'package-name-doesnt-match-sonames' because the mondo
package does contain the mondo libraries. They are only useful for mondo and
it thus doesn't make sense to put them in separate packages.
-- Andree Leidenfrost <aleidenf@bigpond.net.au> Sat, 8 Oct 2005 18:12:11 +1000
mondo (2.04-6) unstable; urgency=low
* Use get_phys_size_of_drive() to determine maximum amount of data to
be read in slice_up_file_etc in libmondo-archive.c. (This bug was
introduced with fix for bug #273980.) (Closes: #318694.)
* Fixed display problem in newt mode where old strings weren't fully
overwritten which led to garbled display by improving function
center_string() in libmondo-string.c. (Closes: #320152.)
-- Andree Leidenfrost <aleidenf@bigpond.net.au> Sun, 31 Jul 2005 15:20:47 +1000
mondo (2.04-5) unstable; urgency=low
* Various fixes/enhancements for interactive backups to NFS (Closes: #305304): * Remove old ISO files in directory nfs_remote_dir (under isodir) rather than just isodir. * Create mountpoint for isodir in temporary directory simliar to what is done for mondoarchive tmp and scratch directories * Umount temporary isodir and remove mountpoint when mondoarchive finishes. * Check whether nfs_remote_dir exists and is writable. If not, give popup to allow user to rectify. (I.e. no longer silently try to write to isodir in case nfs_remote_dir is not writable or doesn't exist.) * Call function 'store_nfs_config' in interactive mode when NFS is selected so that NFS config does actually end up on the rescue media. * Changed standards version from 3.6.1 to 3.6.2 without package changes.
-- Andree Leidenfrost <aleidenf@bigpond.net.au> Sat, 18 Jun 2005 12:33:02 +1000
mondo (2.04-4) unstable; urgency=medium
* Evaluate the status returned by pclose when calling a program in function
'run_program_and_log_to_screen'. This gives immediate feedback to the user
in case mindi fails to create boot disks and should. (Closes: #295893)
* Abort if running under sudo and DVD writing is requested as growisofs will
refuse to run as sudo. Amended mondoarchive manpage accordingly.
(Closes: #293147)
* Moved package 'mondo-doc' from section 'utils' to correct section 'doc'.
* Added homepage to package descriptions as per Developer's Reference 2.6.4.
-- Andree Leidenfrost <aleidenf@bigpond.net.au> Sat, 26 Mar 2005 17:24:37 +1100
mondo (2.04-3) unstable; urgency=low
* Fixed control file entry for mondo-doc (Closes: #290947.): - removed architecture from 'Suggests:' as this is not supported; - removed spurious 'Recommends: buffer'. * Changed behaviour of mondoarchive's '-N' flag to not only exclude NFS mounts but also other network filesystems (Closes #286088.): - SMB (smbfs); - Code (code); - Netware (ncpfs). * Changed maximum log size to included in bug report via script from 1MB to 10 MB. * Added 'Recommends: dvd+rw-tools' for mondo as more and more people are using DVD writers. * Added information about floppy disks as rescue media to README.Debian. * Added option '-P' when calling df to determine partition that holds mondoarchive's ISO directory in libmondo-tools.c. This ensures that a valid result is yielded irrespective of whether devfs is used or not. Kudos to Chuan-kai Lin for finding the problem and providing a fix! (Closes #295592.)
-- Andree Leidenfrost <aleidenf@bigpond.net.au> Mon, 21 Feb 2005 20:07:36 +1100
mondo (2.04-2) unstable; urgency=low
* Accept /etc/modprobe.d as mindi will use it on a 2.6 kernel. This is
required for fixing #282106; this bug will be closed via mindi, though.
* Bumped dependency to mindi package to 1.04-2 accordingly.
* Have a suggests dependency on mondo from mondo-doc only for architecture
i386 as mondo is currently only available on the i386 architecture.
* Make beginning of package short descriptions non-capital to fix lintian
warning.
* Fixed compiler warnings:
- removed unused variable 'tmp' from function
'find_and_store_mondoarchives_home;
- cast 'EXTTAPE' to long in define for 'TAPE_BLOCK_SIZE'.
* Free 'command' string at end of function 'get_fattr_list' to be consistent
with rest of code.
* Added workaround for possible segementation fault when using newt interface
of mondoarchive to README.Debian.
-- Andree Leidenfrost <aleidenf@bigpond.net.au> Sun, 16 Jan 2005 19:52:18 +1100
2004
mondo (2.04-1) unstable; urgency=low
* New upstream release. Following changes were made to upstream source:
- removed binary file 'smbinst' to be compliant with Debian policy;
- fixed permissions of file 'configure' to allow build.
* Corrected priority in package control file to 'optional'.
* Changed ARBITRARY_MAXIMUM in my-stuff.h from 500 to 2000. Increases the
maximum number of items displayed in the restore file browser accordingly.
(Closes: #275385.)
* Added workaround for file browser limitations to README.Debian.
* Added bug scripting to include mindi dependencies, log files and file
system information in bug reports.
* Make mondo depend on mindi version >= 1.04.
* Preserve command given with '-B' when '-m' is used. Patch provided by
Efraim Feinstein - thanks Efraim!. (Closes: #278000.)
* Replaced deprecated '-P' with current '-publisher' in calls to mkisofs.
* Made the publisher consistently 'www.mondorescue.org' for all calls to
mkisofs.
-- Andree Leidenfrost <aleidenf@bigpond.net.au> Sun, 7 Nov 2004 17:13:20 +1100
mondo (2.03.1-2) unstable; urgency=medium
* Fixed command line parsing so that option '-C' (CD streaming) takes
an argument for the media write speed to bring things inline with the
manpage and the behaviour for other write options. (Closes #269072.)
* Fixing the above revealed another issue where mondoarchive would
give segmentation faults when using option '-C'. This was due to a
missing malloc for structure 'g_tapecatalog' and trying to treat a CD
drive like a tape when opening it for writing. Fixed this.
* Added section to README.Debian detailing (poor ) status of CD streaming.
* Added section to README.Debian about the potential need to increase the
maximum of file descriptors in user session.
* Added section to README.Debian about using a symlink for /root/images to
avoid filling up a small root partition.
* Fixed race condition in slice_up_file_etc in libmondo-archive.c cause
mondoarchive to hang when archiving large growing files. (Closes: #273980.)
* Added section to README.Debian to give hints regarding (V)FAT versus NTFS
archiving.
* Updated debhelper build dependency to 4.2.20.
* Added Amaya to Uploaders
* Fixed Hugo's email address in manpages.
* Include upstream autorun script in package. (Closes: #274947.)
-- Andree Leidenfrost <aleidenf@bigpond.net.au> Sun, 03 Oct 2004 00:25:54 +1100
mondo (2.03.1-1) unstable; urgency=low
* New upstream release, fixes most reported bugs.
(Closes: #158815, #158816, #162231, #189974, #195612, #220420, #222049,
#222108, #224098, #260656)
* Rewrote package description.
* Split out documentation into separate package
* Changes compared to upstream package:
* Make mondo more clever about finding its home. This avoids mondo
considering directory '/usr/share/doc/mondo' as its home.
* Really fixed bug #233605 by removing binary file 'sbminst' from upstream
source to be compliant with Debian policy (bumped upstream version:
2.03 -> 2.03.1). (Also fixed permissions of file 'configure'.)
* Fixed issue where mondoarchive ejects CD/DVD despite writing iso images.
* Fixed disk geometry calculations for 2.6 kernels in mondorestore (wrong
bracketing in get_phys_size_of_drive throws away correct disksize and
replaces it with incorrect one).
* Install mondorestore manpage which doesn't get installed by upstream
'make install' (fixes lintian error).
* Removed file 'config.log' and added lintian override (fixes lintian
warning).
-- Andree Leidenfrost <aleidenf@bigpond.net.au> Mon, 09 Aug 2004 21:39:39 +1100
mondo (1.66-2.1) unstable; urgency=low
* NMU version (by co-maintainer).
* Moved /usr/share/mondo to /usr/lib/mondo as it contains arch-dependent
files. (Closes: #209189)
* Have executable mondoarchive, mondorestore and mondo-makefilelist in
/usr/bin exclusively rather than links to /usr/share/mondo/* (lintian).
* Replaced binary-only files with binaries from Debian packages and removed
from source package (Closes: #233605):
* swapped petris out for tint
* swapped pico out for nano
* Added dependency on binutils package. (Closes: #233539)
* Made mondoarchive recognise grub config file on Debian. (Closes: #257313)
* Made mondoarchive ignore /usr/share/doc/mondo when looking for its home.
(Closes: #233989)
* Updated from standards version 3.5.9 to 3.6.1 (lintian).
* Remove config.* files in clean target of rules file (lintian).
-- Andree Leidenfrost <aleidenf@bigpond.net.au> Wed, 04 Aug 2004 20:24:47 +1100
2003
mondo (1.66-2) unstable; urgency=low
* Changed all /mnt/{cdrom,floppy} to /{cdrom,floppy}.
-- Hector Garcia <hector@debian.org> Wed, 15 Oct 2003 00:05:01 +0200
mondo (1.66-1) unstable; urgency=low
* New upstream version.
-- Hector Garcia <hector@debian.org> Sun, 12 Oct 2003 23:59:21 +0200
mondo (1.61-2.2) unstable; urgency=low
* NMU to fix bugs.
* Removed bashism from mondo/common/libmondo-tools.c as suggested by
Roderick Schertler. Closes: #206627.
* This /is/ version 1.61; stale bug closed. Closes: #174542.
-- Steven R. Baker <srbaker@debian.org> Fri, 22 Aug 2003 02:13:07 -0300
mondo (1.61-2.1) unstable; urgency=low
* NMU to fix RC bugs. * Removed slang1-dev; it is implicit from libnewt, and * Rebuilt with new libnewt. Closes: #197083, #199487. * Added dependency on dosfstools. Closes: #204111.
-- Steven R. Baker <srbaker@debian.org> Fri, 22 Aug 2003 01:55:36 -0300
mondo (1.61-2) unstable; urgency=low
* Fix a stupid links bug.
-- Hector Garcia <hector@debian.org> Tue, 03 Jan 2003 18:54:20 +0100
2002
mondo (1.61-1) unstable; urgency=low
* New upstream version.
-- Hector Garcia <hector@debian.org> Tue, 29 Dec 2002 18:54:20 +0100
mondo (1.45.1-1) unstable; urgency=low
* New upstream revision.
* Mondo warns you if you backup a DOS file system without having mkfs.vfat.
(Closes: #144646).
* Mondo is now able to restore large files. (Closes: #148740).
* Fixed the problem about the pico symlink. (Closes: #137227).
* An aborted full backup don't affect date for differential backups.
(Closes: #139789).
* Mondo now supports devfs. (Closes: #142880).
* Now 0 as compression value means no compresion. (Closes: #140670).
* Added latest version of html docs from website into the package.
* Changed priority from optional to extra.
* Upgraded Standards-Version to latest on policy.
* Upgraded dependency on mindi to 0.64.
* Added dependency on binutils. (Closes: #155037).
-- Hector Garcia <hector@debian.org> Tue, 13 Aug 2002 01:54:20 +0100
mondo (1.43.7-1) unstable; urgency=low
* New upstream revision.
-- Hector Garcia <hector@debian.org> Fri, 19 Jun 2002 10:54:20 +0100
mondo (1.41.1-1) unstable; urgency=low
* New upstream revision.
* Already using latest config.{guess,sub}. (Closes: #138608).
* Added depend to: lzop, cdrecord. (Closes: #136769, #138393).
* Hardcoded mondo path to prevent failures. (Closes: #139911).
-- Hector Garcia <hector@debian.org> Mon, 26 Mar 2002 10:54:20 +0100
mondo (1.40.5-1) unstable; urgency=low
* New upstream revision.
* Update config.{guess,sub}. (Closes: #135552)
* Added libncurses5-dev to build-depends and deleting config.cache.
(Closes: #135573)
* Fixed description. (Closes: #136005)
-- Hector Garcia <hector@debian.org> Fri, 28 Feb 2002 10:54:20 +0100
mondo (1.40-1) unstable; urgency=low
* Initial Release. (Closes: #122731)
-- Hector Garcia <hector@debian.org> Fri, 16 Feb 2002 18:54:20 +0100