-
Notifications
You must be signed in to change notification settings - Fork 2
/
NEWS
62 lines (35 loc) · 1.67 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Noteworthy changes in version 2.0.5 (2013-04-23)
------------------------------------------------
* Fix regression in W32 timer handling introduced by 2.0.3.
* Switch to i686-w64-mingw32 as default toolchain.
Noteworthy changes in version 2.0.4 (2010-08-02)
------------------------------------------------
* Bug fix: Export pth_enter and pth_leave.
Noteworthy changes in version 2.0.3 (2010-07-30)
------------------------------------------------
* Support WindowsCE.
* New functions pth_enter and pth_leave.
Noteworthy changes in version 2.0.2 (2008-10-17)
------------------------------------------------
* Support pipes created with non-standard extensions pth_pipe and
closed with pth_close.
* Allow destruction of mutexes with non-standard extension
pth_mutex_destroy.
* Support pth_usleep.
* Bug fixes.
* New non-standard fucntion pth_thread_id.
* Add PTH_HANDLE_EVENT.
Noteworthy changes in version 2.0.1 (2007-08-16)
------------------------------------------------
* Fixes. Better support for select.
Noteworthy changes in version 2.0.0 (2007-07-05)
------------------------------------------------
* First release. We need to use this unusually high version number
to indicate the version of Pth we are emulating.
Copyright 2007, 2008 g10 Code GmbH
This file is free software; as a special exception the author gives
unlimited permission to copy and/or distribute it, with or without
modifications, as long as this notice is preserved.
This file is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.