File: Changes

package info (click to toggle)
libdr-tarantool-perl 0.15-1%2Bdeb70u1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 308 kB
  • sloc: perl: 2,901; makefile: 21
file content (44 lines) | stat: -rw-r--r-- 1,275 bytes parent folder | download
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
Revision history for Perl extension DR::Tarantool.

0.01  Sat May 12 18:51:55 2012
	- original version; created by h2xs 1.23 with options
		-n DR::Tarantool

0.02  Sun May 20 10:38:44 MSK 2012
        - update documentation

0.03  Sun May 20 17:17:38 MSK 2012
	- fix forgotten depends

0.04  Tue May 22 17:52:21 MSK 2012
	- upgrade tests for new upstream library (there is no changes in driver)

0.05  Thu May 24 11:50:11 MSK 2012
        - call_lua always unpacks fields, even if You doesn't define
            their types.

0.06  Thu May 24 13:54:30 MSK 2012
	- sync methods return tuple or undef

0.07  Thu May 24 18:06:17 MSK 2012
        - iterator can construct Your objects.

0.08  Fri May 25 11:12:40 MSK 2012
        - add 'JSON' to filed type list.

0.09  Sat May 26 13:45:12 MSK 2012
        - fix iterators if iter->count > 2

0.11 Tue May 29 21:18:58 MSK 2012
        - add DR::Tarantool::CoroClient.
        - you can select tuples using partial index.

0.12 Sat Jun  2 22:37:15 MSK 2012
        - add INT & INT64 types (signed value)
        - add MONEY & BIGMONEY types

0.14 Mon Jun  4 10:23:52 MSK 2012
	- if Coro isn't installed all tests passed properly

0.15 Thu Jun  7 00:07:44 MSK 2012
	- fix tuple destructor (it doesn't crashes in global destructor)