Skip to content

Commit

Permalink
Updated changelog for v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Durfina committed Jul 24, 2018
1 parent fa878e5 commit 4f5dfbc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ v0.3.0
* if you're using lower-level API, please rename 'Message' to whatever concrete message type (MethodCall, MethodReply, Signal) is needed there,
* if you're using higher-level API, please re-compile and re-link your application against sdbus-c++,
* if you're using generated stub headers, please re-compile and re-link your application against sdbus-c++.

v0.3.1
- Fixed hogging the CPU by server with async methods (issue #15)
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ AC_PREREQ(2.61)
# even micro numbers indicate released versions
m4_define(sdbus_cpp_version_major, 0)
m4_define(sdbus_cpp_version_minor, 3)
m4_define(sdbus_cpp_version_micro, 0)
m4_define(sdbus_cpp_version_micro, 1)

m4_define([sdbus_cpp_version],
[sdbus_cpp_version_major.sdbus_cpp_version_minor.sdbus_cpp_version_micro])
Expand Down

0 comments on commit 4f5dfbc

Please sign in to comment.