Check-in Number:
|
2703 | |
Date: |
2002-Oct-31 08:17:45 (local)
2002-Oct-31 07:17:45 (UTC) |
User: | rse |
Branch: | |
Comment: |
polish for OSSP sa 1.0.0 release |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/sa/AUTHORS 1.1 -> 1.2
--- AUTHORS 2002/03/15 10:50:08 1.1
+++ AUTHORS 2002/10/31 07:17:45 1.2
@@ -1,3 +1,10 @@
+ _ ___ ____ ____ ____
+ |_|_ _ / _ \/ ___/ ___|| _ \ ___ __ _
+ _|_||_| | | | \___ \___ \| |_) | / __|/ _` |
+ |_||_|_| | |_| |___) |__) | __/ \__ \ (_| |
+ |_|_|_| \___/|____/____/|_| |___/\__,_|
+
+ OSSP sa - Socket Abstraction
AUTHORS
|
|
ossp-pkg/sa/ChangeLog 1.7 -> 1.8
--- ChangeLog 2002/10/30 20:24:01 1.7
+++ ChangeLog 2002/10/31 07:17:46 1.8
@@ -11,7 +11,10 @@
This is a list of all changes to OSSP sa.
For a more brief summary please have a look at the NEWS file.
- Changes between 0.9.3 and x.x.x (30-Oct-2002 to xx-Nov-2002)
+ Changes between 0.9.3 and 1.0.0 (30-Oct-2002 to 31-Oct-2002)
+
+ o Various source tree cleanups.
+ [Ralf S. Engelschall]
o Cleanup markup in manual page (sa.pod)
[Ralf S. Engelschall]
@@ -39,7 +42,7 @@
o Rewrote the implementation of sa_option(3) in order to make options
configurable _before_ the underlying socket is implicitly
- allocated. This fixes especially sa_option(sa, SA_OPTION_REUSEADDR, 1)
+ allocated. This fixes especially sa_option(sa, SA_OPTION_REUSEADDR, 1)
before sa_bind().
[Ralf S. Engelschall, Michael van Elst <mlelstv@dev.de.cw.net>]
|
|
ossp-pkg/sa/INSTALL 1.2 -> 1.3
--- INSTALL 2002/10/26 15:45:32 1.2
+++ INSTALL 2002/10/31 07:17:46 1.3
@@ -1,9 +1,10 @@
- ___ __ _
- / __|/ _` |
- \__ \ (_| |
- |___/\__,_|
+ _ ___ ____ ____ ____
+ |_|_ _ / _ \/ ___/ ___|| _ \ ___ __ _
+ _|_||_| | | | \___ \___ \| |_) | / __|/ _` |
+ |_||_|_| | |_| |___) |__) | __/ \__ \ (_| |
+ |_|_|_| \___/|____/____/|_| |___/\__,_|
- OSSP sa -- Socket Abstraction Library
+ OSSP sa - Socket Abstraction
INSTALLATION
@@ -13,5 +14,5 @@
$ ./configure --prefix=/path/to/sa
$ make
$ make check
- $ make install
+ $ make install [DESTDIR=/path/to/temp/root]
|
|
ossp-pkg/sa/NEWS 1.2 -> 1.3
--- NEWS 2002/10/26 17:59:30 1.2
+++ NEWS 2002/10/31 07:17:46 1.3
@@ -11,3 +11,5 @@
This is a list of major changes to OSSP sa. For more detailed
change descriptions, please have a look at the ChangeLog file.
+ -NONE-
+
|
|
ossp-pkg/sa/README 1.9 -> 1.10
--- README 2002/10/30 19:17:01 1.9
+++ README 2002/10/31 07:17:46 1.10
@@ -5,7 +5,7 @@
|_|_|_| \___/|____/____/|_| |___/\__,_|
OSSP sa - Socket Abstraction
- Version 0.9.3 (30-Oct-2002)
+ Version 1.0.0 (31-Oct-2002)
ABSTRACT
|
|
ossp-pkg/sa/TODO 1.45 -> 1.46
--- TODO 2002/10/30 18:46:22 1.45
+++ TODO 2002/10/31 07:17:46 1.46
@@ -7,10 +7,14 @@
OSSP sa - Socket Abstraction
TODO
- ----
+
+ The following items still have to be done:
+
+ -NONE-
CANDO
- -----
+
+ The following items can be done if wished and time permits:
o what about actually written bytes in case of sa_writef?
Should we internally retry somehow?
|
|
ossp-pkg/sa/VERSION 1.6 -> 1.7
--- VERSION 2002/10/30 19:17:01 1.6
+++ VERSION 2002/10/31 07:17:46 1.7
@@ -2,5 +2,5 @@
VERSION -- Version Information for OSSP sa (syntax: Text)
[automatically generated and maintained by GNU shtool]
- This is OSSP sa, Version 0.9.3 (30-Oct-2002)
+ This is OSSP sa, Version 1.0.0 (31-Oct-2002)
|
|