ros-melodic-master-discovery-fkie (0.8.12-0stretch) stretch; urgency=high

  * Merge pull request #100 <https://github.com/fkie/multimaster_fkie/issues/100> from stertingen/patch-1
    zeroconf.py: Detect IPv6 usage from environment
  * zeroconf.py: Detect IPv6 usage from environment
    Set environment ROS_IPV6=on to enable the IPv6 RPC server.
  * master_discovery_fkie: zeroconf: added fqdn-parameter, see issue #99 <https://github.com/fkie/multimaster_fkie/issues/99>
  * master_discovery_fkie: fixed some format warning
  * master_discovery_fkie: zeroconf use for monitoruri the same hostname from masteruri
  * Contributors: Alexander Tiderko, Hermann von Kleist

 -- Alexander Tiderko <alexander.tiderko@gmail.com>  Mon, 29 Apr 2019 22:00:00 -0000

ros-melodic-master-discovery-fkie (0.8.11-0stretch) stretch; urgency=high



 -- Alexander Tiderko <alexander.tiderko@gmail.com>  Tue, 26 Feb 2019 23:00:00 -0000

ros-melodic-master-discovery-fkie (0.8.10-0stretch) stretch; urgency=high



 -- Alexander Tiderko <alexander.tiderko@gmail.com>  Mon, 25 Feb 2019 23:00:00 -0000

ros-melodic-master-discovery-fkie (0.8.9-0stretch) stretch; urgency=high



 -- Alexander Tiderko <alexander.tiderko@gmail.com>  Thu, 20 Dec 2018 23:00:00 -0000

ros-melodic-master-discovery-fkie (0.8.8-0stretch) stretch; urgency=high



 -- Alexander Tiderko <alexander.tiderko@gmail.com>  Tue, 18 Dec 2018 23:00:00 -0000

ros-melodic-master-discovery-fkie (0.8.7-0stretch) stretch; urgency=high



 -- Alexander Tiderko <alexander.tiderko@gmail.com>  Mon, 17 Dec 2018 23:00:00 -0000

ros-melodic-master-discovery-fkie (0.8.5-0stretch) stretch; urgency=high



 -- Alexander Tiderko <alexander.tiderko@gmail.com>  Mon, 10 Dec 2018 23:00:00 -0000

ros-melodic-master-discovery-fkie (0.8.4-0stretch) stretch; urgency=high

  * master_discovery_fkie: fix zeroconf to avoid request loop in master_sync
    see issue #90 <https://github.com/fkie/multimaster_fkie/issues/90>
  * Contributors: Alexander Tiderko

 -- Alexander Tiderko <alexander.tiderko@gmail.com>  Fri, 07 Dec 2018 23:00:00 -0000

ros-melodic-master-discovery-fkie (0.8.3-0stretch) stretch; urgency=high

  * Fixed typo hearbeat[s] to heartbeat[s] pull request #87 <https://github.com/fkie/multimaster_fkie/issues/87> from Paulls20/master
  * Contributors: Alexander Tiderko, Paul.Varghese

 -- Alexander Tiderko <alexander.tiderko@gmail.com>  Thu, 06 Dec 2018 23:00:00 -0000

ros-melodic-master-discovery-fkie (0.8.2-0stretch) stretch; urgency=high



 -- Alexander Tiderko <alexander.tiderko@gmail.com>  Thu, 09 Aug 2018 22:00:00 -0000

ros-melodic-master-discovery-fkie (0.8.1-0stretch) stretch; urgency=high



 -- Alexander Tiderko <alexander.tiderko@gmail.com>  Thu, 02 Aug 2018 22:00:00 -0000

ros-melodic-master-discovery-fkie (0.8.0-0stretch) stretch; urgency=high



 -- Alexander Tiderko <alexander.tiderko@gmail.com>  Sun, 15 Jul 2018 22:00:00 -0000

ros-melodic-master-discovery-fkie (0.7.8-0stretch) stretch; urgency=high

  * Fix catkin_lint warnings
  * Merge pull request #69 <https://github.com/fkie/multimaster_fkie/issues/69> from AlexisTM/fix_exit_zeroconf
    Solve zeroconf sys.exit( ..., ...) issue
  * Contributors: Alexander Tiderko, Alexis Paques, Timo Röhling

 -- Alexander Tiderko <alexander.tiderko@gmail.com>  Fri, 23 Mar 2018 23:00:00 -0000

