File: changelog

package info (click to toggle)
rust-nix 0.29.0-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid, trixie
  • size: 3,096 kB
  • sloc: ansic: 18; makefile: 7
file content (222 lines) | stat: -rw-r--r-- 7,217 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
rust-nix (0.29.0-2) unstable; urgency=medium

  * Team upload.
  * Package nix 0.29.0 from crates.io using debcargo 2.7.0
  * Upload to unstable (Closes: #1085211)

 -- Peter Michael Green <plugwash@debian.org>  Sun, 03 Nov 2024 19:03:26 +0000

rust-nix (0.29.0-1) experimental; urgency=medium

  * Team upload.
  * Package nix 0.29.0 from crates.io using debcargo 2.7.0
  * Update patches for new upstream.

 -- Peter Michael Green <plugwash@debian.org>  Sat, 19 Oct 2024 00:59:36 +0000

rust-nix (0.27.1-5) unstable; urgency=medium

  * Team upload.
  * Package nix 0.27.1 from crates.io using debcargo 2.6.1

 -- Peter Michael Green <plugwash@debian.org>  Tue, 10 Sep 2024 19:44:48 +0000

rust-nix (0.27.1-4) unstable; urgency=medium

  * Team upload.
  * Package nix 0.27.1 from crates.io using debcargo 2.6.1
  * Relax memoffset dependency.

 -- Peter Michael Green <plugwash@debian.org>  Mon, 08 Jul 2024 04:50:09 +0000

rust-nix (0.27.1-3) unstable; urgency=medium

  * Team upload.
  * Package nix 0.27.1 from crates.io using debcargo 2.6.1
  * Add breaks on librust-laurel-dev 0.6.1-3 to help britney's autopkgtest
    scheduler.

 -- Peter Michael Green <plugwash@debian.org>  Mon, 06 May 2024 00:39:58 +0000

rust-nix (0.27.1-2) unstable; urgency=medium

  * Team upload.
  * Package nix 0.27.1 from crates.io using debcargo 2.6.1
  * Update patches for new upstream.
  * Fix incorrect type passed to variadic function in set_timerslack which was
    causing tests to fail on armel and armhf.

 -- Peter Michael Green <plugwash@debian.org>  Thu, 02 May 2024 13:37:33 +0000

rust-nix (0.26.2-3) unstable; urgency=medium

  * Team upload.
  * Package nix 0.26.2 from crates.io using debcargo 2.6.1
  * Remove workaround for missing statfs fields on time64 architectures and
    depend on version of librust-libc-dev with fixed structures.

 -- Peter Michael Green <plugwash@debian.org>  Sun, 28 Apr 2024 14:46:02 +0000

rust-nix (0.26.2-2) unstable; urgency=medium

  * Team upload.
  * Package nix 0.26.2 from crates.io using debcargo 2.6.1
  * Avoid more cases of failure due to lack of kernel support.
  * Make require_kernel_version macro more tolerant of different kernel
    version strings
  * Add workarounds for some issues related to time64 support in libc
    crate.

 -- Peter Michael Green <plugwash@debian.org>  Wed, 24 Apr 2024 01:33:28 +0000

rust-nix (0.26.2-1) unstable; urgency=medium

  * Team upload.
  * Package nix 0.26.2 from crates.io using debcargo 2.6.0
  * Skip test_recvmm2 on s390x, it seems to be flaky there.
  * Skip a couple of tests that seem prone to hangs in my local testing.

 -- Peter Michael Green <plugwash@debian.org>  Sat, 17 Jun 2023 03:34:40 +0000

rust-nix (0.26.1-3) unstable; urgency=medium

  * Team upload.
  * Package nix 0.26.1 from crates.io using debcargo 2.6.0
  * Tolerate socket returning EAFNOSUPPORT in some tests, so the rest of the
    tests can be run on the Debian s390x porterbox.
  * Tolerate no dropped packets in test_recvmsg_rxq_ovfl on s390x, this seems
    to happen on debci but not the porterbox, so I can't really debug it
    further.

 -- Peter Michael Green <plugwash@debian.org>  Fri, 23 Dec 2022 16:57:24 +0000

rust-nix (0.26.1-2) unstable; urgency=medium

  * Team upload.
  * Package nix 0.26.1 from crates.io using debcargo 2.6.0
  * Fix tests with --no-default-features --features term,process
  * Upload to unstable (Closes: #1025526).

 -- Peter Michael Green <plugwash@debian.org>  Sat, 17 Dec 2022 13:56:52 +0000

rust-nix (0.26.1-1) experimental; urgency=medium

  * Team upload.
  * Package nix 0.26.1 from crates.io using debcargo 2.6.0
  * Drop lower-bitflags-dep.diff, no longer needed.
  * Revert upstream bump of memoffset dependency.
  * Fix tests with --no-default-features.
  * Disable kmod tests.

 -- Peter Michael Green <plugwash@debian.org>  Tue, 06 Dec 2022 23:02:44 +0000

rust-nix (0.25.0-1) unstable; urgency=medium

  * Team upload.
  * Package nix 0.25.0 from crates.io using debcargo 2.5.0

 -- Sylvestre Ledru <sylvestre@debian.org>  Mon, 22 Aug 2022 09:38:59 +0200

rust-nix (0.24.1-3) unstable; urgency=medium

  * Team upload.
  * Package nix 0.24.1 from crates.io using debcargo 2.5.0
  * Add breaks on librust-ctrlc-dev (<< 3.2.2-3~) to help britney's
    autopkgtest scheduler.

 -- Peter Michael Green <plugwash@debian.org>  Fri, 10 Jun 2022 16:24:58 +0000

rust-nix (0.24.1-2) unstable; urgency=medium

  * Team upload.
  * Package nix 0.24.1 from crates.io using debcargo 2.5.0
  * Add breaks on librust-vsock-dev (<< 0.2.4-3~)

 -- Peter Michael Green <plugwash@debian.org>  Fri, 10 Jun 2022 03:50:58 +0000

rust-nix (0.24.1-1) unstable; urgency=medium

  * Team upload.
  * Package nix 0.24.1 from crates.io using debcargo 2.5.0

 -- Sylvestre Ledru <sylvestre@debian.org>  Sat, 04 Jun 2022 11:22:06 +0200

rust-nix (0.23.1-1) unstable; urgency=medium

  * Team upload.
  * Package nix 0.23.1 from crates.io using debcargo 2.5.0

 -- Sylvestre Ledru <sylvestre@debian.org>  Tue, 11 Jan 2022 21:19:55 +0100

rust-nix (0.23.0-1) unstable; urgency=medium

  * Team upload.
  * Package nix 0.23.0 from crates.io using debcargo 2.4.4-alpha.0

 -- Sylvestre Ledru <sylvestre@debian.org>  Sun, 05 Dec 2021 17:45:16 +0100

rust-nix (0.19.0-2) unstable; urgency=medium

  * Package nix 0.19.0 from crates.io using debcargo 2.4.4-alpha.0

  [ Ed Neville ]
  * Team upload.
  * Closes: #995562 / RUSTSEC-2021-0119

 -- Wolfgang Silbermayr <wolfgang@silbermayr.at>  Thu, 07 Oct 2021 21:09:01 +0200

rust-nix (0.19.0-1) unstable; urgency=medium

  * Team upload.
  * Package nix 0.19.0 from crates.io using debcargo 2.4.3

 -- Andrej Shadura <andrewsh@debian.org>  Wed, 04 Nov 2020 10:22:00 +0100

rust-nix (0.16.1-1) unstable; urgency=medium

  * Package nix 0.16.1 from crates.io using debcargo 2.4.0

  [ kpcyrd ]
  * Package nix 0.16.1 from crates.io using debcargo 2.4.0

 -- Wolfgang Silbermayr <wolfgang@silbermayr.at>  Tue, 31 Dec 2019 15:35:45 +0100

rust-nix (0.15.0-2) unstable; urgency=medium

  * Package nix 0.15.0 from crates.io using debcargo 2.4.0
  * Include patch to add missing VMIN and VTIME on sparc64
    (Closes: #943984)

 -- Wolfgang Silbermayr <wolfgang@silbermayr.at>  Sat, 02 Nov 2019 09:47:16 +0100

rust-nix (0.15.0-1) unstable; urgency=medium

  * Package nix 0.15.0 from crates.io using debcargo 2.2.10

 -- Paride Legovini <pl@ninthfloor.org>  Sun, 08 Sep 2019 21:37:53 +0000

rust-nix (0.14.1-1) unstable; urgency=medium

  * Package nix 0.14.1 from crates.io using debcargo 2.3.1-alpha.0

 -- Wolfgang Silbermayr <wolfgang@silbermayr.at>  Thu, 11 Jul 2019 15:40:36 +0200

rust-nix (0.13.0-1) unstable; urgency=medium

  * Package nix 0.13.0 from crates.io using debcargo 2.2.9
    (Closes: #917060)

 -- Wolfgang Silbermayr <wolfgang@silbermayr.at>  Tue, 29 Jan 2019 06:25:56 +0100

rust-nix (0.12.0-1) unstable; urgency=medium

  * Package nix 0.12.0 from crates.io using debcargo 2.2.9
    (Closes: #917060)

 -- Paride Legovini <pl@ninthfloor.org>  Sun, 13 Jan 2019 21:12:02 +0000

rust-nix (0.11.0-1) unstable; urgency=medium

  * Package nix 0.11.0 from crates.io using debcargo 2.2.3

 -- Paride Legovini <pl@ninthfloor.org>  Fri, 13 Jul 2018 20:24:05 +0200