Skip to content

Commit

Permalink
Merge pull request #229 from uniqush/release-2.6.1
Browse files Browse the repository at this point in the history
Release uniqush-push 2.6.1.
  • Loading branch information
TysonAndre authored Jul 21, 2018
2 parents 95e51cb + d9e439d commit 8fd8463
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
uniqush-push NEWS

?? ??? 2018, uniqush-push 2.6.1 (dev)
21 Jul 2018, uniqush-push 2.6.1
-------------------------------

- Maintenance: Fix various code style warnings from code linters.
- Bugfix: Fix "No device" errors seen when retrying a push. (PR #222)
- Maintenance: Fix various code style warnings from code linters (e.g. gometalinter). Refactor and document code.
- Bugfix: Fix the rare "No device" errors seen when retrying a push. (PR #222)
- Bugfix: Fix the regular expression used as a sanity check of subscriptions and services. (PR #222)
The intended accepted characters for use in services and subscriptions were `a-z, A-Z, 0-9, -, _, @ or .`

Forbid using the backtick in service and subscription names (this was accidentally permitted by the invalid regex).

Continue allowing a small number of other invalid characters for now,
those may be deprecated in future releases.

18 Jul 2018, uniqush-push 2.6.0
-------------------------------

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (
var uniqushPushConfFlags = flag.String("config", "/etc/uniqush/uniqush-push.conf", "Config file path")
var uniqushPushShowVersionFlag = flag.Bool("version", false, "Version info")

var uniqushPushVersion = "uniqush-push 2.6.1-dev"
var uniqushPushVersion = "uniqush-push 2.6.1"

func installPushServices() {
srv.InstallGCM()
Expand Down

0 comments on commit 8fd8463

Please sign in to comment.