forked from erocci/erocci
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
56 lines (38 loc) · 1.54 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
0.6 Jean Parpaillon <jean.parpaillon@free.fr>
* Add filters
* HTTP handler cleaning
* Update backend API: user mixins are 'capabilities' nodes
* Optimize categories management: occi_category_mgr acts as cache for user mixins
* Change in backend API (init must return schemas)
* Allow multiple listeners to run simultaneously
-- To be releases
0.5 Jean Parpaillon <jean.parpaillon@free.fr>
* Basic XMPP transport ok: CRUD operations
* 0-code mode: framework can be run with only config file. See start.sh script
-- 2014-04-30 18:10:00 +0100
0.4 Jean Parpaillon <jean.parpaillon@free.fr>
* New protocol (beta): XMPP. Example with start.sh -x <jid>
* Update to new xmpp lib, erim
-- 2014-03-27 16:12:00 +0100
0.3 Jean Parpaillon <jean.parpaillon@free.fr>
* New protocol: HTTPS (example with start.sh -s)
* New rendering: text/plain, text/occi
* Handle inline links
* Improved tests and bugfixes
-- 2014-03-20 15:47:12 +0100
0.2 Jean Parpaillon <jean.parpaillon@free.fr>
* Add XML rendering
* Introduce multi-backend: backends are linked to a path (like UNIX mountpoint)
* Multi-backends request are parallel
* Introduce test suite (bash)
-- 2014-02-15 12:05:56 +0100
0.1.1 Jean Parpaillon <jean.parpaillon@free.fr>
* Bug fixes:
* allow R16B* instead of R16B03
* commit occi_parser.erl file
* Add testsuite.sh for creating sample data
-- 2014-02-07 20:24:36 +0100
0.1 Jean Parpaillon <jean.parpaillon@free.fr>
* Initial release: implements full OCCI types on HTTP/JSON rendering
* Backend: mnesia
-- 2014-02-05 16:17:28 +0100