1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
|
emacs-websocket (1.13-1) unstable; urgency=medium
* New upstream release.
* Rebase patches onto this release.
- Drop 0002-Make-sure-unit-tests-don-t-cause-problems-on-32-bit-.patch
which already exists in this release.
* Create debian/elpa-test, and use ert_eval to truncate potential
backtraces to 500 columns rather than the usual ~80.
-- Nicholas D Steeves <nsteeves@gmail.com> Wed, 13 Jan 2021 15:55:44 -0500
emacs-websocket (1.12+18.g5aaf9d1-3) unstable; urgency=medium
* Add 0002-Make-sure-unit-tests-don-t-cause-problems-on-32-bit-.patch
cherry picked from upstream commit:5568114; this solves ftbfs on 32bit
archs with Emacs < 27.1.
-- Nicholas D Steeves <nsteeves@gmail.com> Tue, 06 Oct 2020 20:37:14 -0400
emacs-websocket (1.12+18.g5aaf9d1-2) unstable; urgency=medium
* Drop debian/elpa-test: Upstream did not merge the branching logic I
proposed.
* Add 0001-Skip-websocket-client-with-remote-server.patch; this patch
unequivocally skips websocket-client-with-remote-server.
-- Nicholas D Steeves <nsteeves@gmail.com> Thu, 06 Aug 2020 20:53:47 -0400
emacs-websocket (1.12+18.g5aaf9d1-1) unstable; urgency=medium
* Import new upstream snapshot.
- this snapshot includes collaborative work that makes it possible to run
the functional tests using a localhost Tornado program rather than
echo.websocket.org using the elisp interface introduced between
commit:74e4b82 and commit:31e122a (Closes: #963871).
* Add python3-tornado as a build-dep to run these tests.
* debian/elpa-test: Activate the use of the local server for functional
tests.
* Drop 0001-Drop-unused-wstest-server-proc.patch (it has been fixed and is
now used).
* Migrate to debhelper-compat 13.
-- Nicholas D Steeves <nsteeves@gmail.com> Thu, 06 Aug 2020 18:50:35 -0400
emacs-websocket (1.12+8.g31e122a-1) unstable; urgency=medium
* Import new upstream snapshot.
* Add 0001-Drop-unused-wstest-server-proc.patch. Upstream dropped
"testserver.py" and now runs websocket unit tests in elisp.
-- Nicholas D Steeves <nsteeves@gmail.com> Sat, 28 Mar 2020 17:54:34 -0400
emacs-websocket (1.12+1.g74e4b82-1) unstable; urgency=medium
* Initial release. (Closes: #945329)
-- Nicholas D Steeves <nsteeves@gmail.com> Mon, 24 Feb 2020 17:27:11 -0500
|