File: changelog

package info (click to toggle)
astroidmail 0.16%2B20240629-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 5,140 kB
  • sloc: cpp: 21,133; ansic: 1,619; python: 93; sh: 73; makefile: 11
file content (308 lines) | stat: -rw-r--r-- 10,207 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
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
astroidmail (0.16+20240629-1) unstable; urgency=medium

  [ upstream ]
  * development snapshot;
    highlights:
    + Use symbolic icons
    + Fix gmime assertions being triggered by invalid addresses
    + compose_message:
      to load as byte array, 'file' must be wrapped with copy
    + Add option to disable left icons
    + Add a '#' key to send a message to the trash
    + thread_view: set iframe size in javascript
    + thread_view: set headers and preview via innerText
    + set email preview width in css;
      closes: bug#1036154,
      thanks to Matthias Kirschner and Alberto Garcia
    + stop using deprecated Gtk::HBox
    + default initialize all pointers in Astroid class
    + don't abort when notmuch-config has bad data
    + set both top and bottom margins for prompt bars
    + reduce margins on yes/no revealer to 3
    + improve mailto uri handling
    + use webkit2gtk-4.1 when available and 4.0 as fallback
    + call set_size_request on pane children
    + set minimal pane size to 50
    + wrap line help message for actions on multi-message-selection

  [ Jonas Smedegaard ]
  * update watch file: track git commits (not release tags)
  * unfuzz patch 1001
  * add patch 2001 to use sensible-editor by default;
    recommend sensible-utils
    (not vim-gtk3 or now obsolete emacs25)
  * declare compliance with Debian Policy 4.7.0
  * update copyright info: update coverage
  * build-depend on pkgconf (not pkg-config)
  * update git-buildpackage config:
    + filter-out eventual debian subdir
    + use DEP14 branches
    + add usage config

 -- Jonas Smedegaard <dr@jones.dk>  Mon, 01 Jul 2024 09:05:02 +0200

astroidmail (0.16-2.2) unstable; urgency=medium

  * Non-maintainer upload
  * Drop obsolete Build-Depends: libsoup2.4-dev

 -- Jeremy Bícha <jbicha@ubuntu.com>  Thu, 20 Jun 2024 09:30:34 -0400

