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 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207
|
kitty (0.19.3-1) unstable; urgency=medium
* New upstream release
+ Fix arbitrary command execution via graphics protocol. CVE-2020-35605
-- James McCoy <jamessan@debian.org> Tue, 22 Dec 2020 15:08:30 -0500
kitty (0.19.2-1) unstable; urgency=medium
* New upstream release
* Add override for repeated-path-segment
* Declare compliance with Policy 4.5.1, no changes needed
* Bump debhelper-compat to 13
-- James McCoy <jamessan@debian.org> Mon, 30 Nov 2020 15:38:53 -0500
kitty (0.19.1-1) unstable; urgency=medium
* New upstream release
* d/copyright: Add information for uthash.h
* d/control: Add new Build-Depends on liblcms2-dev
* Use system uthash-dev instead of shipped version
-- James McCoy <jamessan@debian.org> Wed, 28 Oct 2020 22:43:42 -0400
kitty (0.18.3-1) unstable; urgency=medium
* New upstream release (Closes: #966107)
+ Backwards incompatibility: The numbers used to encode mouse buttons for
"send_mouse_event" function that can be used in kittens have been
changed
* rules: Build launcher before running tests
-- James McCoy <jamessan@debian.org> Wed, 12 Aug 2020 22:32:41 -0400
kitty (0.17.4-1) unstable; urgency=medium
* New upstream version
+ Fix test failures on 64-bit big-endian builds.
+ Use -fpic to fix build failure on sparc64.
-- James McCoy <jamessan@debian.org> Sat, 09 May 2020 09:52:08 -0400
kitty (0.17.3-1) unstable; urgency=medium
[ James McCoy ]
* New upstream release
+ Fix crash when using drag and drop. (Closes: #956576)
+ Update to Unicode 13.0
+ Add strikethrough capability to terminfo entry
* upstream/metadata: Add upstream URLs
[ Debian Janitor ]
* Set upstream metadata fields: Repository.
-- James McCoy <jamessan@debian.org> Fri, 24 Apr 2020 08:58:35 -0400
kitty (0.17.1-1) unstable; urgency=medium
* New upstream release
* Bump python3-dev Build-Depends to 3.6
* Declare compliance with Policy 4.5.0, no changes needed
-- James McCoy <jamessan@debian.org> Sat, 28 Mar 2020 10:02:27 -0400
kitty (0.15.0-1) unstable; urgency=medium
* New upstream release
+ Dynamically load canberra (for sounds) rather than linking against it.
-- James McCoy <jamessan@debian.org> Sun, 15 Dec 2019 22:28:08 -0500
kitty (0.14.6-1) unstable; urgency=medium
* New upstream release
+ Support fonts where fontconfig reports spacing=90. (Closes: #944558)
* Declare compliance with Policy 4.4.1, no changes needed
-- James McCoy <jamessan@debian.org> Mon, 11 Nov 2019 20:18:35 -0500
kitty (0.14.4-1) unstable; urgency=medium
* New upstream release
* control:
+ Restrict Wayland B-D to Linux architectures
* Update to debhelper compat 12 and debhelper-compat Build-Depends
* Declare compliance with Policy 4.4.0, no changes needed
-- James McCoy <jamessan@debian.org> Tue, 03 Sep 2019 20:52:30 -0400
kitty (0.14.3-1) unstable; urgency=medium
* New upstream release
+ Update to Unicode 12
* control:
+ Add libcanberra-dev to B-D, used for term bell
+ Add imagemagick to Suggests for icat kitten
+ Add wayland-protocols/libwayland-dev to B-D to enable Wayland support
* Install a system kitty.conf to disable update checks
* rules:
+ Fix name of upstream changelog file
+ Disable compression of all the html docs
-- James McCoy <jamessan@debian.org> Sun, 04 Aug 2019 21:59:29 -0400
kitty (0.13.3-1) unstable; urgency=medium
* New upstream release
* Declare compliance with Policy 4.3.0, no changes needed
-- James McCoy <jamessan@debian.org> Thu, 24 Jan 2019 23:16:31 -0500
kitty (0.13.1-1) unstable; urgency=medium
* New upstream release
* Add python3-pil to Build-Depends for tests
* Update kitty's homepage.
Thanks to Chris Lamb for the patch (Closes: #911848)
-- James McCoy <jamessan@debian.org> Sun, 16 Dec 2018 20:40:07 -0500
kitty (0.12.3-1) unstable; urgency=medium
* New upstream release
+ Add support for IME via IBus, enabled by setting GLFW_IM_MODULE=ibus
+ New command, kitty + complete, to export shell completion for bash, zsh,
and fish
* control: Add libdbus-1-dev to Build-Depends for IBus support
* rules: Disable verbose builds for DEB_BUILD_OPTIONS=terse
* Declare compliance with Policy 4.2.1
-- James McCoy <jamessan@debian.org> Sun, 30 Sep 2018 09:36:30 -0400
kitty (0.11.3-1) unstable; urgency=medium
* New upstream release
* Register kitty's HTML docs with doc-base
* lintian: Add ${misc:Depends} to kitty-terminfo
-- James McCoy <jamessan@debian.org> Sun, 15 Jul 2018 08:55:48 -0400
kitty (0.11.2-3) unstable; urgency=medium
* Avoid stripping PayPal pixel when not building docs
* Declare compliance with Policy 4.1.5, no changes needed
-- James McCoy <jamessan@debian.org> Wed, 04 Jul 2018 19:42:34 -0400
kitty (0.11.2-2) unstable; urgency=medium
* Move python3-sphinx to Build-Depends, since arch builds also build docs.
-- James McCoy <jamessan@debian.org> Wed, 04 Jul 2018 18:05:21 -0400
kitty (0.11.2-1) unstable; urgency=medium
* New upstream release
+ Lenna image removed
+ Accepts -T to set the terminal's title
* Update copyright for new release
* Replace manual doc generation with upstream's docs target
* Install example kitty.conf from new location
* Enable dh sphinxdoc addon
* lintian:
+ Remove PayPal tracking pixel from support.html
+ Disable the "Fork me" ribbon
* Add kitty as an alternative for x-terminal-emulator. (Closes: #900704)
-- James McCoy <jamessan@debian.org> Wed, 04 Jul 2018 14:02:55 -0400
kitty (0.10.1-1) unstable; urgency=medium
* New upstream release
-- James McCoy <jamessan@debian.org> Wed, 30 May 2018 22:17:18 -0400
kitty (0.9.1-1) unstable; urgency=medium
[ upstream ]
* Fix build failures related to unsigned char or big-endian platforms.
(Closes: #896099)
* New kitten for performing/viewing diffs
* Output GL version when running with --debug-gl (to help with #897381)
[ James McCoy ]
* rules:
+ Override upstream's CFLAGS instead of augmenting them
+ Export CPPFLAGS independently, now that upstream's buildsystem
explicitly handles them
* Add a watch file
* Update d/copyright for 0.9.1
* control:
+ Add libx11-xcb-dev to Build-Depends instead of relying on it implicitly
being installed
* Recommend kitty-doc from kitty package so documentation is typically
available
* Convert asciidoc files into html documentation (Closes: #897003)
+ Add asciidoctor to Build-Depends-Indep
+ Create new kitty-doc package
-- James McCoy <jamessan@debian.org> Mon, 07 May 2018 22:54:49 -0400
kitty (0.9.0-1) unstable; urgency=medium
* Initial release. (Closes: #886311)
-- James McCoy <jamessan@debian.org> Wed, 18 Apr 2018 23:46:22 -0400
|