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 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98
|
emacs-websocket (1.15-2) unstable; urgency=medium
* Team upload.
* Rebuild against dh-elpa 2.1.5.
Upload pushed to dgit-repos but not salsa.
See <https://lists.debian.org/debian-emacsen/2024/07/msg00077.html>.
-- Sean Whitton <spwhitton@spwhitton.name> Thu, 25 Jul 2024 19:57:53 +0900
emacs-websocket (1.15-1) unstable; urgency=medium
* New upstream release.
* Rebase quilt series, and drop the following patches, which are already
part of this upstream release:
- 0001-Skip-websocket-client-with-remote-server.patch
- 0002-set-ready-state-to-closed-when-websocket-is-closed-a.patch
* Update upstream copyright years, and also update my own.
* Declare Standards-Version: 4.6.2. (no changes required)
-- Nicholas D Steeves <sten@debian.org> Sun, 29 Oct 2023 12:46:13 -0400
emacs-websocket (1.13-3) unstable; urgency=medium
* Import 0002-set-ready-state-to-closed-when-websocket-is-closed-a.patch
from upstream. At this time, this commit appears to be more about
correctness rather than about fixing a release-critical bug or known
vulnerability. If ever the upstream bug becomes a more serious issue,
then it will be better for the fix to have already been tested in Debian.
* This fix makes emacs-websocket for Debian equivalent to upstream 1.14.
-- Nicholas D Steeves <sten@debian.org> Fri, 28 Apr 2023 18:59:01 -0400
emacs-websocket (1.13-2) unstable; urgency=medium
* Update my email address.
* Declare Standards-Version: 4.6.1. (no changes required)
* Emacs (>= 46.0) is provided in oldoldstable (stretch), thus the
Recommends no longer needs to be version-qualified.
-- Nicholas D Steeves <sten@debian.org> Sun, 27 Nov 2022 16:39:50 -0500
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
|