# This files contains the Last changes not contained in ChangeLog

* some codejunk removed, caused Mailbeacons to appear in the dxcluster...
* ConfigDir now adjustable in the makefile
* Fix: since 0.17 there was a wrong err.msg in the syslog "unknown interal command OFFERNEWQSO"
* New internal command SPYSTOPID <id>
* Now Multiple spys per client possible
* DNS-Dump vorbereitet
* Zeiger auf zugehriges QSO "otherqso"
* Es werden bei QFFERALLQSO nur noch das QSO in einer Richtung angeboten;
  wer das anders braucht benutze OFFERALLNEWQSO
* New internal command OFFERALLNEWQSO
* New internal command QUERYQSOID
* ax25spy new option  -n and -N and -S <qsoid>
* ax25spyd sends now T_SPYEND, wenn spying ends due to disc or due to SPYSTOPID
* new internal command RAWPACKET
* Moved the -f command from the ax25spyd to ax25spy

0.19pre
* the qso will now be searched in ax25_decode(), not in tryspy() any more
  and the packet-struct does now contain a pointer to the qso-struct
* some	if(!fDaemon) printf( ... changed into  if( fVerbose ) syslog(LOG_INFO ...
* UI - "QSOs" were not spyid, because they had always the same "number"
  and there were compared with the wrong value (ORD_UI instead of UI) Fixed.
* DISC wasn't (erkannt) because the frametype were compared with ORD_DISC
  and not with DISC. Fixed
* Fixed coredumping error in delqso() (since 0.19pre :-)
* Server sockets using SO_REUSEADDR again
* the 2.2 detection code contained an error. Fixed.
* the 2.2 detection code improved, tnx Jrg, DL1BKE
* switch -f (forcenokiss) for ax25spyd, for kax25 without the transmitting
  pf the KISS-Byte first on the monitorsocket (2.2-Kernel). Try this, if
  autodetection does not work
* New Special Header T_OFFERQSO instead of T_SPYHEADER for situation, were
  the QSO is only offered. If the spy starts, a T_SPYHEADER is still transferred
------cvs commit
0.19pre2
* new commands VERSION (returning string) and PROTVERSION (returning int)
* new command AUTOSPYOTHER (spys automagically the other qso, if the
  otherotherqso has been spied)
* ax25spy -S  spyt nun auch automatisch das Gegenqso
* more errors removed from delQSO(); delQSO also kills otherqso
