Check-in Number:
|
122 | |
Date: |
2000-Jul-28 16:40:25 (local)
2000-Jul-28 14:40:25 (UTC) |
User: | rse |
Branch: | |
Comment: |
*** empty log message *** |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/pth/ChangeLog 1.522 -> 1.523
--- ChangeLog 2000/07/28 19:18:46 1.522
+++ ChangeLog 2000/07/29 14:40:25 1.523
@@ -19,7 +19,10 @@
| ||__ _|
__|_(_) |_|_____________________________________________________________
- Changes between 1.4a2 and 1.4a3 (01-Jul-2000 to xx-Jul-2000)
+ Changes between 1.4a2 and 1.4a3 (01-Jul-2000 to 29-Jul-2000)
+
+ *) Upgraded to GNU shtool 1.5.1
+ [Ralf S. Engelschall]
*) Fixed (unused) pth_time_mul() function: operator & replaced by %
[Tim Harris <tim.harris@snellwilcox.com>]
|
|
ossp-pkg/pth/README 1.186 -> 1.187
--- README 2000/07/18 09:03:20 1.186
+++ README 2000/07/29 14:40:25 1.187
@@ -5,7 +5,7 @@
|_| \__|_| |_| the impossible.''
GNU Pth - The GNU Portable Threads
- Version 1.4a3 (18-Jul-2000)
+ Version 1.4a3 (29-Jul-2000)
ABSTRACT
|
|
ossp-pkg/pth/pth_vers.c 1.133 -> 1.134
--- pth_vers.c 2000/07/18 09:03:20 1.133
+++ pth_vers.c 2000/07/29 14:40:25 1.134
@@ -34,12 +34,12 @@
pth_internal_version_t pth_internal_version = {
0x104003,
"1.4a3",
- "1.4a3 (18-Jul-2000)",
- "This is GNU Pth, Version 1.4a3 (18-Jul-2000)",
- "GNU Pth 1.4a3 (18-Jul-2000)",
+ "1.4a3 (29-Jul-2000)",
+ "This is GNU Pth, Version 1.4a3 (29-Jul-2000)",
+ "GNU Pth 1.4a3 (29-Jul-2000)",
"GNU Pth/1.4a3",
- "@(#)GNU Pth 1.4a3 (18-Jul-2000)",
- "$Id: GNU Pth 1.4a3 (18-Jul-2000) $"
+ "@(#)GNU Pth 1.4a3 (29-Jul-2000)",
+ "$Id: GNU Pth 1.4a3 (29-Jul-2000) $"
};
#endif /* _PTH_VERS_C_AS_HEADER_ */
|
|