packages feed

memcached-0.2: ChangeLog

2010-07-15  oleg <oleg@janrain.com>
	* Version 0.2.

2010-07-14  oleg <oleg@janrain.com>
	* NEWS:  Updated.
	* memcached.cabal:  Updated version, maintainer and
	extra-source-files, fixed build-depends.

2010-07-14  oleg <oleg@janrain.com>
	* 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 <oleg@janrain.com>
	* README:  New file.

2010-07-13  oleg <oleg@janrain.com>
	* ChangeLog, NEWS:  New files.

2010-07-13  oleg <oleg@janrain.com>
	* Added .gitignore.

2010-07-13  oleg <oleg@janrain.com>
	* Initial commit (version 0.1.2)