diff --git a/CMakeLists.txt b/CMakeLists.txt index b8968b14f..b9632a1b5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,8 +34,8 @@ option(${PROJECT_NAME}_STATIC "Build statically" OFF) option(${PROJECT_NAME}_TESTS "Build the tests" OFF) set(${PROJECT_NAME}_VERSION_MAJOR 1) -set(${PROJECT_NAME}_VERSION_MINOR 5) -set(${PROJECT_NAME}_VERSION_PATCH 50) +set(${PROJECT_NAME}_VERSION_MINOR 6) +set(${PROJECT_NAME}_VERSION_PATCH 0) set(${PROJECT_NAME}_VERSION ${${PROJECT_NAME}_VERSION_MAJOR}.${${PROJECT_NAME}_VERSION_MINOR}.${${PROJECT_NAME}_VERSION_PATCH}) list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake) diff --git a/autogen.py b/autogen.py index cce773c11..ea3de83f2 100755 --- a/autogen.py +++ b/autogen.py @@ -2,7 +2,7 @@ from autogen.autogen import autogen project = "KDSoap" -version = "1.5.50" +version = "1.6.0" subprojects = ["KDSoapClient", "KDSoapServer"] prefixed = False diff --git a/debian.changelog b/debian.changelog index c38d6ac0f..eacccfe04 100644 --- a/debian.changelog +++ b/debian.changelog @@ -1,3 +1,21 @@ +kdsoap (1.6.0) final; urgency=low + + * 1.6.0 final release + + -- Allen Winter Mon, 01 May 2017 16:00:00 -0500 + +kdsoap (1.5.1) final; urgency=low + + * 1.5.1 bug fix release for 1.5 + + -- Allen Winter Mon, 06 Jun 2016 13:00:00 -0500 + +kdsoap (1.5.0) final; urgency=low + + * 1.5.0 final release + + -- Allen Winter Thu, 03 Mar 2016 11:30:00 -0500 + kdsoap (1.4.99) final; urgency=low * 1.5.0 RC1 release diff --git a/kdsoap.dsc b/kdsoap.dsc index 909881dea..dd3293102 100644 --- a/kdsoap.dsc +++ b/kdsoap.dsc @@ -1,10 +1,10 @@ Format: 1.0 Source: kdsoap -Version: 1.5.1 +Version: 1.6.0 Binary: kdsoap Maintainer: Allen Winter Architecture: any Build-Depends: debhelper (>=9), cdbs, cmake, libqt4-dev Files: - 00000000000000000000000000000000 00000 kdsoap-1.5.1.tar.gz + 00000000000000000000000000000000 00000 kdsoap-1.6.0.tar.gz diff --git a/kdsoap.spec b/kdsoap.spec index 029f466ac..d721f04fd 100644 --- a/kdsoap.spec +++ b/kdsoap.spec @@ -1,5 +1,5 @@ Name: kdsoap -Version: 1.4.99 +Version: 1.6.0 Release: 1 Summary: A Qt-based client-side and server-side SOAP component Source: %{name}-%{version}.tar.gz @@ -77,6 +77,12 @@ QMAKE_ARGS="LIB_SUFFIX=64" ./configure.sh -shared -release -prefix %{buildroot}/ %{_libdir}/libkdsoap-server.so %changelog +* Mon May 01 2017 Allen Winter 1.6.0 + 1.6.0 +* Mon Jun 06 2016 Allen Winter 1.5.1 + 1.5.1 bug fix +* Thu Mar 03 2016 Allen Winter 1.5.0 + 1.5.0 Final * Mon Feb 29 2016 Allen Winter 1.4.99 1.5.0 RC1 * Thu Jun 25 2015 Allen Winter 1.4.0 diff --git a/qt5-kdsoap.dsc b/qt5-kdsoap.dsc index 9df2dbec6..b879aa876 100644 --- a/qt5-kdsoap.dsc +++ b/qt5-kdsoap.dsc @@ -1,10 +1,10 @@ Format: 1.0 Source: kdsoap -Version: 1.5.1 +Version: 1.6.0 Binary: kdsoap Maintainer: Allen Winter Architecture: any Build-Depends: debhelper (>=9), cdbs, cmake, qt5-default, qtbase5-dev Files: - 00000000000000000000000000000000 00000 qt5-kdsoap-1.5.1.tar.gz + 00000000000000000000000000000000 00000 qt5-kdsoap-1.6.0.tar.gz diff --git a/qt5-kdsoap.spec b/qt5-kdsoap.spec index 424cff589..da47a750c 100644 --- a/qt5-kdsoap.spec +++ b/qt5-kdsoap.spec @@ -1,5 +1,5 @@ Name: qt5-kdsoap -Version: 1.5.1 +Version: 1.6.0 Release: 1 Summary: A Qt5-based client-side and server-side SOAP component Source: %{name}-%{version}.tar.gz @@ -76,6 +76,8 @@ cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release %{_libdir}/libkdsoap-server.so %changelog +* Mon May 01 2017 Allen Winter 1.6.0 + 1.6.0 * Mon Jun 07 2016 Allen Winter 1.5.1 1.5.1 bug fix * Mon Feb 29 2016 Allen Winter 1.4.99