]> git.proxmox.com Git - cargo.git/blob - debian/changelog
Update changelog.
[cargo.git] / debian / changelog
1 cargo (0.22.0-1~exp1) UNRELEASED; urgency=medium
2
3 * New upstream release.
4 + Can now install multiple crates with cargo install.
5 + cargo commands inside a virtual workspace will now implicitly pass
6 --all.
7 + Added [patch] section to Cargo.toml to handle prepublication
8 dependencies RFC 1969.
9 + include and exclude fields in Cargo.toml now accept gitignore like
10 patterns.
11 + Added --all-target option.
12 + Using required dependencies as a feature is now deprecated and emits
13 a warning.
14 * Put upstream PR url for patch 1001.
15 * Add conv crate file to unsuspicious files.
16 * Refresh patches 1001, 2002 and 2004 with new upstream release.
17 * Mark package compliance with Debian Policy 4.1.1.
18
19 -- Vasudev Kamath <vasudev@copyninja.info> Thu, 26 Oct 2017 22:32:10 +0530
20
21 cargo (0.21.1-2) unstable; urgency=medium
22
23 * Upload to unstable.
24
25 -- Ximin Luo <infinity0@debian.org> Wed, 25 Oct 2017 23:30:46 +0200
26
27 cargo (0.21.1-1) experimental; urgency=medium
28
29 * debian/control:
30 + Add myself as uploader for cargo package.
31 + Mark package compliance with Debian Policy 4.1.0.
32 * Mark tables.rs from unicode-normalization as unsuspicious.
33 * Ignore sublime workspace file from hex crate.
34 * debian/copyright:
35 + Drop wildcards representing the old crates under vendor folder.
36 + Add copyright information for newer crates under vendor
37 + Add ARCHITECTURE.* to copyright.
38 * debian/patches:
39 + Rename patches to follow patch naming guidelines mentioned in
40 debian/patches/README.
41 + Add patch 1001 to fix spelling errors in cargo output messages.
42 + Make patch 2003 DEP-3 compliant.
43 + Adjust make_orig_multi.sh to renamed clean-cargo-deps.patch
44
45 -- Vasudev Kamath <vasudev@copyninja.info> Sat, 23 Sep 2017 10:41:07 +0530
46
47 cargo (0.20.0-2) unstable; urgency=medium
48
49 * Work around #865549, fixes FTBFS on ppc64el.
50
51 -- Ximin Luo <infinity0@debian.org> Thu, 14 Sep 2017 15:47:55 +0200
52
53 cargo (0.20.0-1) unstable; urgency=medium
54
55 * New upstream release.
56 * Fix cross-compiling declarations, Multi-Arch: foreign => allowed
57 * Un-embed libgit2 0.25.1 again. (Closes: #860990)
58 * Update to latest Standards-Version; no changes required.
59
60 -- Ximin Luo <infinity0@debian.org> Thu, 24 Aug 2017 19:13:00 +0200
61
62 cargo (0.17.0-2) unstable; urgency=medium
63
64 * Re-embed libgit2 0.25.1 due to the Debian testing freeze. It will be
65 removed again after the freeze is over, when libgit2 0.25.1 can again
66 enter Debian unstable.
67
68 -- Ximin Luo <infinity0@debian.org> Wed, 03 May 2017 16:56:03 +0200
69
70 cargo (0.17.0-1) unstable; urgency=medium
71
72 * Upload to unstable so we have something to build rustc 1.17.0 with.
73
74 -- Ximin Luo <infinity0@debian.org> Wed, 03 May 2017 11:24:08 +0200
75
76 cargo (0.17.0-1~exp3) experimental; urgency=medium
77
78 * Add git to Build-Depends to fix FTBFS.
79 * Mention cross-compiling in the previous changelog entry.
80
81 -- Ximin Luo <infinity0@debian.org> Tue, 02 May 2017 13:18:53 +0200
82
83 cargo (0.17.0-1~exp2) experimental; urgency=medium
84
85 * Bring in some changes from Ubuntu.
86 - Rename deps/ to vendor/ as that's what upstream uses, and update
87 other files with the new paths too.
88 - Remove cargo-vendor-unpack since we no longer need to postprocess
89 cargo-vendor output in that way.
90 * Document that bootstrap.py probably doesn't work now.
91 * Include /usr/share/rustc/architecture.mk in d/rules instead of duplicating
92 awkward arch-dependent Makefile snippets.
93 * Don't embed libgit2, add a versioned B-D to libgit2-dev.
94 * Add support for cross-compiling bootstrap.
95
96 -- Ximin Luo <infinity0@debian.org> Mon, 01 May 2017 20:49:45 +0200
97
98 cargo (0.17.0-1~exp1) experimental; urgency=medium
99
100 * New upstream release. (Closes: #851089, #859312)
101
102 -- Ximin Luo <infinity0@debian.org> Thu, 20 Apr 2017 03:16:04 +0200
103
104 cargo (0.15.0~dev-1) unstable; urgency=medium
105
106 * New upstream snapshot (git 1877f59d6b2cb057f7ef6c6b34b926fd96a683c1)
107 - Compatible with OpenSSL 1.1.0 (Closes: #828259)
108 * rules: use new link-arg options (Closes: #834980, #837433)
109 - Requires rustc >= 1.13
110
111 -- Luca Bruno <lucab@debian.org> Fri, 25 Nov 2016 23:30:03 +0000
112
113 cargo (0.11.0-2) unstable; urgency=high
114
115 * debian/rules: fix RUSTFLAGS quoting (Closes: #834980)
116
117 -- Luca Bruno <lucab@debian.org> Sun, 21 Aug 2016 18:21:21 +0000
118
119 cargo (0.11.0-1) unstable; urgency=medium
120
121 [ Daniele Tricoli ]
122 * New upstream release. (Closes: #826938)
123 - Update deps tarball.
124 - Refresh patches.
125 - Drop clean-win-crates.patch since time crate is not a dependency
126 anymore.
127 - Drop deps-url-fix-toml.patch since merged upstream.
128
129 [ Luca Bruno ]
130 * Install subcommand manpages too
131 * Move to a bootstrapped (stage1) build by default
132
133 -- Luca Bruno <lucab@debian.org> Mon, 15 Aug 2016 13:59:04 +0000
134
135 cargo (0.9.0-1) unstable; urgency=medium
136
137 * New upstream version
138 + Fix deprecation errors (Closes: #822178, #823652)
139 + Updated deps tarball
140 + Refreshed patches
141
142 -- Luca Bruno <lucab@debian.org> Sat, 07 May 2016 17:56:28 +0200
143
144 cargo (0.8.0-2) unstable; urgency=low
145
146 * Prefer libcurl4-gnutls-dev for building (Closes: #819831)
147
148 -- Luca Bruno <lucab@debian.org> Tue, 05 Apr 2016 22:23:44 +0200
149
150 cargo (0.8.0-1) unstable; urgency=medium
151
152 * New upstream version 0.8.0
153 + Updated deps tarball
154 + Refreshed patches
155 * cargo: removed unused lintian overrides
156
157 -- Luca Bruno <lucab@debian.org> Sat, 05 Mar 2016 22:39:06 +0100
158
159 cargo (0.7.0-2) unstable; urgency=medium
160
161 * Bump standards version
162 * cargo:
163 + add a new stage2 profile
164 + preserve original Cargo.lock for clean
165 + clean environment to allow multiple builds
166 * cargo-doc:
167 + update docbase paths after package split
168 + do not reference remote jquery
169 + do not build under nodoc profile
170 * control: update build-deps for build-profiles
171
172 -- Luca Bruno <lucab@debian.org> Thu, 03 Mar 2016 22:18:32 +0100
173
174 cargo (0.7.0-1) unstable; urgency=medium
175
176 * New upstream version 0.7.0
177 + Updated deps tarball and repack filter
178 + Refreshed patches
179 * Fixes to debian packaging
180 + Updated deps repack script
181 + index packing: use the same TAR format as cargo
182 + rules: ask cargo to build verbosely
183 * Update README.source to match current packaging
184
185 -- Luca Bruno <lucab@debian.org> Sun, 14 Feb 2016 16:12:55 +0100
186
187 cargo (0.6.0-2) unstable; urgency=medium
188
189 * Introduce a cargo-doc package
190 * Fails to build when wget is installed. Force curl
191 (Closes: #809298)
192 * Add the missing VCS- fields
193
194 -- Sylvestre Ledru <sylvestre@debian.org> Tue, 26 Jan 2016 13:01:16 +0100
195
196 cargo (0.6.0-1) unstable; urgency=medium
197
198 * New upstream version 0.6.0
199 + Updated deps tarball
200 + Not shipping a registry index anymore
201 * Refreshed bootstrap.py script
202 + Skip optional dependencies in stage0
203 * Added some crude pack/unpack helpers
204 * copyright: cleaned up unused entries
205 * rules: major update for new 0.6.0 bootstrap
206
207 -- Luca Bruno <lucab@debian.org> Fri, 04 Dec 2015 00:42:55 +0100
208
209 cargo (0.3.0-2) unstable; urgency=medium
210
211 * Fix install target, removing arch-specific path
212
213 -- Luca Bruno <lucab@debian.org> Sat, 14 Nov 2015 19:46:57 +0100
214
215 cargo (0.3.0-1) unstable; urgency=medium
216
217 * Team upload.
218 * First upload to unstable.
219 * Update gbp.conf according to git repo structure.
220 * patches: downgrade missing_docs lints to simple warnings
221 to avoid build failures on newer rustc.
222
223 -- Luca Bruno <lucab@debian.org> Sat, 14 Nov 2015 17:29:15 +0100
224
225 cargo (0.3.0-0~exp1) experimental; urgency=low
226
227 * Team upload.
228 * Initial Debian release. (Closes: #786432)
229
230 -- Luca Bruno <lucab@debian.org> Tue, 11 Aug 2015 20:15:54 +0200