Skip to content

Commit

Permalink
bump to 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
opdenkamp committed May 7, 2015
1 parent 1890e2d commit b71f03b
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -13,7 +13,7 @@ set(platform_NAME platform)
set(platform_DESCRIPTION "Platform support library")
set(platform_VERSION_MAJOR 1)
set(platform_VERSION_MINOR 0)
set(platform_VERSION_PATCH 5)
set(platform_VERSION_PATCH 6)

set(CMAKE_POSITION_INDEPENDENT_CODE on)

Expand Down
8 changes: 8 additions & 0 deletions debian/changelog
@@ -1,3 +1,11 @@
platform (1.0.6-1~trusty) trusty; urgency=medium

* fixed: add include path and link the threads lib
* (re-)added: public Reset() function in CEvent
* sync UseMultiArch.cmake

-- Pulse-Eight Packaging <packaging@pulse-eight.com> Thu, 07 May 2015 21:20:00 +0100

platform (1.0.5-1~trusty) trusty; urgency=medium

* fixed: missing #include <string> in socket.h
Expand Down
37 changes: 35 additions & 2 deletions debian/changelog.in
@@ -1,5 +1,38 @@
platform (1.0.0-1~#DIST#) #DIST#; urgency=low
platform (1.0.6-1~#DIST#) #DIST#; urgency=medium

* fixed: add include path and link the threads lib
* (re-)added: public Reset() function in CEvent
* sync UseMultiArch.cmake

-- Pulse-Eight Packaging <packaging@pulse-eight.com> Thu, 07 May 2015 21:20:00 +0100

platform (1.0.5-1~#DIST#) #DIST#; urgency=medium

* fixed: missing #include <string> in socket.h

-- Pulse-Eight Packaging <packaging@pulse-eight.com> Mon, 04 May 2015 01:29:00 +0100

platform (1.0.4-1~#DIST#) #DIST#; urgency=medium

* proper platform.pc.in fix

-- Pulse-Eight Packaging <packaging@pulse-eight.com> Sun, 03 May 2015 21:56:00 +0100

platform (1.0.3-1~#DIST#) #DIST#; urgency=medium

* platform.pc.in fix

-- Pulse-Eight Packaging <packaging@pulse-eight.com> Fri, 01 May 2015 14:38:00 +0100

platform (1.0.2-1~#DIST#) #DIST#; urgency=medium

* Build fixes

-- Pulse-Eight Packaging <packaging@pulse-eight.com> Fri, 01 May 2015 01:38:00 +0100

platform (1.0.0-1~#DIST#) #DIST#; urgency=medium

* Initial release

-- Nobody <nobody@pulse-eight.com> Sun, 08 May 2015 11:03:53 +0100
-- Pulse-Eight Packaging <packaging@pulse-eight.com> Thu, 12 Mar 2015 13:35:07 +0100

0 comments on commit b71f03b

Please sign in to comment.