astroidmail (0.16-2.1) unstable; urgency=medium

  * Non-maintainer upload
  * Cherry-pick patch to stop using webkit2gtk 4.0 (Closes: #1061526)
  * Update Build-Depends

 -- Jeremy Bícha <jbicha@ubuntu.com>  Thu, 20 Jun 2024 09:24:41 -0400

astroidmail (0.16-2) unstable; urgency=medium

  * update copyright info:
    + use Reference field (not License-Reference);
      tighten lintian overrides
    + update coverage

 -- Jonas Smedegaard <dr@jones.dk>  Tue, 09 Nov 2021 03:19:27 +0100

astroidmail (0.16-1) unstable; urgency=medium

  [ upstream ]
  * new release

  [ Jonas Smedegaard ]
  * declare compliance with Debian Policy 4.6.0
  * drop patches cherry-picked upstream since applied
  * unfuzz remaining patch

 -- Jonas Smedegaard <dr@jones.dk>  Wed, 18 Aug 2021 22:07:14 +0200

astroidmail (0.15-7) unstable; urgency=medium

  * really fix have autopkgtest tolerate output to stderr

 -- Jonas Smedegaard <dr@jones.dk>  Mon, 25 Jan 2021 16:06:45 +0100

astroidmail (0.15-6) unstable; urgency=medium

  * fix have autopkgtest allow-stderr
  * use debhelper compatibility level 13 (not 12)
  * declare compliance with Debian Policy 4.5.1
  * add patch cherry-picked upstream
    to use std::placeholders everywhere

 -- Jonas Smedegaard <dr@jones.dk>  Sun, 24 Jan 2021 21:16:42 +0100

astroidmail (0.15-5) unstable; urgency=medium

  * fix have autopkgtest depend on xauth
  * annotate superficial autopkgtest
  * declare compliance with Debian Policy 4.5.0
  * simplify source script copyright-check

 -- Jonas Smedegaard <dr@jones.dk>  Sun, 27 Sep 2020 13:20:45 +0200

astroidmail (0.15-4) experimental; urgency=medium

  * fix skip testsuite when DEB_BUILD_OPTIONS contains nocheck
  * update watch file:
    + use substitution strings
    + use dversionmangle=auto
    + simplify regular expressions
    + rewrite usage comment
  * use debhelper compatibility level to 12 (not 9);
    stop explicitly enable parallel build;
    build-depend on debhelper-compat (not debhelper)

 -- Jonas Smedegaard <dr@jones.dk>  Sun, 23 Feb 2020 15:15:06 +0100

astroidmail (0.15-3.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Patch: Fix FTBFS with gmime >= 3.2.3 (Closes: #952167)

 -- Stefano Rivera <stefanor@debian.org>  Fri, 08 May 2020 18:57:57 -0700

astroidmail (0.15-3) unstable; urgency=medium

  * Add patch 1001 to use command gpg (not gpg2).

 -- Jonas Smedegaard <dr@jones.dk>  Thu, 25 Jul 2019 22:03:35 -0300

astroidmail (0.15-2) unstable; urgency=medium

  * Acknowledge NMU.
    Closes: Bug#924818. Thanks to Boyuan Yang.
  * Drop patch introduced in NMU now applied.

 -- Jonas Smedegaard <dr@jones.dk>  Wed, 24 Jul 2019 19:16:18 -0300

astroidmail (0.15-1) unstable; urgency=medium

  [ upstream ]
  * New release.

  [ Jonas Smedegaard ]
  * Update watch file: Fix typo in usage comment.
  * Build-depend on libsoup2.4-dev.
    Tighten to build-depend versioned on libwebkit2gtk-4.0-dev.
    Build-depend on and have astroid recommend w3m.
    Relax to build-depend unversioned on libprotobuf-dev.
    Relax to build-depend on
    and have astroid recommend unversioned gnupg.
  * Declare compliance with Debian Policy 4.4.0.
  * Drop patch cherry-picked upstream now applied.
  * Mark test-only build-dependencies as such.
  * Have astroid recommend and enhance notmuch.
  * Add autopkgtest.

 -- Jonas Smedegaard <dr@jones.dk>  Wed, 24 Jul 2019 19:01:24 -0300

astroidmail (0.14-2.1) unstable; urgency=high

  * Non-maintainer upload.
  * debian/patches: Add a patch to fix compatibility with
    newer ronn and solve the FTBFS. (Closes: #924818)
  * debian/control: Add build-dependency on scdoc in order to
    generate man pages with higher quality.

 -- Boyuan Yang <byang@debian.org>  Thu, 04 Apr 2019 19:03:52 -0400

astroidmail (0.14-2) unstable; urgency=medium

  * Add patch cherry-picked upstream
    to shorten GNUPGHOME length in test.
    Closes: Bug#909190. Thanks to Frédéric Bonnard.
  * Tidy rules: Drop boilerplate.

 -- Jonas Smedegaard <dr@jones.dk>  Fri, 30 Nov 2018 21:54:19 +0100

astroidmail (0.14-1) unstable; urgency=medium

  [ upstream ]
  * New release.

  [ Jonas Smedegaard ]
  * Drop patches cherry-picked upstream and since applied.
  * Stop generate manpage: Provide upstream now.
    Build-depend on ronn.
    Stop build-depend on help2man.

 -- Jonas Smedegaard <dr@jones.dk>  Mon, 01 Oct 2018 10:18:01 +0200

astroidmail (0.13-4) unstable; urgency=medium

  * Add patches cherry-picked upstream:
    + Use cmark (not marked) as default markdown processor.
    + Correctly clear messages and focus state when loading new thread.
    + Do not show default startup queries when intentionally cleared.
  * Set Rules-Requires-Root: no.
  * Declare compliance with Debian Policy 4.2.1.
  * Update package relations: (Build-)depend on cmark (not marked).
  * Update copyright info: Extend coverage for myself.

 -- Jonas Smedegaard <dr@jones.dk>  Wed, 26 Sep 2018 08:34:05 +0200

astroidmail (0.13-3) unstable; urgency=medium

  * Fix avoid running testsuite in parallel.

 -- Jonas Smedegaard <dr@jones.dk>  Sat, 25 Aug 2018 13:13:10 +0200

astroidmail (0.13-2) experimental; urgency=medium

  * Update package relations:
    + Fix build-depend on and recommend node-marked.
    + Fix build-depend on recent gnupg.
  * Refresh patches with shortening quilt options.
  * Cherry-pick patch from upstream git:
    + Bump testsuite plugins to GIR v0.2.

  Thanks to upstream for clues on above
  (see https://github.com/astroidmail/astroid/issues/540 ).

 -- Jonas Smedegaard <dr@jones.dk>  Sat, 25 Aug 2018 12:06:12 +0200

astroidmail (0.13-1) experimental; urgency=medium

  [ upstream ]
  * New release.

  [ Jonas Smedegaard ]
  * Update copyright info: Add cmake files.
  * Update package relations:
    + Build-depend on libwebkit2gtk-4.0-dev (not libwebkitgtk-3.0-dev).
    + Build-depend on protobuf-compiler and recent libprotobuf-dev.
    + Build-depend on cmake (not meson).
  * Cherry-pick patches from upstream git:
    + Close correct tab if Mode::close is called on non-active tab.
    + cmake: libhypocycloid should always be static.
    + cmake: fix scalable icon install path.
  * Update build cleanup.
  * Update Vcs-* fields: Packaging moved to Salsa.

 -- Jonas Smedegaard <dr@jones.dk>  Fri, 24 Aug 2018 13:52:47 +0200

astroidmail (0.10.2-2) unstable; urgency=medium

  * Fix create fake $HOME for testsuite to please gnupg2.

 -- Jonas Smedegaard <dr@jones.dk>  Wed, 11 Oct 2017 19:57:04 +0200

astroidmail (0.10.2-1) unstable; urgency=medium

  [ upstream ]
  * New release.

  [ Jonas Smedegaard ]
  * Drop patch 2001: Obsoleted by switch to meson build system.
  * Stop resolve package relations in rules file.
  * Stop build-depend on dh-buildinfo.
  * Sort package relations.
  * Declare docs and examples in debhelper files (not rules file).
  * Use meson and short-form dh (not scons or cdbs).
    Build-depend on meson (not cdbs).
  * Use help2man and xvfb to generate manpage.
    Build-depend on help2man.
  * Fix set LC_ALL (not LOCALE) in environment during testsuite.
  * Use semantic newlines in copyright and license texts.
    Reword comments in copyright file.
  * Use https protocol in homepage URL.
  * Declare compliance with Debian Policy 4.1.1.

 -- Jonas Smedegaard <dr@jones.dk>  Wed, 11 Oct 2017 19:05:23 +0200

astroidmail (0.10-1) experimental; urgency=medium

  [ upstream ]
  * New release.

  [ Jonas Smedegaard ]
  * Install upstream changelog.
  * Apply patch 2001 to fix revert to not use _index_file over
    _add_message: A commit close to release causing FTBFS, and confirmed
    upstream to not cause harm to avoid.

 -- Jonas Smedegaard <dr@jones.dk>  Sat, 23 Sep 2017 10:28:24 +0200

astroidmail (0.9.1+20170919-1) experimental; urgency=medium

  [ upstream ]
  * Development snapshot.

  [ Jonas Smedegaard ]
  * Update watch file: Use substitution strings.
  * Update copyright info: Use https protocol in file format URL.
  * Tighten lintian overrides regarding License-Reference.
  * Update package relations: Build-depend on libgmime-3.0-dev (not
    libgmime-2.6-dev).

 -- Jonas Smedegaard <dr@jones.dk>  Tue, 19 Sep 2017 20:44:32 +0200

astroidmail (0.9.1-1) experimental; urgency=low

  [ Jonas Smedegaard ]
  * Initial release.
    Closes: bug#873202.

 -- Jonas Smedegaard <dr@jones.dk>  Sun, 27 Aug 2017 14:03:44 +0200