comitup (1.12-1) unstable; urgency=medium

  * Better manage mdns by moving from states to nmmon.

 -- David Steele <steele@debian.org>  Tue, 11 Aug 2020 20:54:19 -0400

comitup (1.11-2) comitup; urgency=medium

  * Fix a dependency check problem with python-dbus.

 -- David Steele <steele@debian.org>  Mon, 27 Jul 2020 16:43:59 -0400

comitup (1.11-1) unstable; urgency=medium

  * Warn if other DNS providers running.
  * Bug - support non-uppercase SSIDs.

 -- David Steele <steele@debian.org>  Sun, 26 Jul 2020 21:22:53 -0400

comitup (1.10-2) unstable; urgency=medium

  * Fix debci tests to run those that can be run on debci.

 -- David Steele <steele@debian.org>  Sun, 02 Feb 2020 10:40:19 -0500

comitup (1.10-1) unstable; urgency=medium

  * Add IPv6 support to upstream connections.
  * Fix tests, including those blocking migration (Closes: 947621).
  * Update Debian build environment.

 -- David Steele <steele@debian.org>  Sat, 01 Feb 2020 15:34:34 -0500

comitup (1.9-2) unstable; urgency=medium

  * Clean up messy release of 1.9-1.
  * Add systemd depends on Avahi.

 -- David Steele <steele@debian.org>  Tue, 10 Dec 2019 22:44:43 -0500

comitup (1.9-1) UNRELEASED; urgency=medium

  * Address a problem with connection failure.
  * A leak in Avahi caused mdns failures after multiple connection
    attempts.
  * Disable caching for comitup-web pages.

 -- David Steele <steele@debian.org>  Sun, 01 Dec 2019 08:31:57 -0500

comitup (1.8-1) unstable; urgency=medium

  * Correct tabulate Suggests to Python 3 (Closes: 935731).
  * Set a short-term reconnect attampt on connect fail.
  * Fix a connection error when used from IOS devices.

 -- David Steele <steele@debian.org>  Sun, 10 Nov 2019 19:58:43 -0500

comitup (1.7-1) unstable; urgency=medium

  * The primary Wifi device was still serving hotspot dhcp addresses
    when connected to an upstream AP.
  * Ensure the obsolete NetworkManager dnsmasq sabotage file is gone.
  * Require a compatible version of the Python NetworkManager interface.
  * Move the Hotspot network to 10.41.0.0/24.

 -- David Steele <steele@debian.org>  Thu, 08 Aug 2019 22:02:35 -0400

comitup (1.6.1-1) unstable; urgency=medium

  * Move comitup-cli man to section 8.
  * Source-only upload.

 -- David Steele <steele@debian.org>  Mon, 22 Jul 2019 22:03:51 -0400

comitup (1.6-1) unstable; urgency=medium

  * Rework hotspot AP dhcp for Buster compatibility.

 -- David Steele <steele@debian.org>  Sat, 20 Jul 2019 11:50:46 -0400

comitup (1.5-1) comitup; urgency=medium

  * Fix a race condition in the "web_service" start.
  * Fix a web page problem making unsecured APs unusable.
  * Restore the ability to secure the comitup hotspot.
  * Fix a DBUS crash when deleting connections in MULTI mode.
  * Fix problem causing a hang in the "CONNECTING" state.
    - Improves startup time.

 -- David Steele <steele@debian.org>  Mon, 10 Jun 2019 12:22:10 -0400

comitup (1.4-1) comitup; urgency=medium

  * Fix network instabilities.
  * Implement captive portal for establishing upstream wifi configuration.
  * Attempt to connect to all defined connections, not just the
    visible ones.
  * Support an optional password on accessing the hotspot.
  * Support using the hostname in ap_name.
  * Limit the hotspot to 2.4 GHz for global compatibility.

 -- David Steele <steele@debian.org>  Sat, 30 Mar 2019 15:02:27 -0400

comitup (1.3.1-1) unstable; urgency=medium

  * Change the default number of digits in the hotspot from 4 to 2.
  * Fix CI testing.

 -- David Steele <steele@debian.org>  Tue, 22 Jan 2019 20:49:56 -0500

comitup (1.3-1) unstable; urgency=medium

  * New web gui look (thanks Krebbi).
  * Add "primary_wifi_device" configuration variable.
  * Replace "base_name" config with "ap_name".
  * Improve robustness with Pi 3 Model B+.
  * Limit AP iptables rules to AP traffic.
  * Other networking fixes.
  * Address bug in callback privilege dropping.
  * comitup-web logging.

 -- David Steele <steele@debian.org>  Sun, 20 Jan 2019 16:59:45 -0500

comitup (1.2.5-1) unstable; urgency=medium

  * Use pandoc to create the man pages.
  * Detect 'iw' command failure.
  * Add the # of interfaces mode to the get_info command.
  * Correct the web 'confirm' text, based on mode.

 -- David Steele <steele@debian.org>  Tue, 03 Apr 2018 21:47:55 -0400

