File: changelog

package info (click to toggle)
ncmpcpp 0.9.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,276 kB
  • sloc: cpp: 23,965; sh: 4,427; makefile: 152; ansic: 43
file content (284 lines) | stat: -rw-r--r-- 8,856 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
ncmpcpp (0.9.2-1) unstable; urgency=medium

  * New upstream release

 -- Christoph Egger <christoph@debian.org>  Thu, 11 Feb 2021 19:19:33 +0100

ncmpcpp (0.8.2-1) unstable; urgency=medium

  * Fix compilation with GCC 10 (Closes: #957584)

 -- Christoph Egger <christoph@debian.org>  Thu, 23 Jul 2020 11:18:23 +0200

ncmpcpp (0.8.2-0.1) unstable; urgency=medium

  * Non-maintainer upload.

  [ Christoph Egger ]
  * New upstream release
    * Fixes build with ICU > 61 (Closes: #913507)
  * Migrate to salsa

  [ Jonas Smedegaard ]
  * Upload as NMU, as encouraged in bug#913507.

 -- Jonas Smedegaard <dr@jones.dk>  Mon, 26 Nov 2018 18:29:05 +0100

ncmpcpp (0.8.1-1) unstable; urgency=medium

  * Bump standards version to 4.1.1
  * Update URLs
  * New upstream version
  * Update compat to 10
  * Enable Rules-Requires-Root: no

 -- Christoph Egger <christoph@debian.org>  Wed, 01 Nov 2017 13:21:58 +0100

ncmpcpp (0.8-1) unstable; urgency=medium

  * New upstream release
  * Enable parallel build

 -- Christoph Egger <christoph@debian.org>  Sun, 01 Oct 2017 15:35:49 +0200

ncmpcpp (0.7.7-2) unstable; urgency=medium

  * Upload to unstable

 -- Christoph Egger <christoph@debian.org>  Sun, 01 Oct 2017 14:10:12 +0200

ncmpcpp (0.7.7-1) experimental; urgency=medium

  * New upstream release

 -- Christoph Egger <christoph@debian.org>  Sat, 14 Jan 2017 12:07:24 +0100

ncmpcpp (0.7.4-1) unstable; urgency=medium

  * New upstream version

 -- Christoph Egger <christoph@debian.org>  Tue, 17 May 2016 17:24:20 +0200

ncmpcpp (0.7-1) unstable; urgency=medium

  * New upstream version
  * Bump standards Version

 -- Christoph Egger <christoph@debian.org>  Sat, 02 Jan 2016 14:32:35 +0100

ncmpcpp (0.6.6-1) unstable; urgency=medium

  * New upstream version

 -- Christoph Egger <christoph@debian.org>  Fri, 11 Sep 2015 16:46:43 +0200

ncmpcpp (0.6.4-1) unstable; urgency=medium

  * Upstream release
  * Drop ChangeLog patch
  * bash completion dropped upstream

 -- Christoph Egger <christoph@debian.org>  Sun, 03 May 2015 13:23:10 +0200

ncmpcpp (0.6~beta4-1) experimental; urgency=medium

  * New upstream beta

 -- Christoph Egger <christoph@debian.org>  Sat, 20 Sep 2014 18:36:25 -0700

ncmpcpp (0.6~beta2-1) experimental; urgency=medium

  * Upstream beta release (Closes: #760457)
  * Add VCS + VCS lines
  * fix watchfile

 -- Christoph Egger <christoph@debian.org>  Fri, 05 Sep 2014 21:02:40 -0700

ncmpcpp (0.5.10-2) unstable; urgency=medium

  * debian/control
    - Adopt package (Closes: #700883)
    - add missing pkg-config to Build-Depends to fix FTBFS (Closes: #747791),
      thanks Hideki Yamane!
  * debian/patches
    - fix_out_of_range_exception.patch:
      Patch by Emmanouil Maroudas fix std::out_of_range exception when
      "Select songs of album around cursor" is used (Closes: #747029)
  	- screen-corruption-fix.patch:
      Patch from upstream, backported by John Eikenberry fixes
      one-line-offsets happening in the ncurses interface from time to time
      (Closes: #725746)

 -- Christoph Egger <christoph@debian.org>  Fri, 08 Aug 2014 10:56:27 +0200

ncmpcpp (0.5.10-1.1) unstable; urgency=low

  * Non-maintainer upload.
  * Fix displaying of playlist in column mode if no config file is present
    using the patch applied upstream (See upstream bug #3490 / commit
    6126def6). (Closes: #676627)

 -- Christoph Egger <christoph@debian.org>  Tue, 25 Dec 2012 18:10:25 -0800

ncmpcpp (0.5.10-1) unstable; urgency=low

  * New upstream release:
    + Latest upstream release. (Closes: #661858)
    + Fix compilation with gcc 4.7. (Closes: #667294)
    + Fix automatic refreshing of playlist. (Closes: #611467)
  * Update copyright dates and holders.
  * Update to new Standards-Version 3.9.3:
    + Convert debian/copyright to DEP-5 format.
  * Build-depends on dpkg-dev:
    + Use buildflags.mk.
  * Update debhelper compat level to 9:
    + Use hardening flags.
  * debian/patches/visualizer-remove-warning.patch
    + Remove patch since it is fixed in new release.
  * debian/patches/check-return-value-of-system.patch
    + Check return value of system() calls, remove warnings.
  * debian/patches/fix-typo.patch
    + Fix a typo in the binary.
  * debian/patches/fix-manpage.patch
    + Do not set CONFIGURATION as a subsection of OPTIONS.

 -- Damien Leone <damien.leone@fensalir.fr>  Sun, 27 May 2012 22:20:12 -0700

ncmpcpp (0.5.6-2) unstable; urgency=low

  * Update debian/control
    - Change Build-Depends from libcurl4-dev to libcurl4-gnutls-dev.
      (Closes: #610847)

 -- Damien Leone <damien.leone@fensalir.fr>  Tue, 08 Mar 2011 19:01:46 +0100

ncmpcpp (0.5.6-1) unstable; urgency=low

  * New upstream release.
  * debian/patches/changelog.patch
    + Fix patch format. (Closes: #608800)

 -- Damien Leone <damien.leone@fensalir.fr>  Fri, 07 Jan 2011 12:34:14 +0100

ncmpcpp (0.5.5-1) unstable; urgency=low

  * New upstream release. (Closes: #598789)
  * Update to new Standards-Version 3.9.1.

 -- Damien Leone <damien.leone@fensalir.fr>  Sat, 04 Dec 2010 16:53:17 +0100

ncmpcpp (0.5.4-1) unstable; urgency=high

  * New upstream release.
    + Set urgency to high because it fixes a potential deletion of directories.
  * Update copyright file.
  * debian/patches/charset-use-free-to-release-memory.patch
    + Remove patch since it is fixed in new release.
  * Switch to dpkg-source 3.0 (quilt).
    + Get rid of Build-Depends on quilt.
    + Remove include of CDBS quilt file.

 -- Damien Leone <damien.leone@fensalir.fr>  Fri, 16 Jul 2010 11:57:41 +0200

ncmpcpp (0.5.2-1) unstable; urgency=low

  * New upstream release.
  * debian/patches/visualizer-remove-warning.patch
     + Remove a g++ warning.
  * debian/patches/charset-use-free-to-release-memory.patch
     + Use free(3) instead of delete[] to release memory allocated by strdup(3).

 -- Damien Leone <damien.leone@fensalir.fr>  Wed, 03 Mar 2010 20:06:15 +0100 

ncmpcpp (0.5.1-1) unstable; urgency=low

  * New upstream release.

 -- Damien Leone <damien.leone@fensalir.fr>  Sat, 20 Feb 2010 16:50:53 +0100

ncmpcpp (0.5-1) unstable; urgency=low

  * Update to new Standards-Version: 3.8.4
  * debian/patches/fix_typos_manpage.patch
     + Fix typos in the manpage.

 -- Damien Leone <damien.leone@fensalir.fr>  Sat, 13 Feb 2010 15:32:47 +0100

ncmpcpp (0.5-0.1) unstable; urgency=low

  * Non-maintainer upload.
  * Switch to dpkg-source 3.0 (quilt) format.
  * New upstream release. (Closes: #566162)
  * Enable visualizer feature. (Closes: #553382)
  * Enable outputs feature.
  * Disable iconv.
  * Install ncmpcpp-completion.bash from doc as
      /etc/bash_completion.d/ncmpcpp.

 -- Laurent Arnoud <laurent.arnoud@gmail.com>  Sat, 30 Jan 2010 16:24:16 +0100

ncmpcpp (0.4.1-1) unstable; urgency=low

  * New upstream release.
  * Update to new Standards-Version 3.8.3.
  * debian/patches/use_z_instead_of_l_for_size_t.patch
    + Remove patch since it is fixed in new release.
  * debian/patches/initialize_color_value_to_get_rid_of_the_warning.patch
    + Remove patch since it is fixed in new release.
  * debian/patches/changelog.patch
    + Add the project's ChangeLog generated by git-log.

 -- Damien Leone <damien.leone@fensalir.fr>  Fri, 09 Oct 2009 19:15:08 +0200

ncmpcpp (0.3.5-1) unstable; urgency=low

  * New upstream release.
  * Update to new Standard-Version 3.8.2.
  * debian/patches/use_z_instead_of_l_for_size_t.patch
    + Remove a g++ warning.
  * debian/patches/initialize_color_value_to_get_rid_of_the_warning.patch
    + Remove a g++ warning, patch taken from git.

 -- Damien Leone <damien.leone@fensalir.fr>  Mon, 25 May 2009 20:34:43 +0200

ncmpcpp (0.3.4-1) unstable; urgency=low

  * New upstream release.
  * Removed deprecated dh_desktop.

 -- Damien Leone <damien.leone@fensalir.fr>  Mon, 01 Jun 2009 15:06:48 +0200

ncmpcpp (0.3.3-1) unstable; urgency=low

  * New upstream release.
  * debian/patches/charset_use_macros.patch
    + Remove patch since it has been fixed in this release.

 -- Damien Leone <damien.leone@fensalir.fr>  Tue, 24 Mar 2009 15:13:29 +0100

ncmpcpp (0.3.2-1) unstable; urgency=low

  * New upstream release.
  * debian/rules:
    + Use upstream manpage.
    + Install desktop entry file.
  * debian/watch:
    + Fix URL pattern.
  * debian/copyright:
    + Add license for libmpdclient.* files.
  * debian/patches/*:
    + Remove patches numerotation.
  * debian/patches/autoreconf.patch:
    + Fix patching temporary files.
  * Use macros instead of inline functions in charset.h, this is a bug
    which has been fixed in git version.
    + Add debian/patches/charset_use_macros.patch.
  * Add a desktop entry file

 -- Damien Leone <damien.leone@fensalir.fr>  Tue, 24 Mar 2009 15:13:29 +0100

ncmpcpp (0.3.1-1) unstable; urgency=low

  * Initial release (Closes: #514915)

 -- Damien Leone <damien.leone@fensalir.fr>  Sat, 21 Mar 2009 19:16:48 +0100