emacs-websocket (1.15-2)
[PTS] [DDPO]
NEW: VCS has unreleased changes: 1.16-1 > 1.15-2
- Git: https://salsa.debian.org/emacsen-team/emacs-websocket.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 421888
- Browser: https://salsa.debian.org/emacsen-team/emacs-websocket
- Last scan: 2026-04-14 20:05:03+00
- Next scan: 2026-04-22 03:08:00+00
- Debian changelog in Git:
emacs-websocket (1.16-1) UNRELEASED; urgency=medium
* New upstream release.
* Unit tests now require f and s, so add elpa-f and elpa-s to B-Ds.
* Sync copyright statement update from upstream.
* Drop "Priority: optional" and "Rules-Requires-Root: no" because these are
now set by default.
* Declare Standards-Version: 4.7.4. (no further changes required).
* Update my copyright years.
-- Nicholas D Steeves <sten@debian.org> Tue, 14 Apr 2026 15:24:51 -0400
- This branch is 16 commits ahead of tag debian/1.15-1
- Git log:
commit cdb5524d3a387f48adb3d2ed19e3d7fe8d7c2640
Author: Nicholas D Steeves <sten@debian.org>
Date: Tue Apr 14 15:36:55 2026 -0400
Update my copyright years.
commit 27fc1529eee56c89d1958309a98586ca701b479e
Author: Nicholas D Steeves <sten@debian.org>
Date: Tue Apr 14 15:36:43 2026 -0400
Declare Standards-Version: 4.7.4. (no further changes required).
commit 461de88014ea7c5e09710dbf2578887889861dfa
Author: Nicholas D Steeves <sten@debian.org>
Date: Tue Apr 14 15:36:23 2026 -0400
Drop "Priority: optional" and "Rules-Requires-Root: no" because these areā¦
now set by default.
commit 3cbfebe3b2b371e3c6f681a414837bc34c0218fa
Author: Nicholas D Steeves <sten@debian.org>
Date: Tue Apr 14 15:35:52 2026 -0400
Sync copyright statement update from upstream.
commit c4218b5e77e8703571779cb076839887331488a8
Author: Nicholas D Steeves <sten@debian.org>
Date: Tue Apr 14 15:25:10 2026 -0400
Unit tests now require f and s, so add elpa-f and elpa-s to B-Ds.
commit b2f8f23e0ece9c925a912684e6f8c39e3456887e
Merge: e7bc0b4 03d1cca
Author: Nicholas D Steeves <sten@debian.org>
Date: Tue Apr 14 15:24:35 2026 -0400
Merge tag '1.16'
commit 03d1cca4bd910a8df73e4ec637836c6ac25213a2
Author: Andrew Hyatt <ahyatt@gmail.com>
Date: Sun Feb 1 10:17:02 2026 -0500
Update version to 1.16
commit a28e8bdd1521789c7969008389f91c5f3b50e044
Author: Andrew Hyatt <ahyatt@gmail.com>
Date: Sun Feb 1 10:16:11 2026 -0500
Update unit tests to pass with lex binding, add uv for func testing
commit 3b463380e4add168238728fba69c215b24dabbad
Merge: 40c208e f8b00eb
Author: Andrew Hyatt <ahyatt@gmail.com>
Date: Sun Feb 1 00:36:14 2026 -0500
Merge pull request #83 from tothedarktowercame/main
Fix missing leading slash in WebSocket request path
commit f8b00eb017ec8ba0e6574425e4325ea3ab802469
Author: Andrew Hyatt <ahyatt@gmail.com>
Date: Sun Feb 1 00:35:08 2026 -0500
Add tests, update copyright
commit 8cae91f73815bff749b04fb61f332107f0d0ed7b
Author: Joe Corneli <tothedarktowercame@gmail.com>
Date: Sun Feb 1 00:19:45 2026 +0000
Fix missing leading slash in WebSocket request path
When the URL has no path component (e.g., wss://host:port?query=...),
url-filename returns "?query=..." without a leading slash.
This produces an invalid HTTP request line:
GET ?query=... HTTP/1.1
Instead of the correct:
GET /?query=... HTTP/1.1
Servers like nginx correctly reject this as 400 Bad Request.
The fix ensures the path always starts with "/" by checking
string-prefix-p before using url-filename's result.
Fixes #66 (TLSv1.3 connection issues with nginx)
commit e7bc0b4b939d945540b5d18f015d38f30630aa1b
Merge: 63b755d cf79c3c
Author: Xiyue Deng <manphiz@gmail.com>
Date: Mon Nov 25 23:53:01 2024 -0800
Merge from sid [dgit]
commit cf79c3c6fae948a7247889adaab96f256f0b5274
Author: Sean Whitton <spwhitton@spwhitton.name>
Date: Thu Jul 25 19:57:53 2024 +0900
Rebuild against dh-elpa 2.1.5
commit 47549cdb3785a57c44160db4b416d07e985bf24e
Merge: 781583a c0e8a2c
Author: Nicholas D Steeves <sten@debian.org>
Date: Sun Oct 29 12:46:13 2023 -0400
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)
[dgit import unpatched emacs-websocket 1.15-1]
commit 781583aa6a1b44203b90607a2e2e045d852a7a43
Author: Nicholas D Steeves <sten@debian.org>
Date: Sun Oct 29 12:46:13 2023 -0400
Import emacs-websocket_1.15.orig.tar.gz
[dgit import orig emacs-websocket_1.15.orig.tar.gz]
commit c0e8a2cc8dc026b1dc0c61637b9e46e12255828b
Author: Nicholas D Steeves <sten@debian.org>
Date: Sun Oct 29 12:46:13 2023 -0400
Import emacs-websocket_1.15-1.debian.tar.xz
[dgit import tarball emacs-websocket 1.15-1 emacs-websocket_1.15-1.debian.tar.xz]