File: changelog

package info (click to toggle)
snapd-glib 1.58-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,976 kB
  • sloc: ansic: 26,558; cpp: 13,861; xml: 277; makefile: 7; sh: 1
file content (197 lines) | stat: -rw-r--r-- 5,722 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
snapd-glib (1.58-4) unstable; urgency=medium

  * debian/rules:
    + Typo fix in debhelper arguoment.

 -- Mike Gabriel <sunweaver@debian.org>  Thu, 04 Feb 2021 21:53:41 +0100

snapd-glib (1.58-3) unstable; urgency=medium

  * debian/libsnapd-qt1.symbols:
    + Update for armel and armhf.
  * debian/rules:
    + Avoid running unit tests in parallel.

 -- Mike Gabriel <sunweaver@debian.org>  Thu, 04 Feb 2021 16:47:21 +0100

snapd-glib (1.58-2) unstable; urgency=medium

  * debian/libsnapd-qt1.symbols:
    + Re-create with pkgkde-symbolshelper tool. With the downside of starting
      afresh at 1.58 for all symbols.
  * debian/patches:
    + Drop reproducible.patch. Not required for 1.58, it seems. Patch seems
      to be applied upstream.

 -- Mike Gabriel <sunweaver@debian.org>  Thu, 04 Feb 2021 12:17:35 +0100

snapd-glib (1.58-1) unstable; urgency=medium

  * Team upload.

  [ Robert Ancell ]
  * New upstream release (1.55)
  * debian/libsnapd-glib1.symbols, debian/libsnapd-qt1.symbols:
    - Updated
  * debian/control:
    - Change snapd recommends to suggests

  [ Mike Gabriel ]
  * New upstream release (1.58)
  * debian/control:
    + Add B-D pkg-kde-tools.
    + Bump Standards-Version: to 4.5.1. No changes needed.
  * debian/rules:
    + Enable pkgkde_symbolshelper DH option.
  * debian/libsnapd-qt1.symbols:
    + Update symbols. (Closes: #957822).
  * debian/libsnapd-glib1.symbols:
    + Update symbols.
  * debian/copyright.in:
    + Update auto-generated copyright.in file.

  [ Chris Lamb ]
  * debian/patches:
    + Add reproducible.patch. (Closes: #952694).

 -- Mike Gabriel <sunweaver@debian.org>  Thu, 04 Feb 2021 00:12:19 +0100

snapd-glib (1.54-1) unstable; urgency=medium

  * New upstream release:
    - Fix snapd-glib pkg-config file not having correct include

 -- Robert Ancell <robert.ancell@canonical.com>  Tue, 26 Nov 2019 08:48:56 +1300

snapd-glib (1.52-1) unstable; urgency=medium

  * New upstream release (Closes: #944363)
  * debian/control:
    - Add build-depends on meson
  * debian/rules:
    - Drop autotools configuration
  * debian/snapd-glib-tests.install:
    - Put autopkg tests in multiarch location
  * debian/copyright:
    - Fix version number being incorrect in the LGPL-3 text
    - Update copyright years
  * debian/libsnapd-glib1.symbols:
  * debian/libsnapd-qt1.symbols:
    - Updated

 -- Robert Ancell <robert.ancell@canonical.com>  Tue, 19 Nov 2019 15:25:12 +1300

snapd-glib (1.46-1) unstable; urgency=medium

  [ Robert Ancell ]
  * New upstream release
  * debian/rules:
    - Build with --enable-installed-tests
  * debian/tests/control, debian/tests/unit,
    debian/snapd-glib-tests.install:
    - Add autopkg tests
  * debian/libsnapd-glib-dev.install, debian/libsnapd-qt-dev.install:
    - Fix Qt .pc file being in wrong package
  * debian/libsnapd-glib1.symbols, debian/libsnapd-qt1.symbols:
    - Updated (Closes: #923906)

  [ Jeremy Bicha ]
  * Add Breaks/Replaces for Qt .pc move

 -- Jeremy Bicha <jbicha@debian.org>  Tue, 05 Mar 2019 00:25:35 -0500

snapd-glib (1.45-1) unstable; urgency=medium

  * New upstream release
  * Update symbols

 -- Robert Ancell <robert.ancell@canonical.com>  Thu, 06 Dec 2018 10:52:14 +1300

snapd-glib (1.44-2) unstable; urgency=medium

  * debian/libsnapd-qt1.symbols: Add an optional symbol for mips & mipsel
    (Closes: #909447)

 -- Jeremy Bicha <jbicha@debian.org>  Tue, 09 Oct 2018 06:25:37 -0400

snapd-glib (1.44-1) unstable; urgency=medium

  * New upstream release:
    - Reconnect to snapd if disconnected while trying to send the request
    - Handle short writes to snapd

 -- Robert Ancell <robert.ancell@canonical.com>  Sat, 22 Sep 2018 09:28:21 +0400

snapd-glib (1.43-1) unstable; urgency=medium

  * New upstream release:
    - Add SNAPD_ERROR_AUTH_CANCELLED
    - Fix small memory leak
    - Fix compile warnings

 -- Robert Ancell <robert.ancell@canonical.com>  Thu, 23 Aug 2018 11:52:29 +1200

snapd-glib (1.42-1) unstable; urgency=medium

  [ Robert Ancell ]
  * New upstream release (Closes: #897866)
    - Fix buffer overflows reading HTTP chunked data (LP: #1740865)
    - Fix memory leak in QSnapdAssertion
    - Remove cancelled requests from the request queue.
    - Fix SnapdClient reference leak in each request
  * Update symbols

  [ Jeremy Bicha ]
  * Update Vcs fields for move to https://salsa.debian.org/

 -- Jeremy Bicha <jbicha@debian.org>  Thu, 09 Aug 2018 17:50:52 -0400

snapd-glib (1.38-1) unstable; urgency=medium

  [ Jeremy Bicha ]
  * Try harder to not build on hurd

  [ Robert Ancell ]
  * New upstream release

 -- Robert Ancell <robert.ancell@canonical.com>  Thu, 01 Mar 2018 13:41:36 +1300

snapd-glib (1.37-1) unstable; urgency=medium

  [ Jeremy Bicha ]
  * Don't try to build on hurd (Closes: #882523)

  [ Robert Ancell ]
  * New upstream release
  * snapd-login-service no longer exists, remove binary package
  * Don't build-depend on gnome-common
  * Update symbols (one private one removed)

 -- Robert Ancell <robert.ancell@canonical.com>  Tue, 27 Feb 2018 10:59:38 +1300

snapd-glib (1.32-1) unstable; urgency=medium

  * New upstream release
  * Update symbols

 -- Robert Ancell <robert.ancell@canonical.com>  Fri, 26 Jan 2018 14:54:20 +1300

snapd-glib (1.30-1) unstable; urgency=medium

  * New upstream release
  * Update symbols

 -- Robert Ancell <robert.ancell@canonical.com>  Tue, 28 Nov 2017 11:54:37 +1300

snapd-glib (1.29-1) unstable; urgency=medium

  * New upstream release
  * Update symbols

 -- Jeremy Bicha <jbicha@debian.org>  Tue, 21 Nov 2017 16:06:38 -0500

snapd-glib (1.24-1) unstable; urgency=medium

  * Initial release. (Closes: #879894)

 -- Jeremy Bicha <jbicha@debian.org>  Sat, 28 Oct 2017 09:59:39 -0400