File: changelog

package info (click to toggle)
lgogdownloader 3.7-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 596 kB
  • sloc: cpp: 8,405; ansic: 317; makefile: 12
file content (205 lines) | stat: -rw-r--r-- 6,282 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
lgogdownloader (3.7-1) unstable; urgency=medium

  * New upstream release.

 -- Stephen Kitt <skitt@debian.org>  Fri, 10 Apr 2020 22:03:33 +0200

lgogdownloader (3.6-1) unstable; urgency=medium

  * New upstream release. libatomic is handled upstream, removing the need
    for add-libatomic.patch.
  * Standards-Version 4.5.0, no change required.

 -- Stephen Kitt <skitt@debian.org>  Mon, 16 Mar 2020 23:08:22 +0100

lgogdownloader (3.5-2) unstable; urgency=medium

  * Only build with Qt on architectures with Qt5WebEngineWidgets.
  * Link with libatomic; this should fix the build on architectures such
    as mipsel which need explicit -latomic.

 -- Stephen Kitt <skitt@debian.org>  Tue, 16 Jul 2019 13:56:08 +0200

lgogdownloader (3.5-1) unstable; urgency=medium

  * New upstream release, with a graphical login interface.
  * Switch to debhelper compatibility level 12.
  * Standards-Version 4.4.0, no change required.
  * Only link libraries which are directly required.

 -- Stephen Kitt <skitt@debian.org>  Mon, 15 Jul 2019 21:24:05 +0200

lgogdownloader (3.4-2) unstable; urgency=medium

  * Ensure the build is reproducible: avoid storing git information, and
    the build architecture.
  * Refresh manpage-whatis.patch.

 -- Stephen Kitt <skitt@debian.org>  Tue, 18 Dec 2018 09:20:55 +0100

lgogdownloader (3.4-1) unstable; urgency=medium

  * New upstream release.
  * Standards-Version 4.2.1, no change required.

 -- Stephen Kitt <skitt@debian.org>  Tue, 18 Sep 2018 13:18:32 +0200

lgogdownloader (3.3-2) unstable; urgency=medium

  * Migrate to Salsa.
  * Standards-Version 4.1.4, no further change required.
  * Switch to debhelper compatibility level 11.

 -- Stephen Kitt <skitt@debian.org>  Sun, 06 May 2018 14:22:19 +0200

lgogdownloader (3.3-1) unstable; urgency=medium

  * New upstream release.
  * Clean up whitespace in debian/rules.
  * Update debian/copyright.
  * Standards-Version 4.1.1, no further change required.
  * Enable building without fakeroot.

 -- Stephen Kitt <skitt@debian.org>  Tue, 07 Nov 2017 23:05:20 +0100

lgogdownloader (3.2-1) unstable; urgency=medium

  * New upstream release.
  * Update watch file.

 -- Stephen Kitt <skitt@debian.org>  Mon, 19 Jun 2017 08:56:54 +0200

