-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
16 additions
and
8 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "wsta" | ||
version = "0.4.1" | ||
version = "0.5.0" | ||
authors = ["Espen Henriksen <[email protected]>"] | ||
description = "The WebSocket Transfer Agent" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
wsta (0.5.0-0) stable; urgency=low | ||
|
||
* Add support for setting custom ping message | ||
|
||
-- Espen Henriksen <[email protected]> Sun, 18 Dec 2016 20:16:00 +0100 | ||
|
||
wsta (0.4.1-0) stable; urgency=low | ||
|
||
* Fix argument conflict - profile argument -p is now -P | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
Debtransform-Tar: 0.4.1.tar.gz | ||
Debtransform-Tar: 0.5.0.tar.gz | ||
Debtransform-Files-Tar: debian.tar.gz | ||
Format: 1.0 | ||
Source: wsta | ||
Binary: wsta | ||
Version: 0.4.1-1 | ||
Version: 0.5.0-1 | ||
Maintainer: Espen Henriksen <[email protected]> | ||
Architecture: any | ||
Build-Depends: debhelper (>= 4.1.16), libssl-dev (>= 1), gcc (>= 4) | ||
Standards-Version: 3.9.1.0 | ||
DEBTRANSFORM-RELEASE: 1 | ||
Files: | ||
00000000000000000000000000000000 000000 0.4.1.tar.gz | ||
00000000000000000000000000000000 000000 0.5.0.tar.gz | ||
00000000000000000000000000000000 000000 debian.tar.gz | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Name: wsta | ||
Version: 0.4.1 | ||
Version: 0.5.0 | ||
Release: 1%{?dist} | ||
Summary: The WebSocket Transfer Agent | ||
|
||
|
@@ -49,6 +49,8 @@ cp -v wsta.1 $RPM_BUILD_ROOT/usr/local/share/man/man1/wsta.1 | |
|
||
|
||
%changelog | ||
* Sun Dec 18 2016 Espen Henriksen <[email protected]> | ||
- Add support for setting custom ping message | ||
* Fri Aug 12 2016 Espen Henriksen <[email protected]> | ||
- Fix argument conflict - profile argument -p is now -P | ||
* Thu Aug 11 2016 Espen Henriksen <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -235,4 +235,4 @@ wsta(1) General Commands Manual wsta(1) | |
|
||
|
||
|
||
0.4.1 12 Aug 2016 wsta(1) | ||
0.5.0 18 Dec 2016 wsta(1) |