Skip to content

Commit 85230ea

Browse files
author
Jihoon Lee
committed
update changelog
1 parent d288606 commit 85230ea

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

CHANGELOG.rst

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,33 @@
22
Changelog for package web_video_server
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Avoid queuing of images on slow ethernet connection (`#64 <https://github.com/RobotWebTools/web_video_server/issues/64>`_)
8+
* use SteadyTimer (if available) for cleaning up inactive streams (`#63 <https://github.com/RobotWebTools/web_video_server/issues/63>`_)
9+
* use SteadyTimer for cleaning up inactive streams
10+
so that cleanup works correctly even if system time changes
11+
SteadyTimer is available since roscpp 1.13.1
12+
* possibility to use SteadyTimer on older ROS versions
13+
when SteadyTimer has been backported to those...
14+
* Fix segfault in libav_streamer destructor (resolves `#59 <https://github.com/RobotWebTools/web_video_server/issues/59>`_) (`#60 <https://github.com/RobotWebTools/web_video_server/issues/60>`_)
15+
* Fix vp8 in kinetic add vp9 and h264 support (`#52 <https://github.com/RobotWebTools/web_video_server/issues/52>`_)
16+
* fix vp8 in kinetic
17+
* add h264 and vp9 support
18+
* Add Indigo test matrix in travis configuration (`#50 <https://github.com/RobotWebTools/web_video_server/issues/50>`_)
19+
* Set image streamer as inactive if topic is not available (`#53 <https://github.com/RobotWebTools/web_video_server/issues/53>`_)
20+
* Resolves `#38 <https://github.com/RobotWebTools/web_video_server/issues/38>`_
21+
* Fix Build for ubuntu 14.04 (`#48 <https://github.com/RobotWebTools/web_video_server/issues/48>`_)
22+
* fix issue `#47 <https://github.com/RobotWebTools/web_video_server/issues/47>`_
23+
* fix double free
24+
* Revert "use SteadyTimer for cleaning up inactive streams (`#45 <https://github.com/RobotWebTools/web_video_server/issues/45>`_)" (`#51 <https://github.com/RobotWebTools/web_video_server/issues/51>`_)
25+
This reverts commit ae74f19ada22f288a7c7a99ada7a1b9b6037c7ce.
26+
* use SteadyTimer for cleaning up inactive streams (`#45 <https://github.com/RobotWebTools/web_video_server/issues/45>`_)
27+
so that cleanup works correctly even if system time changes
28+
* Use trusty instead of xenial. See `travis-ci/travis-ci#7260 <https://github.com/travis-ci/travis-ci/issues/7260>`_ (`#49 <https://github.com/RobotWebTools/web_video_server/issues/49>`_)
29+
* Also see `RobotWebTools/rosbridge_suite#311 <https://github.com/RobotWebTools/rosbridge_suite/issues/311>`_
30+
* Contributors: Felix Ruess, James Bailey, Jihoon Lee, randoms, schallerr
31+
532
0.0.7 (2017-11-20)
633
------------------
734
* Ffmpeg 3 (`#43 <https://github.com/RobotWebTools/web_video_server/issues/43>`_)

0 commit comments

Comments
 (0)