lgogdownloader (3.1-2) unstable; urgency=medium

  [ Simon McVittie ]
  * Team upload
  * Backport patch from 3.2 fixing the ability to list games if a game
    has {'updates': null} (Closes: #857691)

 -- Stephen Kitt <skitt@debian.org>  Wed, 05 Apr 2017 19:27:13 +0200

lgogdownloader (3.1-1) unstable; urgency=medium

  * New upstream release.

 -- Stephen Kitt <skitt@debian.org>  Mon, 16 Jan 2017 19:35:28 +0100

lgogdownloader (3.0-1) unstable; urgency=medium

  * New upstream release.
  * Now that libjsoncpp-dev is fixed, drop the explicit dependency on
    libjsoncpp1.
  * Switch to debhelper compatibility level 10.
  * Clarify the description regarding DFSG-free games on GOG.com.

 -- Stephen Kitt <skitt@debian.org>  Thu, 24 Nov 2016 22:06:40 +0100

lgogdownloader (2.28-1) unstable; urgency=medium

  * New upstream release, merging jsoncpp-1.7.1.patch.
  * Standards-Version 3.9.8, no change required.

 -- Stephen Kitt <skitt@debian.org>  Mon, 09 May 2016 23:35:51 +0200

lgogdownloader (2.27-2) unstable; urgency=medium

  * Apply upstream patch to build with libjsoncpp 1.7.1 and later. Closes:
    #820064, #820315.

 -- Stephen Kitt <skitt@debian.org>  Fri, 08 Apr 2016 13:46:48 +0200

lgogdownloader (2.27-1) unstable; urgency=medium

  * New upstream release, with a new cmake-based build obsoleting all the
    existing patches apart from manpage-whatis.patch.

 -- Stephen Kitt <skitt@debian.org>  Fri, 18 Mar 2016 12:56:19 +0100

lgogdownloader (2.26-2) unstable; urgency=medium

  * Switch to https: VCS URIs (see #810378).
  * Apply upstream's fix for crashes after login (thanks to Phil Morrell
    for pointing it out!).
  * Standards-Version 3.9.7, no change required.
  * Enable full hardening.

 -- Stephen Kitt <skitt@debian.org>  Wed, 24 Feb 2016 20:23:37 +0100

lgogdownloader (2.26-1) unstable; urgency=medium

  * New upstream release.
  * Drop unattended-login.patch, merged upstream.

 -- Stephen Kitt <skitt@debian.org>  Wed, 14 Oct 2015 18:25:27 +0200

lgogdownloader (2.25-2) unstable; urgency=medium

  * Handle unattended login attempts. Closes: #798740.

 -- Stephen Kitt <skitt@debian.org>  Sun, 13 Sep 2015 19:41:13 +0200

lgogdownloader (2.25-1) unstable; urgency=medium

  * New upstream release.

 -- Stephen Kitt <skitt@debian.org>  Mon, 07 Sep 2015 22:40:29 +0200

lgogdownloader (2.24-1) unstable; urgency=medium

  * New upstream release.
  * Refresh manpage-whatis.patch.

 -- Stephen Kitt <skitt@debian.org>  Tue, 14 Jul 2015 14:02:39 +0200

lgogdownloader (2.23-1) unstable; urgency=medium

  * New upstream release.
  * Refresh patch.

 -- Stephen Kitt <skitt@debian.org>  Wed, 20 May 2015 07:18:47 +0200

lgogdownloader (2.21-2) unstable; urgency=medium

  * Upload to unstable.

 -- Stephen Kitt <skitt@debian.org>  Sun, 10 May 2015 21:45:26 +0200

lgogdownloader (2.21-1) experimental; urgency=medium
  * New upstream release.

 -- Stephen Kitt <skitt@debian.org>  Fri, 10 Apr 2015 21:24:56 +0200

lgogdownloader (2.20-1) experimental; urgency=medium

  * New upstream release, uploaded to experimental for the Jessie freeze.

 -- Stephen Kitt <skitt@debian.org>  Thu, 11 Dec 2014 00:16:28 +0100

lgogdownloader (2.19-1) unstable; urgency=medium

  * New upstream release.
  * Standards-Version 3.9.6, no change required.

 -- Stephen Kitt <skitt@debian.org>  Tue, 21 Oct 2014 20:31:24 +0200

lgogdownloader (2.18-1) unstable; urgency=medium

  * New upstream release.
  * Refresh patches, and drop help-without-home.patch (merged upstream).
  * Add pointers to the git repository on Alioth.
  * Make sure CPPFLAGS are taken into account.

 -- Stephen Kitt <skitt@debian.org>  Tue, 23 Sep 2014 17:18:17 +0200

lgogdownloader (2.17-2) unstable; urgency=medium

  * Avoid touching $HOME if --help or --version are specified on the
    command-line. Closes: #761217.

 -- Stephen Kitt <skitt@debian.org>  Thu, 11 Sep 2014 23:17:00 +0200

lgogdownloader (2.17-1) unstable; urgency=low

  * Initial release. Closes: #761130.

 -- Stephen Kitt <skitt@debian.org>  Wed, 10 Sep 2014 23:26:18 +0200