wslu (3.2.3-0ubuntu3) impish; urgency=medium

  * No-change rebuild to build packages with zstd compression.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 07 Oct 2021 12:26:32 +0200

wslu (3.2.3-0ubuntu2) impish; urgency=medium

  * debian/control:
    - fix a Depends syntax error in the previous changes

 -- Sebastien Bacher <seb128@ubuntu.com>  Thu, 13 May 2021 13:01:07 +0200

wslu (3.2.3-0ubuntu1) impish; urgency=medium

  * wslsys: fix an issue in call_windows_uptime
    (GH: #182)
  * header: fix a distro detection issue in 
    Ubuntu Impish (21.10)
  * debian/control: fix dependency issue in 
    installing wslu (LP: #1926771)
  * docs: include available commands in manpage 
    (GH: #169)
  * project: fix a problem that Powershell output
    non-unicode character (GH: #162)
  * wslview: fix an issue that caused the relative
    Linux path unable to be opened (GH: #165)
  * wslusc: fix an issue that some people unable
    to open their GUI application (GH: #174)
  * header: Avoid error message when the file doesn't
    exist (LP: 1911379)

 -- Patrick Wu <patrick.wu@canonical.com>  Wed, 12 May 2021 10:43:48 +0800

wslu (3.2.1-0ubuntu2) hirsute; urgency=medium

  * header: Avoid error message when the file doesn't
    exist (LP: 1911379)

 -- Patrick Wu <patrick.wu@canonical.com>  Wed, 13 Jan 2021 11:26:25 +0800

wslu (3.2.1-0ubuntu1) groovy; urgency=medium

  * Update from 2.3.6 to 3.2.1 to provide new features and
    address some issues (ffe lp: #1895525)
    - Documentation: add section 7 manpage: `wslu`
    - Documentation: updated manpage system
    - Documentation: New README language Esperanto
    - Project: updated build system
    - Project: versioning system update
    - Project: add separate Fedora Remix support
    - header: add `--verbose`
    - header: refactor the header in order to speed up
    - header: handling empty ~/.config/wslu/baseexec
    - header: use the proper color definition
    - header: fix `ubuntu.exe` detection issue
    - header: prevent localappdata not found in env
    - header: improvements on the system drive detection.
      (GH: #133, LP: #1888869)
    - header: fix badly generated shortcut issue (GH: #141)
    - wslact: brand new CLI
    - wslact: adding `--mount-options` for auto-mounting feature
    - wslact: fix an i18n related issue in time-sync feature 
      (GH: #113 by @ricardosantos9521)
    - wslact: add back-compatibility for the auto-mounting feature.
    - wslusc: brand new helper script (GH: #93)
    - wslusc: brand new shortcut icon
    - wslusc: always use the absolute path (fixes #129)
    - wslusc: fixes a possible white space path issue
    - wslusc: add convert not found warning
    - wslusc: fix the problem that the previous version that GUI shortcut
      generated won't work.
    - wslusc: When TMP is empty, try TEMP
    - wslusc: fix an issue that wsl.exe execute with wrongly passed param
      (GH: #138)
    - wslfetch: colorbar expanded
    - wslfetch: `--no-colorbar` become `--colorbar`
    - wslfetch: speed up execution time (GH: #100)
    - wslfetch: new display for WSL with WSL version displayed
    - wslfetch: use the proper logo for Ubuntu 
      (Reported by Martin Wimpress, LP: #1883920)
    - wslview: alias of `wslstart`, `wstart`, `wview` (GH: #64)
    - wslview: browser registration parameter change
    - wslview: handling file:/// protocol (GH: #66)
    - wslview: fix a mistake in `converted_file_path`
    - wslview: properly detect all different protocols and path styles 
      (GH: #118)
    - wslview: mistake in calling a variable (fixes #118 again)
    - wslview: fix a bug that it won't open `file:///mnt/c/...` 
      or `/mnt/c/...`
    - wslview: add wslview.desktop (GH: #143 and #146)
    - wslsys: Display Scaling Factor (help with Pengwin GH: #559)
    - wslsys: Windows Locale
    - wslsys: Windows Theme 
    - wslsys: speed up execution time 
    - wslsys: add WSL version option
    - wslsys: fix an issue in DPI scaling getting wrong value due to the API
      change in Latest fast ring insider build (Reported by @crramirez)
    - wslsys: fix an issue that the WSL Version shown is wrong.
    - package: missing call to `configure.sh`
    - package: fix alpine dependency issue (GH: #117)
    - tests: update the test system and tests. (GH: #125)

 -- Patrick Wu <patrick.wu@canonical.com>  Sun, 13 Sep 2020 22:36:33 +0800

wslu (2.3.6-0ubuntu3) groovy; urgency=medium

  * debian/rules:
    - update the svg conversion commands for the current inkscape
      version and fix the build      

 -- Patrick Wu <patrick.wu@canonical.com>  Wed, 01 Jul 2020 16:07:10 +0200

wslu (2.3.6-0ubuntu2) groovy; urgency=medium

  * d/p/0011-src-wslu-header-reg.exe-path-not-properly-set.patch:
    - reg.exe path not properly set (LP: #1877016)
  * d/p/0012-src-wslfetch.sh-update-Ubuntu-logo.patch:
    - update Ubuntu logo (LP: #1883920)
  * d/p/0013-src-wslu-header-fix-an-issue-that-Ubuntu-will-not-be.patch:
    - fix an issue that Ubuntu will not be detected properly (LP: #1883924)

 -- Patrick Wu <patrick.wu@canonical.com>  Wed, 17 Jun 2020 21:11:36 +0800

wslu (2.3.6-0ubuntu1) focal; urgency=medium

  [ Patrick Wu ]
  * Upstream update to 2.3.6 to address critical issues (LP: #1871986)
    - wslupath manpage update
    - fixes that imported distro cannot be properly handled by baseexec_gen
    - fix an issue in handling dirty output in regenerate baseexec
    - fix an issue in generating ~/.config/baseexec
    - wslusc: fix an issue that will cause generated shortcut cannot be opened
      for some users
  * Update patches
  * debian/wsl-integration.sh: removal links in profile.d as requested by MSFT.
  * debian/wsl-integration.sh: Fix issue that space in username breaks 
    wsl-integration.sh. (LP: #1869878)
  * debian/wsl-integration.sh: Use /tmp folder for system users who do not have 
    $HOME. (LP: #1859509)

  [ Balint Reczey ]
  * debian/wsl-integration.sh: Suppress errors when saving $HOME/.cache. 
    (LP: #1859509)
  * debian/wsl-integration.sh: debian/wsl-integration.sh unset the right 
    variable at the end of script. (LP: #1857426)

 -- Patrick Wu <patrick.wu@canonical.com>  Thu, 09 Apr 2020 20:27:13 +0800

wslu (2.3.2-0ubuntu4) focal; urgency=medium

  * debian/wsl-integration.sh: Set timeouts for X and PulseAudio detection.
    This fixes long startup time when detection fails after waiting for long.
    (LP: #1855520)
  * Cache results of detecting X and sound server in $HOME/.config/wsl/integration-cache.
    Reuse results when starting new shells in the same runnig WSL Ubuntu instance.
    (LP: #1855898)
  * debian/wsl-integration.sh: Use pactl stat instead of pactl info in detection.
    Pactl stat is slightly faster, ~0.3s vs. ~0.45s with pactl info when running
    on WSL1.

 -- Balint Reczey <rbalint@ubuntu.com>  Wed, 11 Dec 2019 15:45:09 +0100

wslu (2.3.2-0ubuntu3) focal; urgency=medium

  * Detect X and PulseAudio in WSL2, too (LP: #1853343)
  * debian/wsl-integration.sh: Use type instead of which for faster execution.
    Also skip all detection steps when pactl and xvinfo are not installed.

 -- Balint Reczey <rbalint@ubuntu.com>  Mon, 25 Nov 2019 10:50:14 +0100

wslu (2.3.2-0ubuntu2) focal; urgency=medium

  * Suppress pulseaudio error on starting shell when pulseaudio-utils is installed
    (LP: #1844671)

 -- Balint Reczey <rbalint@ubuntu.com>  Thu, 24 Oct 2019 16:04:32 +0200

wslu (2.3.2-0ubuntu1) eoan; urgency=medium

  [ Sebastien Bacher ]
  * debian/postinst, debian/prerm:
    - register also the www-browser alternative, the non-x-variant is
      used by xdg-open when DISPLAY is unset

  [ Balint Reczey ]
  * New upstream release
    - Fix support for Windows user names with space
  * Add autopkgtest
  * Fix saving configuration when the Windows user name contains space
  * Refresh patches

 -- Balint Reczey <rbalint@ubuntu.com>  Wed, 16 Oct 2019 11:58:38 +0200

wslu (2.3.0-1ubuntu1) eoan; urgency=medium

  * debian/control: Set Vcs-* fields
  * New upstream release
    - Stop changing terminal font when running wsl* commands (LP: #1836208)
  * Refresh patches
  * debian/rules: Run tests in WSL only

 -- Balint Reczey <rbalint@ubuntu.com>  Thu, 01 Aug 2019 12:54:30 +0200

wslu (2.0.0-0ubuntu3) eoan; urgency=medium

  * Set DISPLAY=:0 when an X11 server is running (LP: #1836552)
  * Use PulseAudio if it is running on Windows (LP: #1836552)
  * Set up sound, too, when starting GUI programs via Windows desktop shortcuts
    (LP: #1836552)

 -- Balint Reczey <rbalint@ubuntu.com>  Mon, 15 Jul 2019 12:05:41 +0200

wslu (2.0.0-0ubuntu2) disco; urgency=medium

  * Only Suggest imagemagick and print error message when convert is missing

 -- Balint Reczey <rbalint@ubuntu.com>  Tue, 19 Mar 2019 00:04:18 +0100

wslu (2.0.0-0ubuntu1) disco; urgency=medium

  * New upstream release
  * Include src/etc/wsl.ico again in original source.
    The problematic image was replaced by upstream with one with DFSG-free
    license.
  * debian/gbp.conf: Set upstream tag format
  * debian/copyright: Update copyright info
  * Stop shipping mime info for wslview.
    Also drop fixing executable bits of runHidden.vbs
  * Fix running tests
  * Skip interop check in scripts
  * Run full test suite in WSL environments and only a subset on Linux
  * Makefile: Honor DESTDIR
  * debian/dirs: Create install dirs
  * Keep installing the Ubuntu logo as the default for shortcuts
    Using the logo of the distribution makes it visible which WSL
    installation will run the command executed by the shortcut.
  * Stop build-depending on dh-exec, it is not needed anymore
  * Fix one test failing on Windows

 -- Balint Reczey <rbalint@ubuntu.com>  Mon, 18 Mar 2019 13:32:59 +0100

wslu (1.9+dfsg1-0ubuntu1) disco; urgency=medium

  * Initial release

 -- Balint Reczey <rbalint@ubuntu.com>  Mon, 04 Mar 2019 23:32:34 +0100
