bert/History.txt

42 строки
1020 B
Plaintext
Исходник Постоянная ссылка Обычный вид История

2012-05-26 02:03:29 +04:00
= 1.1.6 / 2012-05-25
* Bug fixes
* Better handling of utf-8 characters
2011-12-12 15:17:09 +04:00
= 1.1.5 / 2011-12-09
* Bug fixes
* Faster and more secure C BERT decoder
* Fix for encoding of negative bignums
* Ruby 1.9 compatibility
2010-02-09 03:16:02 +03:00
= 1.1.2 / 2010-02-08
2010-02-09 03:14:57 +03:00
* Bug fixes
* Fix bignum handling on 256 byte boundary
* Remove unnecessary rubygems require
2010-01-13 04:00:54 +03:00
= 1.1.1 / 2010-01-12
2009-11-23 22:14:31 +03:00
* Bug fixes
* require 'stringio'
* Fix number encoding problem on 32 bit arch
2009-11-23 22:14:31 +03:00
2009-10-28 21:58:01 +03:00
= 1.1.0 / 2009-10-27
2009-10-24 11:42:12 +04:00
* Major Changes
* Remove reliance on Erlectricity.
2009-10-28 21:58:01 +03:00
* Bug fixes
* Fix unsigned int problem in C decoder
* Fix stack overflow segfault in C binary decoder for > 8MB binaries
* Optimize C bytelist decoder
* Fix bignum encoding
2009-10-24 11:42:12 +04:00
= 1.0.0 / 2009-10-19
* No changes. Production ready!
2009-10-16 06:53:10 +04:00
= 0.2.0 / 2009-10-15
* Major changes
* Use {time, MegaSecs, Secs, Microsecs} for time serialization
* Use array of options for regex serialization
* Tests
* Add roundtrip tests
2009-10-11 23:46:47 +04:00
= 0.1.0 / 2009-10-08
2011-12-12 15:17:09 +04:00
* Birthday!