Changelog for
libpth14-devel-1.4.1-4mdk.i586.rpm :
Tue Sep 2 12:00:00 2003 Nicolas Planel
1.4.1-4mdk
- fixing libname, mklibname, ...
Tue Jul 22 12:00:00 2003 Per �yvind Karlsen 1.4.1-3mdk
- rebuild
- use %make macro
Fri Jun 28 12:00:00 2002 Geoffrey Lee 1.4.1-2mdk
- Include pth.m4 (Quel Qun).
- Drill out -I/usr/include (Quel Qun).
Mon Jun 17 12:00:00 2002 Geoffrey Lee 1.4.1-1mdk
- Bump up release.
Sat Aug 25 12:00:00 2001 Geoffrey Lee 1.4.0-2mdk
- s/Copyright/License/
- Sanity build for 8.1.
Sun Apr 8 12:00:00 2001 Geoffrey Lee 1.4.0-1mdk
- Roll out 1.4.0 for everyone to use.
- Correct libname policy done by fg earlier (should be 13, 14) ..
Wed Feb 28 11:00:00 2001 Frederic Lepied 1.3.7-2mdk
- provides pth/pth-devel
Thu Jan 4 11:00:00 2001 Francis Galiegue 1.3.7-1mdk
- New lib policy:
* s,pth,lib&,g
* Obsoletes: pth (and -devel)
* no need for serial anymore
- Don\'t use macros when not needed
Sun Jul 30 12:00:00 2000 Geoffrey Lee 1.3.7-1mdk
- new version
Thu Jul 27 12:00:00 2000 Francis Galiegue 1.3.6-1mdk
- 1.3.6
- BMacros
- numerous spec file changes - why has the Makefile gone so screwy?
Mon Jul 10 12:00:00 2000 Stefan van der Eijk 1.3.1-4mdk
- makeinstall macro
- macroszifications
Thu Apr 13 12:00:00 2000 Francis Galiegue 1.3.1-3mdk
- Changed group for -devel
Thu Mar 16 11:00:00 2000 Francis Galiegue
- Some spec file changes
- Changed group to match 7.1 specs
- Let spec-helper do its job
Tue Feb 22 11:00:00 2000 Geoffrey Lee 1.3.1-1mdk
- v1.3.1
Wed Feb 9 11:00:00 2000 Frederic Lepied 1.2.3-2mdk
- bzip man pages and make rpmlint happy.
Tue Feb 8 11:00:00 2000 Frederic Lepied 1.2.3-1mdk
- version 1.2.3
Fri Jul 30 12:00:00 1999 Ryan Weaver
[pth-1.0.3-1]
- Fixed inconsistent and wrong API value: PTH_ATTR_NULL existed and was
documented as PTH_ATTR_NONE. But actually the intended and intuitive
value was PTH_ATTR_DEFAULT. !BE CAREFUL: This is an API change and
requires adjustments in Pth applications!
[Ralf S. Engelschall, Eric Newton ]
- Make sure pthread.h.in doesn\'t redefine the poll(2) environment
under built-time because it\'s already defined by the included pth.h.
[Kriton Kyrimis ]
- Add readv/writev environment fallback definitions to pthread.h.in.
[Ralf S. Engelschall]
- Support for AmigaOS in pthreads.c: timespec attributes have (correct)
ts_ prefix under AmigaOS and not the (bogus) POSIX tv_ prefix
[Kriton Kyrimis ]
- Add `#include \' for struct timespec to pthread.h.in
and removed timespec references in pth.h.in.
[Ralf S. Engelschall]
- Fixed documentation for pth_spawn() and pth_wait().
[Ralf S. Engelschall, Eric Newton ]