File: changelog

package info (click to toggle)
milkytracker 1.02.00%2Bdfsg-1%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 13,996 kB
  • sloc: cpp: 175,093; objc: 557; python: 233; makefile: 8; sh: 1
file content (182 lines) | stat: -rw-r--r-- 6,170 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
milkytracker (1.02.00+dfsg-1+deb10u1) buster; urgency=medium

  * CVE-2020-15569 (Closes: #964797)
  * CVE-2019-14464, CVE-2019-14496, CVE-2019-14497 (Closes: #933964)

 -- Moritz Mühlenhoff <jmm@debian.org>  Fri, 18 Sep 2020 20:30:05 +0200

milkytracker (1.02.00+dfsg-1) unstable; urgency=medium

  * New upstream version.

  * debian/patches:
    - Drop patches applied upstream.

 -- James Cowgill <jcowgill@debian.org>  Sun, 25 Feb 2018 10:15:54 +0000

milkytracker (1.01.00+dfsg-2) unstable; urgency=high

  [ Ondřej Nový ]
  * d/copyright: Use https protocol in Format field
  * d/control: Set Vcs-* to salsa.debian.org

  [ James Cowgill ]
  * debian/compat:
    - Use debhelper compat 11.
  * debian/control:
    - Set maintainer to debian-multimedia@l.d.o.
    - Set Rules-Requires-Root: no.
    - Bump standards to 4.1.3.
  * debian/patches:
    - Apply upstream patches to fix various buffer overflows.
      Thanks to Johannes Schultz (Closes: #890407)

 -- James Cowgill <jcowgill@debian.org>  Thu, 22 Feb 2018 23:47:13 +0000

milkytracker (1.01.00+dfsg-1) unstable; urgency=medium

  * New upstream version.

  * debian/copyright:
    - Move apple-permissive license to the bottom.
    - Update for 1.01.
  * debian/patches:
    - Refresh.
    - Add upstream patch to fix lhasa, zziplib detection.
  * debian/rules:
    - Install documentation into lowercase doc dir.

 -- James Cowgill <jcowgill@debian.org>  Mon, 31 Jul 2017 11:26:28 +0100

milkytracker (1.0.0+dfsg-2) unstable; urgency=medium

  * Upload to unstable.

  * debian/control:
    - Change Gürkan's surname to Myczko (at his request).
    - Bump standards to 4.0.0 (no changes required).

 -- James Cowgill <jcowgill@debian.org>  Sun, 18 Jun 2017 22:29:52 +0100

milkytracker (1.0.0+dfsg-1) experimental; urgency=medium

  * New upstream version.
    - Fixes FTBFS with GCC 7. (Closes: #853551)

  * debian/control:
    - Update new homepage.
    - Update various build dependencies for 1.0.0.
  * debian/compat:
    - Use debhelper compat 10.
  * debian/copyright:
    - Update copyright information for 1.0.0.
    - Exclude non-free music samples from source tarball.
  * debian/patches:
    - Drop all existing patches (obsolete in 1.0.0).
    - Add patch to prevent installing non-free music samples.

 -- James Cowgill <jcowgill@debian.org>  Thu, 13 Apr 2017 23:43:29 +0100

milkytracker (0.90.86+dfsg-2) unstable; urgency=medium

  * debian/patches/02_debundle-rtmidi.patch:
    - Update patch to detect rtmidi with pkg-config. (Closes: #828957)

 -- James Cowgill <jcowgill@debian.org>  Wed, 29 Jun 2016 17:39:37 +0100

milkytracker (0.90.86+dfsg-1) unstable; urgency=medium

  * New upstream version. (Closes: #777424)
    - Fixes bugs reported by Jindřich Makovička. (Closes: #628235)
  * Remove milkyplay. (Closes: #716566, #818742, LP: #1019517)
    - The code is Debian specific, unmaintained, and broken since 2012.

  * debian/control:
    - Set the Multimedia Team as the maintainer, and Gürkan as an uploader.
    - Add myself to the list of uploaders.
    - Bump standards to 3.9.8.
    - Add Vcs-* fields.
  * debian/copyright:
    - Rewrite in machine readable format.
  * debian/doc-base:
    - Register MilkyTracker manual with doc-base.
  * debian/install:
    - Use dh-exec to rename milkytracker icon.
    - Install icon into correct directory.
  * debian/menu:
    - Remove per TC decision. (See: #741573)
  * debian/patches:
    - Drop all original patches - applied upstream.
    - 01_add-alsalibs: Link against alsa to fix linker errors.
    - 02_debundle-rtmidi: Build against system rtmidi.
    - 03_debundle-zziplib: Build against system zziplib. The code which FTBFS
      using gcc-6 is no longer used after this patch. (Closes: #811897)
    - 04_use-lhasa: The shipped copy of lha is under a non-free license, so
      port the lha decompession code to use the free lhasa library.
  * debian/rules:
    - Switch to debhelper 9 and use dh.
    - Enable all hardening options.
    - Enable parallel build.
  * debian/watch:
    - Add a watch file.

 -- James Cowgill <jcowgill@debian.org>  Sat, 07 May 2016 13:27:37 +0100

milkytracker (0.90.85+dfsg-2.2) unstable; urgency=low

  * Non-maintainer upload.
  * Fix "ftbfs with GCC-4.7": add missing include to
    debian/milkyplay/milkyplay.cpp. (Closes: #667277)
  * Fix "FTBFS: ./zzip_file.h:34:18: fatal error: zlib.h: No such file
    or directory": add build dependency on zlib1g-dev.
    (Closes: #669432)
  * Add build dependency on libasound2-dev [linux-any] (dropped by
    libsdl1.2-dev).

 -- gregor herrmann <gregoa@debian.org>  Tue, 08 May 2012 17:57:06 +0200

milkytracker (0.90.85+dfsg-2.1) unstable; urgency=low

  * Non-maintainer upload.
  * Fix "FTBFS": add patch ftbfs-gzip.patch from Arch Linux, found by Paul
    Wise. (Closes: #661906)

 -- gregor herrmann <gregoa@debian.org>  Sun, 18 Mar 2012 14:18:55 +0100

milkytracker (0.90.85+dfsg-2) unstable; urgency=low

  * Apply 64bit_freebsd_fix.patch from homepage. (Closes: #626627)

 -- Gürkan Sengün <gurkan@phys.ethz.ch>  Mon, 23 May 2011 12:03:06 +0200

milkytracker (0.90.85+dfsg-1) unstable; urgency=low

  * New upstream version.
  * Repackaged without platforms.
  * debian/copyright: Updated copyright details and homepage address.
  * debian/control: Updated homepage address.
  * Added libzzip-dev to debian/control build depends.
  * Bump standards version to 3.9.2.
  * Bump debhelper version to 8.
  * Added debian/source/format.

 -- Gürkan Sengün <gurkan@phys.ethz.ch>  Wed, 04 May 2011 11:28:45 +0100

milkytracker (0.90.80+dfsg-2) unstable; urgency=low

  * Apply patch to fix libjack loading bug. (Closes: #498900)
    Thanks <khades.ru@gmail.com> for pointing me to it.
  * Bump standards version.
  * Bump debhelper version.
  * Update debian/copyright formatting.
  * debian/rules: drop dh_desktop call.

 -- Gürkan Sengün <gurkan@phys.ethz.ch>  Tue, 13 Oct 2009 07:27:39 +0200

milkytracker (0.90.80+dfsg-1) unstable; urgency=low

  * Initial release. (Closes: #467430)
  * Repackaged without platforms.
  * Added desktop file.

 -- Gürkan Sengün <gurkan@phys.ethz.ch>  Tue, 26 Feb 2008 09:29:43 +0100