ros-melodic-master-discovery-fkie (0.7.7-0stretch) stretch; urgency=high



 -- Alexander Tiderko <alexander.tiderko@gmail.com>  Thu, 26 Oct 2017 22:00:00 -0000

ros-melodic-master-discovery-fkie (0.7.6-0stretch) stretch; urgency=high



 -- Alexander Tiderko <alexander.tiderko@gmail.com>  Tue, 03 Oct 2017 22:00:00 -0000

ros-melodic-master-discovery-fkie (0.7.5-0stretch) stretch; urgency=high

  * master_discovery_fkie: reduced warning outputs in cases a node or service is not reachable
  * Contributors: Alexander Tiderko

 -- Alexander Tiderko <alexander.tiderko@gmail.com>  Sun, 16 Jul 2017 22:00:00 -0000

ros-melodic-master-discovery-fkie (0.7.4-0stretch) stretch; urgency=high

  * master_discovery_fkie: improved filter logging
  * fixed read parameter with host filter
  * Contributors: Alexander Tiderko

 -- Alexander Tiderko <alexander.tiderko@gmail.com>  Tue, 02 May 2017 22:00:00 -0000

ros-melodic-master-discovery-fkie (0.7.3-0stretch) stretch; urgency=high

  * fixed warnings in API documentation
  * Contributors: Alexander Tiderko

 -- Alexander Tiderko <alexander.tiderko@gmail.com>  Sun, 23 Apr 2017 22:00:00 -0000

ros-melodic-master-discovery-fkie (0.7.2-0stretch) stretch; urgency=high

  * master_discovery_fkie: reverted the cut of domains in hostnames
  * Contributors: Alexander Tiderko

 -- Alexander Tiderko <alexander.tiderko@gmail.com>  Thu, 26 Jan 2017 23:00:00 -0000

ros-melodic-master-discovery-fkie (0.7.1-0stretch) stretch; urgency=high

  * master_discovery_fkie: fixed some problems on macOS
    
    perform test for multicast interfaces only on Linux and FreeBSD
    
    changed detection for local interface to support discovering on iOS
  * master_discovery_fkie: removed domain suffix from hostname
  * master_discovery_fkie: removed a not needed import
  * master_discovery_fkie: digrammar fix in exception message
  * Contributors: Alexander Tiderko, Jason Mercer

 -- Alexander Tiderko <alexander.tiderko@gmail.com>  Wed, 25 Jan 2017 23:00:00 -0000

ros-melodic-master-discovery-fkie (0.7.0-0stretch) stretch; urgency=high

  * master_discovery_fkie: added detection for timejumps into the past
  * master_discovery_fkie: fixed the shutdown process
    
    sometimes blocks the SimpleXMLRPCServer the shutdown process. Added a
    timer to kill the own process at the end.
  * master_discovery_fkie: #55 <https://github.com/fkie/multimaster_fkie/issues/55> change the message handling routines
    Introduced a send and receive Queue. It was need to implement new
    features like hub/client structure.
    Added more debug output.
  * master_discovery_fkie: splitted send_mcast into send_mcast and listen_mcast to get a hub functionality
  * Contributors: Alexander Tiderko, deng02

 -- Alexander Tiderko <alexander.tiderko@gmail.com>  Sun, 08 Jan 2017 23:00:00 -0000

ros-melodic-master-discovery-fkie (0.6.2-0stretch) stretch; urgency=high

  * Drop roslib.load_manifest, unneeded with catkin
  * Contributors: Alexander Tiderko, Mike Purvis

 -- Alexander Tiderko <alexander.tiderko@gmail.com>  Fri, 11 Nov 2016 23:00:00 -0000

ros-melodic-master-discovery-fkie (0.6.1-0stretch) stretch; urgency=high

  * fix for issue #50: do not sent and reply requests while own state is not available
  * Contributors: Alexander Tiderko

 -- Alexander Tiderko <alexander.tiderko@gmail.com>  Mon, 17 Oct 2016 22:00:00 -0000

ros-melodic-master-discovery-fkie (0.6.0-0stretch) stretch; urgency=high



 -- Alexander Tiderko <alexander.tiderko@gmail.com>  Tue, 11 Oct 2016 22:00:00 -0000

ros-melodic-master-discovery-fkie (0.5.8-0stretch) stretch; urgency=high

  * fix for #46 <https://github.com/fkie/multimaster_fkie/issues/46>: bouncing offline/online
    reduced discovery heartbeats, especially if one of the masters is not reachable anymore.
  * Contributors: Alexander Tiderko

 -- Alexander Tiderko <alexander.tiderko@gmail.com>  Fri, 09 Sep 2016 22:00:00 -0000

