forked from copiousfreetime/crate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHISTORY
31 lines (22 loc) · 734 Bytes
/
HISTORY
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
= Crate Changelog
== Version 0.2.1 2009-01-18
=== Enhancements
* update with new amalgalite vesion
* update to new openssl version
=== Bugfixes
* fix missing libs on final build
* fix lib ordering on final build
== Version 0.2.0 2008-12-20
=== Enhancements
* use Net::FTP for passive ftp [ jonbrenner ]
* use Net::HTTP instead of open-uri
=== Bugfixes
* update sha1 hash for amalgalite gem [ jonbrenner ]
* update dependencies, removing progressbar and adding logging
* fix digest check task [ jonbrenner ]
* set binary mode for writing downloaded files to disk
== Version 0.1.1
* fix packing of ruby stdlib extension's pure ruby components
* checksum on upstream source is optional
== Version 0.1.0
* Initial public release