We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcc17c4 commit 4b5f4e3Copy full SHA for 4b5f4e3
2 files changed
CHANGELOG.rst
@@ -2,6 +2,11 @@
2
Changelog for package web_video_server
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
5
+3.1.1 (2026-05-07)
6
+------------------
7
+* fix: Don't link against Boost::system (#200)
8
+* Contributors: Błażej Sowa
9
+
10
3.1.0 (2026-02-25)
11
------------------
12
* feat: Add shutdown handler for client to call and close alive sockets (#194)
package.xml
@@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>web_video_server</name>
- <version>3.1.0</version>
+ <version>3.1.1</version>
<description>HTTP Streaming of ROS Image Topics in Multiple Formats</description>
<maintainer email="blazej@fictionlab.pl">Błażej Sowa</maintainer>
0 commit comments