ros-melodic-master-discovery-fkie (0.5.7-0stretch) stretch; urgency=high



 -- Alexander Tiderko <alexander.tiderko@gmail.com>  Tue, 06 Sep 2016 22:00:00 -0000

ros-melodic-master-discovery-fkie (0.5.6-0stretch) stretch; urgency=high



 -- Alexander Tiderko <alexander.tiderko@gmail.com>  Wed, 31 Aug 2016 22:00:00 -0000

ros-melodic-master-discovery-fkie (0.5.5-0stretch) stretch; urgency=high

  * master_discovery_fkie: fixed issue`#16 <https://github.com/fkie/multimaster_fkie/issues/16>`_
  * multimaster_fkie: changed indent in source code to 4
  * master_discovery_fkie: added network separation to zeroconf discovering
  * master_discovery_fkie: changed the ROS service initialization
    The ROS service will be created after discovering process is started.
    This is especially for visualisation in node_manager.
  * multimaster_fkie: removed unused imports
  * master_discovery_fkie: fixed pep8 warnings
  * master_discovery_fkie: replaced time.sleep by threading.Timer to handle connection problems while get remote master info
  * master_discover_fkie: added warning on send errors
  * master_discovery_fkie: removed '-' from master name generation for ROS master with not default port
  * master_discovery_fkie: reduced/changed log output
  * Contributors: Alexander Tiderko

 -- Alexander Tiderko <alexander.tiderko@gmail.com>  Mon, 29 Aug 2016 22:00:00 -0000

ros-melodic-master-discovery-fkie (0.5.4-0stretch) stretch; urgency=high

  * multimaster_fkie: added '/do_not_sync' parameter
    this allows to hide some topics/services, topic types, from
    synchronisation. It can be defined as string or as list.
  * master_sync_fkie: fixed unnecessary update requests
    wrong timestamps leads to updates
  * Contributors: Alexander Tiderko

 -- Alexander Tiderko <alexander.tiderko@gmail.com>  Wed, 20 Apr 2016 22:00:00 -0000

ros-melodic-master-discovery-fkie (0.5.3-0stretch) stretch; urgency=high



 -- Alexander Tiderko <alexander.tiderko@gmail.com>  Thu, 31 Mar 2016 22:00:00 -0000

ros-melodic-master-discovery-fkie (0.5.2-0stretch) stretch; urgency=high



 -- Alexander Tiderko <alexander.tiderko@gmail.com>  Wed, 30 Mar 2016 22:00:00 -0000

ros-melodic-master-discovery-fkie (0.5.1-0stretch) stretch; urgency=high

  * Use ROS_HOSTNAME before ROS_IP.
    To determine which interface to use follow ROS master convention
    of ROS_HOSTNAME being used before ROS_IP.
    This is as per:
    http://wiki.ros.org/ROS/EnvironmentVariables#ROS_IP.2BAC8-ROS_HOSTNAME
  * Contributors: Mike O'Driscoll, Timo Röhling

 -- Alexander Tiderko <alexander.tiderko@gmail.com>  Tue, 22 Mar 2016 23:00:00 -0000

ros-melodic-master-discovery-fkie (0.5.0-0stretch) stretch; urgency=high

  * master_discovery: fixed avg. network load calculation, added checks for some parameters
  * multimaster_fkie: Set correct logging level to warning
  * Contributors: Alexander Tiderko, Gary Servin

 -- Alexander Tiderko <alexander.tiderko@gmail.com>  Wed, 16 Mar 2016 23:00:00 -0000

ros-melodic-master-discovery-fkie (0.4.4-0stretch) stretch; urgency=high



 -- Alexander Tiderko <alexander.tiderko@gmail.com>  Thu, 17 Dec 2015 23:00:00 -0000

