File: changelog

package info (click to toggle)
mender-client 3.4.0%2Bds1-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 2,084 kB
  • sloc: sh: 1,134; makefile: 277; python: 172; ansic: 125; xml: 27
file content (260 lines) | stat: -rw-r--r-- 9,586 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
mender-client (3.4.0+ds1-5) unstable; urgency=medium

  * mender-client.service: Avoid double log messages

 -- Andreas Henriksson <andreas@fatal.se>  Sat, 18 Feb 2023 20:31:56 +0100

mender-client (3.4.0+ds1-4) unstable; urgency=medium

  [ Matthias Lüscher ]
  * Install dbus configuration files to enable mender-connect.
  * Added dbus as a recommended dependency.

 -- Andreas Henriksson <andreas@fatal.se>  Fri, 13 Jan 2023 14:11:18 +0100

mender-client (3.4.0+ds1-3) unstable; urgency=medium

  [ Matthias Lüscher ]
  * Fix the mender client startup.

 -- Andreas Henriksson <andreas@fatal.se>  Fri, 02 Dec 2022 15:09:50 +0100

mender-client (3.4.0+ds1-2) unstable; urgency=medium

  * Install update module artifact generators as examples
  * Install upstream provided update modules scripts

 -- Andreas Henriksson <andreas@fatal.se>  Mon, 24 Oct 2022 18:51:21 +0200

mender-client (3.4.0+ds1-1) unstable; urgency=medium

  * New upstream version 3.4.0+ds1
  * Bump mender-artifact build-dep because of API breakage
  * Bump debhelper from old 12 to 13.
  * Fix up debian/control whitespace

 -- Andreas Henriksson <andreas@fatal.se>  Fri, 14 Oct 2022 15:06:19 +0200

mender-client (3.3.0+ds1-2) unstable; urgency=medium

  * Release to unstable.

 -- Andreas Henriksson <andreas@fatal.se>  Mon, 10 Oct 2022 18:04:53 +0200

mender-client (3.3.0+ds1-1) experimental; urgency=medium

  * debian/watch: let uversionmangle strip -build from tags
  * New upstream release.
  * Build-dep on procps for process leaking tests
  * Add debian/patches/bump-leak-process-test-timeout.patch

 -- Andreas Henriksson <andreas@fatal.se>  Sat, 11 Jun 2022 00:29:47 +0200

mender-client (3.2.1+ds1-1) experimental; urgency=medium

  * New upstream version 3.2.1+ds1
  * Build-dep on gorilla-websocket >= 1.5.0
  * Bump mender-artifact build-dep to >= 3.7.0

 -- Andreas Henriksson <andreas@fatal.se>  Sat, 19 Mar 2022 11:05:00 +0100

mender-client (3.0.0+ds1-2) unstable; urgency=medium

  * Build-dep on dbus-daemon for tests
  * Install dummy certificates for tests
  * Install extra cert keys for testing
  * Release to unstable.

 -- Andreas Henriksson <andreas@fatal.se>  Wed, 19 Jan 2022 12:46:15 +0100

mender-client (3.0.0+ds1-1) experimental; urgency=medium

  * debian/watch: dversionmangle to use +ds suffix for mangled orig tarballs
  * New upstream release.
  * Add mender/progressbar build-dep
  * Drop d/p/0001-Skip-TestLicense-for-Debian-Unit-Test-suite.patch
    - no longer needed. Test dropped upstream.
  * Change build-dep to urfave/v2 and drop revert patches
  * Bump required version of mender-artifact build-dep
  * Build-dep on libglib2.0-dev for gio-2.0 (dbus)
  * Also build-dep on godbus for tests

 -- Andreas Henriksson <andreas@fatal.se>  Sun, 07 Nov 2021 12:56:59 +0100

mender-client (2.4.1-2) unstable; urgency=medium

  * Recommend libubootenv-tool instead of u-boot-tools

 -- Andreas Henriksson <andreas@fatal.se>  Tue, 13 Apr 2021 21:20:55 +0200

