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