ros-melodic-master-discovery-fkie (0.4.3-0stretch) stretch; urgency=high

  * master_discovery_fkie: fixed compatibility to older versions
  * master_fiscovery_fkie: integrated pull request #24 <https://github.com/fkie/multimaster_fkie/issues/24>
    Thanks for creating the PR to @garyservin and @mikeodr!
    The change lets you define an interface by ~interface, ROS_IP envar
    or append the interface to multicast group like
    mailto:226.0.0.0@192.168.101.10. The master_discovery then binds to the
    specified interface and creates also an unicast interface for active
    requests on communication problems or if ~robot_hosts are defined.
    Now you can also disable the multicast communication by setting
    ~send_mcast to false. In this case the requests are send to hosts
    defined in ~robot_hosts.
  * master_discovery_fkie: fixed the 'local' assignment while updateInfo()
  * master_discovery_fkie: adopt some changes from pull request #24 <https://github.com/fkie/multimaster_fkie/issues/24>
    Thanks to @garyservin for pull request #24 <https://github.com/fkie/multimaster_fkie/issues/24>:
    * Don't exit if we're on localhost, just log a warning
    * Added support for different logging levels in master_monitor:
    currently all logs are marked as warnings, where some should be marked
    as errors.
  * multimaster_fkie: reduced logs and warnings on stop nodes while closing node_manager
  * multimaster_fkie: reduced logging of exceptions
  * master_discovery_fkie: spaces and typos removed
  * master_discovery_fkie: fixed link quality calculation
  * Contributors: Alexander Tiderko

 -- Alexander Tiderko <alexander.tiderko@gmail.com>  Sun, 29 Nov 2015 23:00:00 -0000

ros-melodic-master-discovery-fkie (0.4.2-0stretch) stretch; urgency=high

  * master_discovery_fkie: fixed the updates of remote nodes registered on local master
  * multimaster_fkie: added a possibility to set time on remote host
  * node_manager_fkie: added a warning if the time difference to remote host is greater than a defined value (default 3 sec)
  * master_discovery_fkie: added @part to define interface with mcast group
  * master_discovery_fkie: add posibility to specify the interface to use
  * master_discover_fkie: check for local ip addresses to avoid wrong warning messages
  * Contributors: Alexander Tiderko

 -- Alexander Tiderko <alexander.tiderko@gmail.com>  Sun, 18 Oct 2015 22:00:00 -0000

ros-melodic-master-discovery-fkie (0.4.1-0stretch) stretch; urgency=high

  * Deprecate is_ignored_topic. Move new parameters to the end of the parameter list
  * Make configuration more granular
    allows filtering of specific subscribers or publishers
  * multimaster_fkie: fixed double log output
  * multimaster_fkie: added network problem detection on remote hosts
  * multimaster_fkie: fixed error in launch files included in this package
  * Contributors: Alexander Tiderko, Julian Cerruti

 -- Alexander Tiderko <alexander.tiderko@gmail.com>  Mon, 27 Apr 2015 22:00:00 -0000

ros-melodic-master-discovery-fkie (0.4.0-0stretch) stretch; urgency=high

  * master_discovery_fkie: discovery changed
    * reduced the amount of heartbeat messages for discovery
    * added fallback for environments with multicast problems
  * master_discovery_fkie: added log_level parameter to all nodes
  * master_discovery_fkie: changed discovery after the host was set to offline
  * master_discovery_fkie: fixed a problem if more then one master discovery is running on the same host
  * master_discovery_fkie: removed some python mistakes
  * master_discovery_fkie: removed some debug output
  * master_discovery_fkie: fixed change to offline state after a refresh service was called and host is not reachable
  * master_discovery_fkie: fix set to offline state
  * master_discovery_fkie: fixed link quality detection.
    The requests for each master are now stored, to detect the right count
    of messages that we have to receive.
  * Contributors: Alexander, Alexander Tiderko, Robot User

 -- Alexander Tiderko <alexander.tiderko@gmail.com>  Thu, 19 Feb 2015 23:00:00 -0000

ros-melodic-master-discovery-fkie (0.3.18-0stretch) stretch; urgency=high



 -- Alexander Tiderko <alexander.tiderko@gmail.com>  Tue, 17 Feb 2015 23:00:00 -0000

ros-melodic-master-discovery-fkie (0.3.17-0stretch) stretch; urgency=high

  * master_discovery_fkie: fixed discovery support for ipv6
  * Contributors: Alexander Tiderko

 -- Alexander Tiderko <alexander.tiderko@gmail.com>  Wed, 21 Jan 2015 23:00:00 -0000

ros-melodic-master-discovery-fkie (0.3.16-0stretch) stretch; urgency=high



 -- Alexander Tiderko <alexander.tiderko@gmail.com>  Sun, 07 Dec 2014 23:00:00 -0000

ros-melodic-master-discovery-fkie (0.3.15-0stretch) stretch; urgency=high

  * multimaster_fkie: added queue_size argumet to the publishers
  * multimaster_fkie: removed some python mistakes
  * Contributors: Alexander Tiderko

 -- Alexander Tiderko <alexander.tiderko@gmail.com>  Sun, 30 Nov 2014 23:00:00 -0000

