-
Notifications
You must be signed in to change notification settings - Fork 8
/
ChangeLog
38 lines (29 loc) · 1.1 KB
/
ChangeLog
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
2010-11-24 oleg <[email protected]>
* Version 0.2.1.
* Network/Memcache/Protocol.hs (delete): Pass the command name to
hPutCommand.
2010-07-15 oleg <[email protected]>
* Version 0.2.
2010-07-14 oleg <[email protected]>
* NEWS: Updated.
* memcached.cabal: Updated version, maintainer and
extra-source-files, fixed build-depends.
2010-07-14 oleg <[email protected]>
* Network/Memcache/Serializable.hs (Serializable): Support
ByteString. Serialize all types to ByteString instead of String.
Encode/decode strings to/from UTF8.
(toString, fromString, toStringL, fromStringL): Renamed to
serialize, deserialize, serializeL, deserializeL. Updated all
references.
* Network/Memcache/Protocol.hs: Store all values in memcache as
ByteString's.
(hGetNetLn): Rewrote to use hGetLine.
* memcached.cabal: Depend on the bytestring and utf8-light packages.
2010-07-13 oleg <[email protected]>
* README: New file.
2010-07-13 oleg <[email protected]>
* ChangeLog, NEWS: New files.
2010-07-13 oleg <[email protected]>
* Added .gitignore.
2010-07-13 oleg <[email protected]>
* Initial commit (version 0.1.2)