Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

Commit

Permalink
Prepare release 6.1.1
Browse files Browse the repository at this point in the history
Change-Id: I9c4eb7427547870ad14f684e44c6f93b7734d1d3
  • Loading branch information
jcaden committed May 23, 2016
1 parent 4ea64bb commit ae2f899
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -9,7 +9,7 @@ find_package(KurentoHelpers REQUIRED)

include (KurentoGitHelpers)

get_git_version (PROJECT_VERSION 6.1.1-dev)
get_git_version (PROJECT_VERSION 6.1.1)
install_git_hook (pre-commit ${CMAKE_CURRENT_SOURCE_DIR}/hooks/pre-commit.hook)

message (STATUS "Compiling ${PROJECT_NAME}-${PROJECT_VERSION}")
Expand Down
25 changes: 25 additions & 0 deletions debian/changelog
@@ -1,3 +1,28 @@
kurento-media-server-6.0 (6.1.1) testing; urgency=medium

[ Jose Antonio Santos Cadenas ]
* Prepare for next development iteration

[ Miguel París Díaz ]
* scaffold/filter.kmd.json.template: update "kurentoVersion"

[ Jose Antonio Santos Cadenas ]
* BaseTest: Prepare to receive events
* WebSocketTransport: Only send events once per sessionId
* server_events_test: Add unsubscription test

[ Boni Garcia ]
* Updated README.md according to FIWARE guidelines
* Added links to readthedocs.org and apiary.io in README
* Fixed broken links in README

[ Jose Antonio Santos Cadenas ]
* Prepare release 6.1.1

[ José Antonio Santos Cadenas ]

-- Jose Antonio Santos Cadenas <santoscadenas@gmail.com> Thu, 01 Oct 2015 20:20:47 +0200

kurento-media-server-6.0 (6.1.0) testing; urgency=medium

[ Jose Antonio Santos Cadenas ]
Expand Down

0 comments on commit ae2f899

Please sign in to comment.