ossp-pkg/pth/ChangeLog 1.525 -> 1.526
--- ChangeLog 2000/08/18 07:39:08 1.525
+++ ChangeLog 2000/08/18 07:57:37 1.526
@@ -154,6 +154,87 @@
| |_ ___) |
__|_(_)____/____________________________________________________________
+ Changes between 1.3.6 and 1.3.7 (01-Jul-2000 to 29-Jul-2000)
+
+ *) Backport from GNU Pth 1.4a3:
+ Upgraded to GNU shtool 1.5.1. This fixes especially the
+ compilation problems under Solaris which were caused by a too
+ unportable `shtool version' command from 1.5.0.
+ [Ralf S. Engelschall]
+
+ *) Backport from GNU Pth 1.4a3:
+ Fixed (unused) pth_time_mul() function: operator & replaced by %
+ [Tim Harris <tim.harris@snellwilcox.com>]
+
+ Changes between 1.3.5 and 1.3.6 (17-Apr-2000 to 01-Jul-2000)
+
+ *) Backport from GNU Pth 1.4a2:
+ Upgraded to GNU Shtool 1.5.0
+ [Ralf S. Engelschall]
+
+ *) Backport from GNU Pth 1.4a2:
+ Added OS/390 support to config.sub.
+ [Greg Ames <gregames@raleigh.ibm.com>]
+
+ *) Backport from GNU Pth 1.4a2:
+ Upgraded rse-pmt.ps paper to latest version as it was
+ published on USENIX 2000.
+ [Ralf S. Engelschall]
+
+ *) Backport from GNU Pth 1.4a2:
+ Upgraded to GNU libtool 1.3.5
+ [Ralf S. Engelschall]
+
+ *) Backport from GNU Pth 1.4a2:
+ Allow for convinience reasons pth_usleep() to accept also
+ arguments greater than 1000000.
+ [Harvinder Sawhney <hsawhney@hotmail.com>]
+
+ Changes between 1.3.4 and 1.3.5 (16-Apr-2000 to 17-Apr-2000)
+
+ *) Fixed the <sys/select.h> checks in Autoconf: the logic
+ was reversed and this way <sys/select.h> wasn't included on
+ platforms were it existed and included where it wasn't present.
+ [M. Lavasani <lavasani@connect.org.uk>]
+
+ Changes between 1.3.3 and 1.3.4 (10-Mar-2000 to 16-Apr-2000)
+
+ *) Merged from Pth 1.4a1:
+ Fixed usage of `volatile' qualifier in pointer context.
+ [Ralf S. Engelschall]
+
+ *) Merged from Pth 1.4a1:
+ Now pth.h and pthread.h include the non-standard <sys/select.h>
+ header on brain-dead platforms (like AIX) to get the definition of
+ fd_set (which is required for the pth_select prototype).
+ [Ralf S. Engelschall, Stian Seeberg <stian@nimsoft.no>]
+
+ *) Merged from Pth 1.4a1:
+ Fixed auto-configuration for ISC and Win32/Cygwin platforms.
+ [Ralf S. Engelschall, Giwon On <Giwon.On@KOM.tu-darmstadt.de>]
+
+ *) Merged from Pth 1.4a1:
+ Removed -L. from $(LDFLAGS) in Makefile.in, because this
+ is not required (libtool already takes care of this).
+ [Ralf S. Engelschall]
+
+ *) Merged from Pth 1.4a1:
+ Removed the too explicit `-m 644' from the libtool/shtool
+ installation command for libpth.la and instead use a `umask 022'.
+ The reason is because some platforms require the shared libraries
+ to be executable, so we cannot use an explicit mode. But we use the
+ umask to make sure we don't result in world or group writeable files.
+ [Ralf S. Engelschall, Daniel Richard G. <straker@MIT.EDU>]
+
+ *) Merged from Pth 1.4a1:
+ Use full-path /sbin/sysctl in config.guess on FreeBSD because
+ not all users have /sbin in their $PATH.
+ [Jeff Trawick <trawick@ibm.net>]
+
+ *) Merged from Pth 1.4a1:
+ Upgraded to GNU shtool 1.4.9
+ [Ralf S. Engelschall]
+
Changes between 1.3.2 and 1.3.3 (24-Feb-2000 to 10-Mar-2000)
*) Under Solaris and --enable-optimize we now also check for the
|
|