Skip to content

Commit

Permalink
3.0b1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
weston-nrl committed Sep 9, 2019
1 parent ec79faf commit 31abb0a
Show file tree
Hide file tree
Showing 158 changed files with 24,364 additions and 3,939 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,7 @@ BSD (incl. MacOS), but not yet for WIN32 (This is work in progress). Also,
more complete documentation, including Doxygen-based code documentation and
a "Developer's Guide" with examples needs to be provided.

Brian Adamson <adamson@itd.nrl.navy.mil> 30 September 2003

Brian Adamson <adamson@itd.nrl.navy.mil> 26 June 2017



10 changes: 3 additions & 7 deletions TODO.TXT
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,14 @@ the future:
0) Documentation, documentation, documentation!!! Code documentation and
"Developers' Guide" materials.

1) ProtoDisptacher use of "epoll()" (Linux), "kqueue()" (BSD), and "/dev/poll"
(Solaris) for enhanced performance over the current use of "select()". We
may also explore use of "pselect()" further if it makes sense.

2) Generalize the Mutex stuff used in ProtoDispatcher for general purpose
1) Generalize the Mutex stuff used in ProtoDispatcher for general purpose
thread synchronization purposes ...

3) Make code truly UNICODE compliant ... In particular, any functions which
2) Make code truly UNICODE compliant ... In particular, any functions which
take/return strings (currently "char*") should instead use "tchar"
types/functions as appropriate.


Brian Adamson
<adamson@itd.nrl.navy.mil>
9 June 2005
26 June 2017
7 changes: 5 additions & 2 deletions VERSION.TXT
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@ to provide some additional description of significant changes made.
Additionally, the developers will try to provide more timely releases of
the Protolib source tree outside of the SVN repository.



Version 3.0b1
=============
- ProtoDispatcher can now use "epoll()" (Linux), "kqueue()" (BSD), and
"/dev/poll" (Solaris), and "pselect()" for enhanced performance over
the current use of "select()"

Version 2.1b1
=============
Expand Down
Loading

0 comments on commit 31abb0a

Please sign in to comment.