-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangeLog
More file actions
32 lines (27 loc) · 1.1 KB
/
Copy pathChangeLog
File metadata and controls
32 lines (27 loc) · 1.1 KB
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
v0.5.0: Feature release
* Support for exposing C++ objects on the bus (aka service side support)
* Renamed dbustl::ObjectProxy::Interface to dbustl::Interface
* Added support for C++ deque type
* Support for C++0x tuple, array, unordered_set, unordered_map,
unordered_multimap, shared_ptr data type
* Reorganized serialization code
v0.4.0: Cleanup release
* Fixed building with gcc 4.4
* Fixed deserialization of unsigned char type, that would abort.
* Internal code refactoring and cleanup
* Some minor API changes regarding custom structs and compat C++ mode
* Renames ServerProxy as ObjectProxy
* Support for (de)serialisation of STL containers with
user-provided memory allocators
v0.3.0: Feature release
* Added exception-less mode
* Made ServerProxy methods signature independant of the use of C++ exceptions
* Dropped dependancy on dbus-glib
v0.2.0: Feature release
* Renamed Clientproxy as ServerProxy
* Revamped serialization/deserialization system
* Interface DoxygenInification
v0.1.1: BugFix release
* Fix pkg-config include path
* Added missing unit test file
v0.1: Initial Release