Skip to content

Latest commit

 

History

History
124 lines (102 loc) · 5.32 KB

CHANGELOG.rst

File metadata and controls

124 lines (102 loc) · 5.32 KB

Changelog for package roswww

0.1.13 (2021-10-28)

  • add basic authentication (#57
  • original PR #51

0.1.12 (2019-03-20)

  • [doc] Minor URL update. (#40)
  • fix CDN URL (#45)
  • Contributors: Isaac I.Y. Saito, Makito Ishikura

0.1.11 (2018-01-22)

  • Enable client testing && fix redirect bug (#42) * disable test for prerelease / stable ros repo * fix test script for kinetic * roswww/roswww_server.py: redirect for get package index without slash * roswww: add test code for web client * roswww: add start_port, end_port to launch * roswww/webserver.py: fix parsing ros arguments
  • Contributors: Yuki Furuta

0.1.10 (2017-04-07)

  • [capability] Add dis/enabling cache feature #39
  • [fix] Add missing dependency for test for Xenial. #38
  • Contributors: Taiji Fukaya, Isaac I.Y. Saito

0.1.9 (2016-04-18)

  • Changed the target topic to communicate other samples, Rename from chat.launch to start_bridge.launch (#33)
  • add example for talker and listener (#33)
  • [doc] trying to fix that module api doc is gone inaccessible (#32 )
  • Contributors: Isaac I.Y. Saito, Kei Okada, Kenta Yonekura

0.1.8 (2015-12-14)

  • [doc] Add rostopic-chat sample #31
  • [sys] Utilize test_depend that is defined in REP-140 #30 from 130s/impr/utilize_testdepend
  • Contributors: Kenta Yonekura, Isaac I.Y. Saito

0.1.7 (2015-12-07)

  • [fix] Developers don't need to create a sample www directory now that it's installed (#28)
  • [fix][test] Use install space for testing (to capture the issue raised in #28)
  • Contributors: Kenta Yonekura, Isaac I.Y. Saito

0.1.6 (2015-12-01)

  • [sys] Add travis config and small unit tests (#27)
  • [doc] Utilize rosdoc_lite for document generation on ros build farm (#25)
  • Contributors: Isaac I.Y. Saito

0.1.5 (2015-02-28)

  • Install missing launch directory
  • Contributors: Jihoon Lee

0.1.4 (2015-01-28)

  • example launchfile. update dependency
  • configurable package web root
  • add parmeter in readme
  • classfy roswww webserver. remove ros runtime dependency
  • Contributors: Jihoon Lee, Isaac I.Y. Saito

0.1.3 (2015-01-05)

  • Separate webserver.py into module and script files (quick fix to #10).
  • Contributors: Isaac I.Y. Saito, Jihoon Lee

0.1.2 (2014-12-13)

  • Re-release into ROS (addresses #1)
  • Remove tornado (this dependency is supposed to be taken from rosbridge). Move webserver.py to src folder to follow more common python style (fix #1)
  • Add dependency on rosbridge, webserver.py installation.
  • Remove roswww_pkg metapkg and roswww_pack that doesn't seem to be used. Remove redundant hierarchy.
  • Code cleaning, conform to PEP8, refactor method names. Add docroot.
  • Contributors: Isaac IY Saito

0.1.1 (2013-11-15)

  • roswww) correction in response to the error on buildfarm
  • roswww) change maintainer. Remove unncessary file
  • Contributors: Isao Isaac Saito

0.1.0 (2013-11-14)

  • Catkinize roswww and roswww_pack packages. Change repository from that of jihoonl to tork-a.
  • Contributors: Isao Isaac Saito, Jihoon Lee, furushchev