1.05 25th March 1999
--------------------
- Added username and password to dnping. Thanks to David G North for the
  patch.
- added getnodename and setnodename to libdnet for Steve's kernel patch
- Fixed a lot of compilation warnings with newer version of egcs
- I've improved some of the binary building mechanisms - this shouldn't
  affect users but it makes life easier for me and also makes the building
  of packages possible on machines other than mine!
- This release is built on Debian 2.1 which has some unfortunate side-effects
  on the binary RPMs in that it now includes a copy of the C++ library to get
  around some egcs problems.
- Fixed declaration of ENDIAN bits and AF_LOCAL in sethost.c which were wrong
  for kernel 2.0 and also caused uncessary warnings when compiling under SuSE.
- Renamed libdnet to include a version number. We may need this in the future.
  I've also changed the soname to include that version (very important).
- Added phone application. It's not complete yet but quite functional.


1.04 28th February 1999
-----------------------
- mail gateway now logs properly to syslog.
- mail gateway now accepts binary files sent with MAIL/FOREIGN and encodes
  them as MIME bodies.
- Fixed dncopy receiving files with really large record sizes. 
  (yes, they were savesets!)
  *** You will need the kernel patch 0.0.10 for this to work properly

1.03 7th February 1999
----------------------
- Fixed large file lengths returned from FAL.
- Send blocked files in 512 multiples. This seems to fix the
  corruption of large binary files (savesets yet again!) I was seeing.
- Fixed sending wrong file sizes on big-endian machines.
- Added SMTP sending to mail gateway
- Fixed some big-endian problems in fal

1.02 24th January 1999
----------------------
- Fixed sending of savesets with dncopy (something I've been doing rather a 
  lot of lately)
- Fixed the sending of files with records larger than 4156 bytes to fal
  (savesets again!)
- 'make clean' deletes the shared libdap
- Fundamental fixes to libdap that should get rid of those CAPITAL LETTER
  errors and partially copied files in FAL.
- Some ajustments to mail, in particular enabled multiple recipients.
- Fixes to dnmirror so it doesn't die so easily

1.01 17th January 1999
----------------------
- Fixed sending of multiple files
- Included mail gateway. This is a bit beta at the moment but I hope some 
  others with give it more testing than I possibly could. 
  See Documentation/mail.README

1.00 release 1st December 1998
------------------------------
I'm calling this release 1.00 for three reasons:
a) I think it works fine
b) I've had no bug reports since beta 3
c) I'm going on holiday now. No changes 'till after Christmas

- Added -e flag to dndir to show DIR/FULL type information
- Fixed include files on intel rpm package
- Made dndir print 4-digit dates

1.00beta3 24th November 1998
----------------------------
- Fixed permissions on user programs. D'oh!
- Added new setup script for configuring /etc/decnet.conf
- Slightly better packaging procedure (that benefits me rather than you)
- Fixed problem dealing with files that have backup dates. Thanks to 
  J.Heinen for finding this. No thanks to DEC for forgetting to mention it in
  the DAP specification.
- Fixed sethost on SPARC when actually talking to a VAX

1.00beta2 16th November 1998
----------------------------
- Fixed dncopy fetching wilcard lists of files
- Added SuSE compatibility to startup scripts
- ctermd now works on SPARC machines
- Lotsa bug-fixes in the installation and rpm bits
- Added debian package building


1.00beta1 10th November 1998
----------------------------
This is a new package. It contains all the stuff that was previously in
dntools, dnapps and dnlib: everything you need except the
kernel patch which will continue to be distributed seperately.

It also has the following new features:

- fal daemon. VMS can access files on the Linux system
- new startup script that starts ctermd, dnmirror and fal and also 
  automatically sets the ethernet MAC address. 
  I expect fan mail for that!
- system binaries have moved to $prefix/sbin
- a startup script for slackware systems
- the DAP-based programs have all be rewritten to use the new libdap. this
  should make them more reliable, smaller and less prone to the
  vagaries of VMS versions.
- works on big-endian architectures. Tested on SPARC Red hat 5.2

As well as the obvious benefit of being able to build them all on one go.

