-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathANNOUNCE
86 lines (49 loc) · 1.73 KB
/
ANNOUNCE
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
To: comp.lang.scheme
Subject: [announce] Nausicaa/Zlib --- tag 0.2a0
Nausicaa/Zlib
=============
Nausicaa/Zlib is a binding between Zlib and R6RS Scheme
implementations. It is built upon Nausicaa/Scheme, making
use of its foreign functions interface. It supports Ikarus,
Mosh and Ypsilon Scheme.
Currently the package supports only GNU+Linux systems.
The latest release of the Nausicaa/Zlib package is
available at:
<http://github.com/marcomaggi/nausicaa/downloads>
the home page of the Nausicaa project is at:
<http://marcomaggi.github.com/nausicaa.html>
development takes place at:
<http://github.com/marcomaggi/nausicaa/tree/master>
the documentation is available on line:
<http://marcomaggi.github.com/docs/nausicaa-zlib.html>
Notes for 2010-03-29 tag 0.2a0
------------------------------
* Updated to Nausicaa/Scheme 0.2.
Notes for 2010-03-29 tag 0.1b5
------------------------------
* Updated to Nausicaa/Scheme 0.1a11.
Notes for 2010-03-15 tag 0.1b4
------------------------------
* Updated to Nausicaa/Scheme 0.1a10.
* Updated to Zlib 1.2.4.
Notes for 2009-12-02 tag 0.1b3
------------------------------
* Fixed problem with building infrastructure.
Notes for 2009-12-02 tag 0.1b2
------------------------------
* Updated to Nausicaa/Scheme version 0.1a7.
* Reorganised the low level libraries.
Notes for 2009-11-01 tag 0.1b1
------------------------------
* Added the (foreign zlib shared-object) library.
* Miscellaneous small changes.
Notes for 2009-10-25 tag 0.1b0
------------------------------
* It has been tested with Zlib 1.2.3.
* Original Zlib documentation is included.
### end of file
# Local Variables:
# mode: text
# fill-column: 60
# paragraph-start: "*"
# End: