Skip to content

Commit

Permalink
Merge branch 'release/v0.14.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
lleoncr committed Mar 3, 2022
2 parents cb4cd78 + 18043ad commit bb7950a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dnl required version of autoconf
AC_PREREQ([2.53])

dnl Gstreamer's daemon package name and version
AC_INIT([gstd],[0.13.2])
AC_INIT([gstd],[0.14.0])

dnl required version of gstreamer and gst-plugins-base
GST_REQUIRED=1.0.0
Expand Down
9 changes: 9 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
gstd (0.14.0-1) unstable; urgency=medium

* Add actions
* Memory leak Fixes
* CPP compilation fixes
* Updates PyGstc to 0.2.2

-- RidgeRun Engineering <[email protected]> Thu, 03 Mar 12:00:00 -0600

gstd (0.13.2-1) unstable; urgency=medium

* Fix segfault when enabling HTTP IPC
Expand Down
2 changes: 1 addition & 1 deletion libgstc/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

setup(
name='pygstc',
version='0.2.1',
version='0.2.2',
description='Python GStreamer Daemon Client',
long_description='Python GStreamer Daemon Client',
long_description_content_type='text/markdown',
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('gstd', 'c',
version : '0.13.2',
version : '0.14.0',
meson_version : '>= 0.50',)

gstd_version = meson.project_version()
Expand Down

0 comments on commit bb7950a

Please sign in to comment.