mirror of
https://github.com/la5nta/pat
synced 2026-08-07 22:32:06 -04:00
Bump version (v0.9.0)
This commit is contained in:
parent
59f4bc0cfa
commit
f52df2f93c
3 changed files with 12 additions and 2 deletions
|
|
@ -6,6 +6,6 @@ package main
|
|||
|
||||
var (
|
||||
AppName = "Pat"
|
||||
Version = "0.8.0"
|
||||
Version = "0.9.0"
|
||||
GitRev = "unknown origin" // Set by make.bash
|
||||
)
|
||||
|
|
|
|||
10
debian/changelog
vendored
10
debian/changelog
vendored
|
|
@ -1,3 +1,13 @@
|
|||
pat (0.9.0) stable; urgency=medium
|
||||
|
||||
* Less aggressive websocket timeout
|
||||
* Add column sorting in Web GUI
|
||||
* Require Go 1.10 or later
|
||||
* Fix GPSd config bug introduced in v0.8.0
|
||||
* Fix (mainly macOS) bug related to many open file descriptors
|
||||
|
||||
-- Martin Hebnes Pedersen <martin.h.pedersen@gmail.com> Wed, 19 Feb 2020 20:13:18 +0100
|
||||
|
||||
pat (0.8.0) stable; urgency=medium
|
||||
|
||||
* GPSd support in Web GUI
|
||||
|
|
|
|||
|
|
@ -588,7 +588,7 @@
|
|||
<key>USE_HFS+_COMPRESSION</key>
|
||||
<true/>
|
||||
<key>VERSION</key>
|
||||
<string>0.8.0</string>
|
||||
<string>0.9.0</string>
|
||||
</dict>
|
||||
<key>UUID</key>
|
||||
<string>5562F199-B4C6-48BC-98FA-5BBA494CB61F</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue