Repository: logging-log4cxx Updated Branches: refs/heads/next_stable [created] 432a70138
Prepare for next development iteration: Project: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/commit/24db4642 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/tree/24db4642 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/diff/24db4642 Branch: refs/heads/next_stable Commit: 24db4642a7e997c266f28c4ccb8335430048e8a6 Parents: 2fca5d8 Author: Thorsten Schöning <[email protected]> Authored: Tue Aug 15 15:32:29 2017 +0200 Committer: Thorsten Schöning <[email protected]> Committed: Tue Aug 15 15:32:29 2017 +0200 ---------------------------------------------------------------------- configure.ac | 2 +- src/changes/changes.xml | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/24db4642/configure.ac ---------------------------------------------------------------------- diff --git a/configure.ac b/configure.ac index 94f6caf..e4d8a0c 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -AC_INIT([log4cxx], [0.11.1]) +AC_INIT([log4cxx], []) AC_CONFIG_MACRO_DIR([src/m4]) AC_CONFIG_SRCDIR(src/main/cpp/logger.cpp) http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/24db4642/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 2be88c0..385ade1 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -23,9 +23,14 @@ </properties> <body> - <release version="0.11.0" + <release version="" date="XXXX-XX-XX" description="Maintenance release"> + </release> + + <release version="0.11.0" + date="2017-08-15" + description="Maintenance release"> <action issue="LOGCXX-488" type="fix">Space after log level hides messages</action> <action issue="LOGCXX-484" type="fix">Spelling error s/excute/execute</action> <action issue="LOGCXX-482" type="fix">Build failure with GCC-6</action>