ros-melodic-master-discovery-fkie (0.3.14-0stretch) stretch; urgency=high



 -- Alexander Tiderko <alexander.tiderko@gmail.com>  Thu, 23 Oct 2014 22:00:00 -0000

ros-melodic-master-discovery-fkie (0.3.13-0stretch) stretch; urgency=high



 -- Alexander Tiderko <alexander.tiderko@gmail.com>  Mon, 28 Jul 2014 22:00:00 -0000

ros-melodic-master-discovery-fkie (0.3.12-0stretch) stretch; urgency=high



 -- Alexander Tiderko <alexander.tiderko@gmail.com>  Mon, 07 Jul 2014 22:00:00 -0000

ros-melodic-master-discovery-fkie (0.3.11-0stretch) stretch; urgency=high

  * master_discovery_fkie: added some error catches to solve problems with removing of interfaces
  * master_discovery_fkie: fixed a short timestamp represantation
  * Contributors: Alexander Tiderko

 -- Alexander Tiderko <alexander.tiderko@gmail.com>  Tue, 03 Jun 2014 22:00:00 -0000

ros-melodic-master-discovery-fkie (0.3.10-0stretch) stretch; urgency=high

  * master_discovery_fkie: unsubscribe from parameter at the end
  * master_discovery_fkie: remove invalid roslaunch uris from ROS Master
  * multimaster_fkie: fixed problems detected by catkin_lint

 -- Alexander Tiderko <alexander.tiderko@gmail.com>  Sun, 30 Mar 2014 22:00:00 -0000

ros-melodic-master-discovery-fkie (0.3.9-0stretch) stretch; urgency=high

  * master_discovery_fkie: added warning outputs on errors
  * multimaster_fkie: moved .gitignore to top level

 -- Alexander Tiderko <alexander.tiderko@gmail.com>  Wed, 11 Dec 2013 23:00:00 -0000

ros-melodic-master-discovery-fkie (0.3.8-0stretch) stretch; urgency=high

  * master_discovery_fkie: added output info about approx. netload
  * multimaster_fkie: added a possibility to deaktivate the multicast heart bearts
  * master_discovery_fkie: description in der package.xml changed

 -- Alexander Tiderko <alexander.tiderko@gmail.com>  Mon, 09 Dec 2013 23:00:00 -0000

ros-melodic-master-discovery-fkie (0.3.7-0stretch) stretch; urgency=high

  * multimaster_fkie: fixed problems with resolving service types while sync
    while synchronization not all topics and services can be synchronized
    because of filter or errors. A detection for this case was added.
  * node_manager_fkie: fix node matching
  * master_discovery_fkie: do not publish not resolvable ROS MASTER URI to own ROS network

 -- Alexander Tiderko <alexander.tiderko@gmail.com>  Wed, 16 Oct 2013 22:00:00 -0000

ros-melodic-master-discovery-fkie (0.3.6-0stretch) stretch; urgency=high

  * multimaster_fkie: added SyncServiceInfo message to detect changes on services
  * master_discovery_fkie: fixed the origin master uri for services
  * master_discovery_fkie: fixed the result of the synchronized nodes (handle the restart of the nodes without stop the running node)
  * master_discovery_fkie: fixed the test of local changes -> not all changes are propageted to other hosts

 -- Alexander Tiderko <alexander.tiderko@gmail.com>  Mon, 16 Sep 2013 22:00:00 -0000

ros-melodic-master-discovery-fkie (0.3.5-0stretch) stretch; urgency=high



 -- Alexander Tiderko <alexander.tiderko@gmail.com>  Thu, 05 Sep 2013 22:00:00 -0000

ros-melodic-master-discovery-fkie (0.3.4-0stretch) stretch; urgency=high



 -- Alexander Tiderko <alexander.tiderko@gmail.com>  Wed, 04 Sep 2013 22:00:00 -0000

ros-melodic-master-discovery-fkie (0.3.3-0stretch) stretch; urgency=high

  * master_discovery_fkie: fixed out, if the ROS_MASTER_URI refs to 'localhost'
  * master_discovery_fkie: fixed the load interface
  * multimaster_fkie: (*) added additional filtered interface to master_discovery rpc-server to get a filtered MasterInfo and reduce the load on network.
    (*) added the possibility to sync remote nodes using ~sync_remote_nodes parameter

 -- Alexander Tiderko <alexander.tiderko@gmail.com>  Tue, 03 Sep 2013 22:00:00 -0000


