From 6a90b782baad50e8d2329719949814c65ef44010 Mon Sep 17 00:00:00 2001 From: Francisco Almeida Date: Tue, 16 Apr 2019 09:36:14 +0200 Subject: [PATCH 1/4] bump version to 2.9.1 --- CMakeLists.txt | 2 +- package.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 84871fc..5737dd6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -88,7 +88,7 @@ IF (WIN32) # SET_TARGET_PROPERTIES(${LOG4CPP_LIBRARY_NAME} PROPERTIES LINK_FLAGS /NODEFAULTLIB:msvcrt) ENDIF (WIN32) -SET(VERSION "2.9.0") +SET(VERSION "2.9.1") SET(SOVERSION "2.9") SET_TARGET_PROPERTIES(${LOG4CPP_LIBRARY_NAME} PROPERTIES VERSION ${VERSION} SOVERSION ${SOVERSION}) diff --git a/package.xml b/package.xml index 640df51..408e46b 100644 --- a/package.xml +++ b/package.xml @@ -1,6 +1,6 @@ log4cpp - 2.9.0 + 2.9.1 Log4cpp maintained by Orocos developers This version of log4cpp deviates from the official release From 3564a27629f4cd1bc5700b364da78cc4b26f2884 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Fri, 21 Jun 2019 13:08:30 +0200 Subject: [PATCH 2/4] Bump version to 2.10 --- CMakeLists.txt | 4 ++-- package.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a2f7159..3f38abf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -88,8 +88,8 @@ IF (WIN32) # SET_TARGET_PROPERTIES(${LOG4CPP_LIBRARY_NAME} PROPERTIES LINK_FLAGS /NODEFAULTLIB:msvcrt) ENDIF (WIN32) -SET(VERSION "2.9.0") -SET(SOVERSION "2.9") +SET(VERSION "2.10.0") +SET(SOVERSION "2.10") SET_TARGET_PROPERTIES(${LOG4CPP_LIBRARY_NAME} PROPERTIES VERSION ${VERSION} SOVERSION ${SOVERSION}) # Ensure that the full path+lib name is used in dynamic library dependencies diff --git a/package.xml b/package.xml index 640df51..f93bf0f 100644 --- a/package.xml +++ b/package.xml @@ -1,6 +1,6 @@ log4cpp - 2.9.0 + 2.10.0 Log4cpp maintained by Orocos developers This version of log4cpp deviates from the official release From 2131a8ad14dd129e07fcaf0c33ba80e92885bf5f Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Mon, 18 May 2020 19:12:10 +0200 Subject: [PATCH 3/4] package.xml/manifest.xml: update to package.xml format 3 and update maintainer email --- manifest.xml | 28 +++++++++++++--------------- package.xml | 26 ++++++++++++++++---------- 2 files changed, 29 insertions(+), 25 deletions(-) diff --git a/manifest.xml b/manifest.xml index 5d2a58e..aa7db97 100644 --- a/manifest.xml +++ b/manifest.xml @@ -1,18 +1,16 @@ - - This version of log4cpp deviates from the official release - by adding custom category factories. Orocos requires this for - setting up real-time logging. - - Stephen Roderick - Stephen Roderick, Bastiaan Bakker, Cedric Le Goater, Steve Ostlind, Marcel - Harkema, Walter Stroebel, Glenn Scott and Tony Cheung. - - LGPL v2.1 or later - http://log4cpp.sourceforge.net/ - - - + + This version of log4cpp deviates from the official release + by adding custom category factories. Orocos requires this for + setting up real-time logging. + + LGPL-2.1 + http://log4cpp.sourceforge.net/ - + Stephen Roderick, Bastiaan Bakker, Cedric Le Goater, Steve Ostlind, Marcel Harkema, Walter Stroebel, Glenn Scott and Tony Cheung + + + + + diff --git a/package.xml b/package.xml index 408e46b..cbbd141 100644 --- a/package.xml +++ b/package.xml @@ -1,25 +1,31 @@ - + + + log4cpp 2.9.1 - + Log4cpp maintained by Orocos developers This version of log4cpp deviates from the official release by adding custom category factories. Orocos requires this for setting up real-time logging. - Stephen Roderick, Bastiaan Bakker, Cedric Le Goater, Steve Ostlind, Marcel Harkema, Walter Stroebel, Glenn Scott and Tony Cheung - Orocos Developers - LGPL v2.1 or later + LGPL-2.1 + Orocos Developers http://log4cpp.sourceforge.net/ + Stephen Roderick + Bastiaan Bakker + Cedric Le Goater + Steve Ostlind + Marcel Harkema + Walter Stroebel + Glenn Scott + Tony Cheung + cmake - catkin - - cmake - + cmake - From 959626724cd201012c81a274fa947ce23800e8b5 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Mon, 18 May 2020 19:32:51 +0200 Subject: [PATCH 4/4] package.xml/manifest.xml: revert license tags to LGPL-2.1 or later --- manifest.xml | 2 +- package.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.xml b/manifest.xml index aa7db97..391bddf 100644 --- a/manifest.xml +++ b/manifest.xml @@ -4,7 +4,7 @@ by adding custom category factories. Orocos requires this for setting up real-time logging. - LGPL-2.1 + LGPL-2.1 or later http://log4cpp.sourceforge.net/ Stephen Roderick, Bastiaan Bakker, Cedric Le Goater, Steve Ostlind, Marcel Harkema, Walter Stroebel, Glenn Scott and Tony Cheung diff --git a/package.xml b/package.xml index cbbd141..9499c31 100644 --- a/package.xml +++ b/package.xml @@ -9,7 +9,7 @@ by adding custom category factories. Orocos requires this for setting up real-time logging. - LGPL-2.1 + LGPL-2.1 or later Orocos Developers http://log4cpp.sourceforge.net/