mender-client (2.4.1-1) unstable; urgency=medium

  * New upstream version 2.4.1
  * Add new build dependencies pkg-config, golang-github-mendersoftware-openssl-dev
  * Refresh existing d/patches
  * Add d/p/0005-Revert-import-github.com-urfave-cli-v2-to-github.com.patch

 -- Lluis Campos <lluis.campos@northern.tech>  Mon, 23 Nov 2020 10:28:52 +0100

mender-client (2.3.0-1) unstable; urgency=medium

  * New upstream version 2.3.0
  * Revert "Add patches to switch to upstream sirupsen/logrus v1.5"
  * Revert "Add debian/patches/PR509.patch"
  * Revert "Add d/p/0008-Generate-an-error... and d/p/0009-MEN-3277-Fix-check..."
  * Revert "Add d/p/0006-Fix-pointer-to-map-confusion-in-modules_test.go.patch"
  * Revert "Add d/p/0004-Also-fix-app-test.go-pointer-to-map-confusion.patch"
  * Revert "Add d/p/0003-Fix-pointer-to-map-which-is-a-pointer-confusion.patch"
  * Update Skip TestLicense and Revert urfave cli v2 patches to apply
  * Bump mender-artifact build-dep to >= 3.4.0

 -- Andreas Henriksson <andreas@fatal.se>  Mon, 27 Jul 2020 13:28:43 +0200

