1ChangeLog 2========= 3james.d.carlson@sun.com 4 - Removed bits and pieces not needed for use as a stand-alone library. 5 - Fixed two unreachable statements (statmch.c and stpm.c). 6 - Wrote Makefile for use with ON. 7 - Changed rstplib into a real library; expecting the caller to provide 8 symbol definitions is just wrong. 9 10## 11- $Log: ChangeLog,v $ 12- Revision 1.7 2002/01/20 07:34:36 ralex 13- - 'clilib' has been changed for 'readline' version 4.2 (thanks to 14- Michael Rozhavsky <mike@nbase.co.il>) 15- - 'The bug in clilib has been fixed 16- 17- Revision 1.6 2002/01/09 06:58:08 ralex 18- The first version is to outcome 19- 20- Revision 1.5 2001/11/29 09:54:31 ralex 21- - The bug in "Port Role Transitions state machine" has been 22- fixed (hop to the DESIGNATED_LISTEN) 23- - Defaults for 'bridge' and 'ports' configuration have 24- been moved; order of the initialization has been changed 25- 26- Revision 1.4 2001/11/26 08:02:12 ralex 27- All management entities from 14.8.1 & 14.8.2 are now supported 28- 29- Revision 1.3 2001/11/21 14:32:27 ralex 30- The file ChangeLog has been 'synchrinyzed' 31- 32- Revision 1.2 2001/11/21 14:22:12 ralex 33- - In the librstp.a : drastic change in Port Role Selection 34- state machine as a result of posting 35- of Mick Seaman and implementation of 802.1y Z1 36- - In libcli.c : readline completion works; for it 37- the structure CMD_DSCR_T has been redisgned 38- and the languages (both in 'mngr' and in 'bridge') 39- have been changed 40- 41- Revision 1.1 2001/11/14 14:10:44 ralex 42- - All per Port variables have been moved from the State 43- Machines into the Port instance (it made the state 44- machines much more clear) 45- 46- - In libcli.a instead of stupid fgets() function we use 47- now readline (thanks to Michel Roshavsky) 48- 49- - 'mcheck' support 50- 51- - 'nonStp' support (I know, that it is out the standard, 52- but it seems to be useful (see a discussion on 53- http://www1.ietf.org/mail-archive/working-groups/bridge/current/msg00038.html) 54- and our customers demand it 55- 56- - The function rolesel.c has been drastically fixed, IMHO 57- closer to the standard 58- 59- - Nicer output 60 61## 62 63