File: changelog

package info (click to toggle)
hyperkitty 1.3.4-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 10,796 kB
  • sloc: javascript: 27,623; python: 10,669; makefile: 146; sh: 5
file content (269 lines) | stat: -rw-r--r-- 9,386 bytes parent folder | download
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
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
hyperkitty (1.3.4-4) unstable; urgency=high

  * d/p/0005_ensure_private_archives_during_import.patch: Ensure private
    archives stay private during import (CVE-2021-33038). (Closes: #989183)

 -- Jonas Meurer <jonas@freesources.org>  Fri, 28 May 2021 11:00:26 +0200

hyperkitty (1.3.4-3) unstable; urgency=high

  * d/p/0004_remove_link_to_google_fonts.patch: Don't load remote Google
    fonts. Thanks to Kunal Mehta for bugreport and testing. (Closes: #987654)

 -- Jonas Meurer <jonas@freesources.org>  Thu, 29 Apr 2021 11:55:45 +0200

hyperkitty (1.3.4-2) unstable; urgency=medium

  * Replace bootstrap3 usage with bootstrap4.
  * Compile the LC_MESSAGES at build time

 -- Pierre-Elliott Bécue <peb@debian.org>  Wed, 03 Mar 2021 16:25:55 +0100

hyperkitty (1.3.4-1) unstable; urgency=medium

  * New upstream release
  * d/control: Update (build-)dependencies
  * d/patches: Rebased

 -- Jonas Meurer <jonas@freesources.org>  Fri, 05 Feb 2021 01:12:14 +0100

hyperkitty (1.3.3-1) unstable; urgency=medium

  * New upstream release
  * d/control:
    - Update (build-)dependencies
    - Bump standards-version to 4.5.1
  * d/tests/control: Update test dependencies
  * d/rules: Replace all glyphicons-halflings-regular font files with symlinks
    to the files from package fonts-glyphicons-halflings
  * d/copyright: fix order of globbing patterns

 -- Jonas Meurer <jonas@freesources.org>  Tue, 12 Jan 2021 00:16:33 +0100

hyperkitty (1.3.2-1.1) unstable; urgency=medium

  * Non-maintainer upload
  * Use glyphicons-halflings from fonts-glyphicons-halflings (Closes: #962880)

 -- Balint Reczey <rbalint@ubuntu.com>  Sat, 18 Jul 2020 13:45:03 +0200

hyperkitty (1.3.2-1) unstable; urgency=medium

  * New upstream release 1.3.2
    - d/p/MR201.patch removed
  * d/control:
    - Bump Standards-Version to 4.5.0
  * d/tests/:
    - Setup a specific test engine

 -- Pierre-Elliott Bécue <peb@debian.org>  Fri, 21 Feb 2020 23:36:23 +0100

hyperkitty (1.3.0-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * debian/patches/MR201.patch
    - make hyperkitty compatible with networkx 2.4; Closes: #945392

 -- Sandro Tosi <morph@debian.org>  Thu, 02 Jan 2020 16:17:27 -0500

hyperkitty (1.3.0-1) unstable; urgency=medium

  [ Jonas Meurer ]
  * d/patches/0002_Use_python3_by_default.patch:
    - Use python3 by default instead of /usr/bin/env python. Thanks to
      Louis-Philippe Véronneau for bugreport and patch. (Closes: #924410)
  * d/patches/0003-run-sassc-at-build-time.patch:
    - Compress sassc files using sassc at build time (Related to #924961)
  * d/control:
    - Add breaks for mailman3-web (<< 0+20180916-10~) to ensure that
      'django-admin collectstatic' is run after this update.

  [ Pierre-Elliott Bécue ]
  * New upstream release 1.3.0
  * d/control:
    - Bump Standards-Version to 4.4.1
    - Switch to debhelper-compat
    - Add sphinxdoc:Depends to python3-django-hyperkitty
    - Set Rules-Requires-Root to no
  * d/missing-sources:
    - Add mousetrap.js
  * d/copyright:
    - Add mousetrap.js

 -- Pierre-Elliott Bécue <peb@debian.org>  Sun, 27 Oct 2019 13:21:44 +0100

hyperkitty (1.2.2-1) unstable; urgency=medium

  * New upstream release 1.2.2
  * d/control:
    - Remove obsolete dependency on python3-django-paintstore.
    - Add breaks for mailman3-suite (>> 0+20180916-5~) to reflect the
      removed dependency on paintstore.
    - Bump standards-version to 4.3.0, no changes required.
  * d/p/0001_README_remove_embedded_images.patch:
    - Remove embedded images from README.rst

 -- Jonas Meurer <jonas@freesources.org>  Fri, 22 Feb 2019 21:25:00 +0100

hyperkitty (1.2.1-4) unstable; urgency=medium

  * d/control:
    - Replace my Crans address by my Debian address in uploaders
  * d/rules:
    - Make the tests more verbose. Initially it was to debug garbage output,
      but I prefer this output. It's more relevant.
  * d/links:
    - Fix the broken link to the rst sources due to the python3 migration.
      (Closes: #910411)

 -- Pierre-Elliott Bécue <peb@debian.org>  Sun, 07 Oct 2018 03:02:14 +0200

hyperkitty (1.2.1-3) unstable; urgency=medium

  * d/tests/control: Add python3-all to dependencies. (Closes: #909587)

 -- Jonas Meurer <jonas@freesources.org>  Wed, 26 Sep 2018 10:43:13 +0200

hyperkitty (1.2.1-2) unstable; urgency=medium

  * d/tests/control:
    - Run testsuite with python3

 -- Jonas Meurer <jonas@freesources.org>  Sun, 23 Sep 2018 21:25:50 +0200

hyperkitty (1.2.1-1) unstable; urgency=medium

  [ Pierre-Elliott Bécue ]
  * New upstream release 1.2.0
    - python3 now fully supported
    - d/p/0001 becomes obsolete, removed.
    - Rename d/p/0002 to d/p/0001
    - upstream signing key changed. Using now
      541EA0448453394FF77A0ECC9D9B2BA061D0A67C (Abhilash Raj)
  * d/control:
    - Update (Build-)?Depedencies, as Python3 is the only supported version
      now

  [ Jonas Meurer ]
  * New upstream release 1.2.1
  * d/control:
    - Bump standards-version to 4.2.1, no changes required
    - Add versioned (Build-)Depends on python3-django >= 1:1.11
    - Add versioned (Build-)Depends on python3-mailmanclient >= 3.2.0
    - Add versioned (Build-)Depends on python3-django-haystack >= 2.8.0
    - Add Conflicts/Replaces python-django-hyperkitty
  * d/rules:
    - Migrate build system to python3
  * d/source/lintian-overrides:
    - Remove obsolete python2 lintian overrides
  * d/patches/0001-django-q-API-changed-Async-class-became-AsyncTask.patch:
    - Remove obsolete patch, got incorporated upstream
  * d/python3-django-hyperkitty.lintian-overrides:
    - Add lintian-overrides for jquery and fontawesome. In both cases, we
      have to keep the shipped versions due to backwards-incompatible changes.

 -- Jonas Meurer <jonas@freesources.org>  Wed, 19 Sep 2018 12:03:03 +0200

hyperkitty (1.1.4-8) unstable; urgency=medium

  * d/control:
    - Add the Depends field on python-django-hyperkitty on python-django-q >=
      0.9.4-2 (Closes: #905557)

 -- Pierre-Elliott Bécue <becue@crans.org>  Tue, 07 Aug 2018 15:08:09 +0200

hyperkitty (1.1.4-7) unstable; urgency=medium

  * d/patches:
    - Take into account django-q API changes.
  * d/control:
    - Bump Standards-Version to 4.2.0. No change required

 -- Pierre-Elliott Bécue <becue@crans.org>  Mon, 06 Aug 2018 00:14:50 +0200

hyperkitty (1.1.4-6) unstable; urgency=medium

  * d/rules:
    - Comment out the font-awesome replacement calls as fonts-glewlwyd relies
      on fonts-font-awesome's shipped ones, and font-awesome 5 is not
      providing them anymore. Use upstream's shipped fonts.

 -- Pierre-Elliott Bécue <becue@crans.org>  Sun, 03 Jun 2018 18:01:52 +0200

hyperkitty (1.1.4-5) unstable; urgency=medium

  * d/rules:
    - Prevent dh_clean to delete
      hyperkitty/tests/testdata/payload-utf8-wrong.txt.orig
    - Use the font-awesome.ttf and the FontAwesome.otf files from
      fonts-glewlwyd package as fonts-font-awesome got updated and is not
      backward compatible. Expect breakage as soon as upstream migrates to
      font-awesome 5.
      Closes: #898920
  * d/control:
    - Lowers build-depends on dh >= 11 to dh >= 11~
    - Remove the dependency on fonts-font-awesome.
    - Bump Standards-Version to 4.1.4
  * d/python-django-hyperkitty.examples:
    - Add the files in example_project in /u/s/d/p-d-h/examples

 -- Pierre-Elliott Bécue <becue@crans.org>  Wed, 30 May 2018 15:35:43 +0200

hyperkitty (1.1.4-4) unstable; urgency=medium

  [ Jonas Meurer ]
  * d/control:
    - Don't recommend mailman3, recommend mailman3-web instead.

  [ Pierre-Elliott Bécue ]
  * d/rules:
    - Remove the embedded fonts that are in other packages. Same for
      bootstrap.js{,.min}
    - Add upstream's changelog to the package
    - Move django's static files in /usr/share/python-django-hyperkitty
  * d/control:
    - Add dependency on the font/js packages required by the rules change
  * wrap-and-sort
  * Add d/s/lintian-overrides to give intel on the current python3 missing
    package status.

 -- Pierre-Elliott Bécue <becue@crans.org>  Fri, 16 Mar 2018 17:33:39 +0100

hyperkitty (1.1.4-3) unstable; urgency=medium

  [ Jonas Meurer ]
  * d/tests/control: Add test command 'django-admin test'.
  * d/rules: Run 'django-admin test' as build-time test.
  * d/tests/control: run django-admin with explicit python version
  * d/rules: don't run testsuite when 'nocheck' in DEB_BUILD_OPTIONS

  [ Pierre-Elliott Bécue ]
  * d/watch: fix the broken link, and raise version to 4
  * d/control:
    - Bump Standards-Version to 4.1.3
    - Change Vcs links to salsa.debian.org
    - Bump debhelper version requirement to 11
    - Remove Testsuite: header as d/tests/control exists
  * d/compat: bump to 11
  * d/copyright: update years

 -- Pierre-Elliott Bécue <becue@crans.org>  Wed, 14 Feb 2018 23:58:29 +0100

hyperkitty (1.1.4-2) unstable; urgency=medium

  * debian/copyright: Add missing copyright statement for bootstrap.
    Thanks to Chris Lamb for the hint.
  * debian/control: Bump standards-version to 4.1.2, no changes
    needed.

 -- Jonas Meurer <mejo@debian.org>  Mon, 11 Dec 2017 08:20:12 +0100

hyperkitty (1.1.4-1) unstable; urgency=medium

  [ Pierre-Elliott Bécue ]
  * Initial release (Closes: #799287)

  [ Jonas Meurer ]
  * Import upstream versions 1.1.1 and 1.1.4.

 -- Jonas Meurer <mejo@debian.org>  Sun, 15 Oct 2017 13:02:29 +0200