mender-client (2.2.0-4) unstable; urgency=medium

  * Add patches to switch to upstream sirupsen/logrus v1.5 (Closes: #955660)
  * Remove dependency golang-github-mendersoftware-mendertesting-dev
  * Remove depcreated dependency golang-github-mendersoftware-log-dev

 -- Lluis Campos <lluis.campos@northern.tech>  Mon, 20 Apr 2020 13:56:22 +0200

mender-client (2.2.0-3) unstable; urgency=medium

  * Add debian/patches/PR509.patch
    - should fix FTBFS on mips64el

 -- Andreas Henriksson <andreas@fatal.se>  Wed, 18 Mar 2020 22:39:30 +0100

mender-client (2.2.0-2) unstable; urgency=medium

  [ Andreas Henriksson ]
  * Add d/p/0004-Also-fix-app-test.go-pointer-to-map-confusion.patch

  [ Lluis Campos ]
  * Recreate d/p/0001-Skip-TestLicense to avoid mendertesting dependency
  * Add d/p/0005-Skip-test-TestBinarySize-N.A.-for-Debian-build.patch
  * Add d/p/0006-Fix-pointer-to-map-confusion-in-modules_test.go.patch
  * Add d/p/0007-Skip-TestMainExitCodes-test-it-fails-autopkgtest-on-.patch
  * Add d/p/0008-Generate-an-error... and d/p/0009-MEN-3277-Fix-check...
    - Fixes: CLI options -check-update and -send-inventory do not work (See #953635)
    - Fixes: Salsa CI autopkgtest aborts while running TestCheckUpdate unit test

 -- Lluis Campos <lluis.campos@northern.tech>  Sat, 14 Mar 2020 16:01:56 +0100

mender-client (2.2.0-1) unstable; urgency=medium

  * New upstream version 2.2.0
  * debian/rules: Use new variable name to inject version
  * Update Skip-TestLicense patch to apply again
  * Revert "Add debian/patches/0003-Update-tests-to-use-artifact-v2.patch"
  * Revert "Add debian/patches/0002-Use-UBI_IOCVOLUP-from[..].patch"
  * Add golang-golang-x-crypto-dev build-dependency
  * Add new build-dep for github.com/urfave/cli (v2) import
  * Add debian/patches/0002-Revert-switch-to-urfave-cli-v2-API.patch
  * Lower build-dep version of urfave/cli thanks to patch
  * Example mender.conf.* now lives in examples/
  * Bump debhelper from old 11 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Repository, Repository-Browse.
  * Add d/p/0003-Fix-pointer-to-map-which-is-a-pointer-confusion.patch

 -- Andreas Henriksson <andreas@fatal.se>  Mon, 09 Mar 2020 02:13:42 +0100

mender-client (2.1.2-2) unstable; urgency=medium

  * Add debian/patches/0003-Update-tests-to-use-artifact-v2.patch
    - Fixes FTBFS with mender-artifact >= 3.2 (See #947135)

 -- Andreas Henriksson <andreas@fatal.se>  Sat, 21 Dec 2019 21:09:25 +0100

mender-client (2.1.2-1) unstable; urgency=medium

  * New upstream version 2.1.2

 -- Lluis Campos <lluis.campos@northern.tech>  Tue, 10 Dec 2019 14:52:13 +0100

mender-client (2.1.1-1) unstable; urgency=medium

  * New upstream version 2.1.1

 -- Lluis Campos <lluis.campos@northern.tech>  Mon, 14 Oct 2019 11:19:09 +0200

mender-client (2.1.0-2) unstable; urgency=medium

  * Add d/p/0002-Use-UBI_IOCVOLUP-from-golang.org-x-sys-unix-package.patch
    - this should fix FTBFS on mips64el and s390x

 -- Andreas Henriksson <andreas@fatal.se>  Fri, 20 Sep 2019 18:21:58 +0200

mender-client (2.1.0-1) unstable; urgency=medium

  [ Lluis Campos ]
  * New upstream version 2.1.0
  * Drop old patches, all changes merged now upstream
  * Bump mender-artifact-dev dependency version to 3.1.x

 -- Lluis Campos <lluis.campos@northern.tech>  Wed, 18 Sep 2019 15:55:34 +0200

mender-client (2.0.1-1) unstable; urgency=medium

  [ Lluis Campos ]
  * Add patch for skipping TestLicense unit test
  * Add patch for fixing TestDeviceVerifyReboot unit test
  * Copy missing helper files and enable unit tests suite
  * Add identity and inventory scripts as examples in the package
  * Add the modules directory onto the list of dirs
  * Update Debian README to introduce Mender 2.0 changes
  * Add Lluis in debian/control Uploaders list

  [ Andreas Henriksson ]
  * New upstream version 2.0.1
  * Bump mender-artifact build-dep to avoid 3.0.0+really2.4.0-1
  * Make tests non-fatal again

 -- Andreas Henriksson <andreas@fatal.se>  Tue, 09 Jul 2019 17:55:27 +0200

mender-client (2.0.0-1) experimental; urgency=medium

  * New upstream version 2.0.0
  * Bump mender-artifact build-dep to >= 3
  * mender.conf.example is now mender.conf.{demo,production}
  * Bump years in debian/copyright

 -- Andreas Henriksson <andreas@fatal.se>  Fri, 17 May 2019 19:17:53 +0200

mender-client (1.7.0-4) unstable; urgency=medium

  * Fix 'mender -version' output

 -- Andreas Henriksson <andreas@fatal.se>  Fri, 01 Feb 2019 15:08:36 +0100

mender-client (1.7.0-3) unstable; urgency=medium

  * Describe identity and inventory in README.Debian
  * Ship mender.conf.example in documentation directory
  * Mention mender.conf in README.Debian
  * Create directories for mender-device-identity and mender-inventory-*
  * Create directory for mender.conf transient settings
  * Improve README.Debian further

 -- Andreas Henriksson <andreas@fatal.se>  Tue, 22 Jan 2019 13:00:31 +0100

mender-client (1.7.0-2) experimental; urgency=medium

  * Disable DH_GOLANG_EXCLUDES{_ALL}
  * Add debian/patches to fix deploy_log_hook.go
  * Make tests non-fatal for now

 -- Andreas Henriksson <andreas@fatal.se>  Thu, 10 Jan 2019 17:12:59 +0100

mender-client (1.7.0-1) experimental; urgency=medium

  * New upstream version 1.7.0

 -- Andreas Henriksson <andreas@fatal.se>  Sat, 15 Dec 2018 15:34:45 +0100

mender-client (1.6.0b1+git20181015.3032b74-1) experimental; urgency=medium

  * Initial release (Closes: #914119)

 -- Andreas Henriksson <andreas@fatal.se>  Mon, 19 Nov 2018 18:34:58 +0100