comitup (1.2.4-1) unstable; urgency=medium

  * Fix a bug in the startup wifi tests.
  * Fix the comitup-cli 'info' command.

 -- David Steele <steele@debian.org>  Tue, 13 Mar 2018 20:44:12 -0400

comitup (1.2.3-1) unstable; urgency=medium

  * Add a states monitor task. Use it to monitor hotspot.

 -- David Steele <steele@debian.org>  Sun, 25 Feb 2018 09:57:32 -0500

comitup (1.2.2-1) UNRELEASED; urgency=medium

  * Workaround for NetworkManager crash, which mangles the hotspot.
  * More logging.

 -- David Steele <steele@debian.org>  Sat, 24 Feb 2018 19:59:49 -0500

comitup (1.2.1-1) unstable; urgency=medium

  * Add restart delay to systemd conf files.
  * Interpret 'iw list' failure correctly.
  * Catch NetworkManager loss, and kill comitup.

 -- David Steele <steele@debian.org>  Fri, 23 Feb 2018 21:57:18 -0500

comitup (1.2-1) unstable; urgency=medium

  * Update to python3

 -- David Steele <steele@debian.org>  Tue, 20 Feb 2018 22:08:28 -0500

comitup (1.1-2) unstable; urgency=medium

  * Tolerate missing comitup.json on preinst upgrade.
    (Closes: 881673)

 -- David Steele <steele@debian.org>  Mon, 13 Nov 2017 21:24:04 -0500

comitup (1.1-1) unstable; urgency=medium

  * Fix web failure for open APs.
  * Fix web failure for SSIDs with special characters.
  * Run the callback with the permissions of the script owner.

 -- David Steele <steele@debian.org>  Sat, 04 Nov 2017 22:00:22 -0400

comitup (1.0-1) UNRELEASED; urgency=medium

  * Update some dependencies to modern replacements/versions.
  * Add a wifi configuration check on install.
  * Support external script callback.
  * Preserve the comitup number across upgrades.

 -- David Steele <steele@debian.org>  Wed, 18 Oct 2017 21:00:38 -0400

comitup (0.9.1-1) unstable; urgency=medium

  * Remove explicit network interface names.
  * Configuration option to remove dual interface mode.
  * Update documentation for dual interface mode.
  * Fix tests.

 -- David Steele <steele@debian.org>  Sat, 16 Sep 2017 17:25:52 -0400

comitup (0.9-1) unstable; urgency=medium

  * Better dual-wlan support for mobile devices.
    - Eliminate AP drops.
    - Tolerate iptables collisions.
    - Increase timeout to 3 minutes to allow Android time to ip-up.
    - Don't update iptables and web server till CONNECTED.

 -- David Steele <steele@debian.org>  Thu, 27 Jul 2017 19:57:56 -0400

comitup (0.8-1) unstable; urgency=medium

  * New master version.
    - Support for 2-wifi device mode.
    - Mdns serves IP addresses appropirate for each interface.
    - Better detection of encrypted Access points.
    - Update comitup-web from cherrypy to flask.

 -- David Steele <steele@debian.org>  Sat, 22 Jul 2017 00:14:35 -0400

comitup (0.7-1) unstable; urgency=medium

  * Make it more robust for non Raspberry Pi 3 use.
    - Tested on a Pi 2 with a KOOTEK wifi adapter.

 -- David Steele <steele@debian.org>  Mon, 23 Jan 2017 21:46:58 -0500

comitup (0.6-1) unstable; urgency=medium

  * Replace 'activity' with 'get-info' in the D-Bus interface.
  * Eliminate the 'comitup.local' mdns name.
  * Publish as a mdns Workstation.

 -- David Steele <steele@debian.org>  Sat, 21 Jan 2017 23:40:34 -0500

comitup (0.5-1) unstable; urgency=medium

  * Minor doc fixes.
  * git-buildpackage build support.
  * Fix comitup-cli print statements.
  * Obscure the web password field.

 -- David Steele <steele@debian.org>  Wed, 24 Aug 2016 13:46:33 -0400

comitup (0.4-1) unstable; urgency=medium

  * Fix the WPA security detection logic for the 'iw' command.
  * RFS feedback.

 -- David Steele <steele@debian.org>  Wed, 13 Jul 2016 15:05:21 -0400

comitup (0.3-1) UNRELEASED; urgency=medium

  * Use the 'iw' command for a better list of available Access Points.

 -- David Steele <steele@debian.org>  Mon, 11 Jul 2016 15:50:35 -0400

comitup (0.2-1) UNRELEASED; urgency=medium

  * Add a manual Access Point selection capability.
  * Minor bug fixes.

 -- David Steele <steele@debian.org>  Thu, 07 Jul 2016 11:56:33 -0400

comitup (0.1-1) UNRELEASED; urgency=low

  * Initial release (Closes: #821145)

 -- David Steele <steele@debian.org>  Wed, 23 Mar 2016 23:07:38 -0400
