Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
martinhpedersen committed Dec 13, 2017
1 parent 3c015c4 commit f03f2fe
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ package main

var (
AppName = "Pat"
Version = "0.5.0"
Version = "0.5.1"
GitRev = "unknown origin" // Set by make.bash
)
9 changes: 9 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
pat (0.5.1) stable; urgency=medium

* Support ARDOP >= v1.0 (https://github.com/la5nta/pat/issues/108)
* Add rmslist support for ARDOP nodes
* Switch to the new Winlink rest API (https://github.com/la5nta/pat/issues/110)
* Fix bug which caused WINMOR connection failure when dialing the (non-idle) TNC

-- Martin Hebnes Pedersen <[email protected]> Tue, 12 Dec 2017 19:03:04 +0100

pat (0.5.0) stable; urgency=high

* Fix XSS vulnerability when serving attachments over HTTP (https://github.com/la5nta/pat/issues/105)
Expand Down
2 changes: 1 addition & 1 deletion osx/pat.pkgproj
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@
<key>USE_HFS+_COMPRESSION</key>
<true/>
<key>VERSION</key>
<string>0.5.0</string>
<string>0.5.1</string>
</dict>
<key>UUID</key>
<string>5562F199-B4C6-48BC-98FA-5BBA494CB61F</string>
Expand Down

0 comments on commit f03f2fe

Please sign in to comment.