File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55cmake_minimum_required (VERSION 3.14 )
66
7- project (sdbus-c++ VERSION 2.1 .0 LANGUAGES CXX C )
7+ project (sdbus-c++ VERSION 2.2 .0 LANGUAGES CXX C )
88
99include (GNUInstallDirs ) # Installation directories for `install` command and pkgconfig file
1010
Original file line number Diff line number Diff line change @@ -301,3 +301,13 @@ v2.1.0
301301- Change googletest to default version 1.14.0
302302- Add version parameter to the xml2cpp codegen tool
303303- A few other internal refactorings and improvements
304+
305+ v2.2.0
306+ - Add createLightWeightProxy() overload for convenience
307+ - Add cookie-related API to Message class
308+ - Add async overloads of GetManagedObjects() function
309+ - Add signature_of specialization for r-value references
310+ - Create a valid sdbus::Error even when errno is invalid or zero
311+ - Fix the return type of some slot-returning functions
312+ - Fix annotation generation in xml2cpp tool
313+ - A few other, mainly CI related updates
Original file line number Diff line number Diff line change 44
55cmake_minimum_required (VERSION 3.5 )
66
7- project (sdbus-c++-tools VERSION 2.1 .0)
7+ project (sdbus-c++-tools VERSION 2.2 .0)
88
99include (GNUInstallDirs )
1010
You can’t perform that action at this time.
0 commit comments