]> git.proxmox.com Git - cargo.git/blob - debian/changelog
Update d/changelog
[cargo.git] / debian / changelog
1 cargo (0.20.0-1) UNRELEASED; urgency=medium
2
3 * New upstream release.
4 * Fix cross-compiling declarations, Multi-Arch: foreign => allowed
5 * Un-embed libgit2 0.25.1 again. (Closes: #860990)
6 * Update to latest Standards-Version; no changes required.
7
8 -- Ximin Luo <infinity0@debian.org> Tue, 25 Jul 2017 14:46:16 +0200
9
10 cargo (0.17.0-2) unstable; urgency=medium
11
12 * Re-embed libgit2 0.25.1 due to the Debian testing freeze. It will be
13 removed again after the freeze is over, when libgit2 0.25.1 can again
14 enter Debian unstable.
15
16 -- Ximin Luo <infinity0@debian.org> Wed, 03 May 2017 16:56:03 +0200
17
18 cargo (0.17.0-1) unstable; urgency=medium
19
20 * Upload to unstable so we have something to build rustc 1.17.0 with.
21
22 -- Ximin Luo <infinity0@debian.org> Wed, 03 May 2017 11:24:08 +0200
23
24 cargo (0.17.0-1~exp3) experimental; urgency=medium
25
26 * Add git to Build-Depends to fix FTBFS.
27 * Mention cross-compiling in the previous changelog entry.
28
29 -- Ximin Luo <infinity0@debian.org> Tue, 02 May 2017 13:18:53 +0200
30
31 cargo (0.17.0-1~exp2) experimental; urgency=medium
32
33 * Bring in some changes from Ubuntu.
34 - Rename deps/ to vendor/ as that's what upstream uses, and update
35 other files with the new paths too.
36 - Remove cargo-vendor-unpack since we no longer need to postprocess
37 cargo-vendor output in that way.
38 * Document that bootstrap.py probably doesn't work now.
39 * Include /usr/share/rustc/architecture.mk in d/rules instead of duplicating
40 awkward arch-dependent Makefile snippets.
41 * Don't embed libgit2, add a versioned B-D to libgit2-dev.
42 * Add support for cross-compiling bootstrap.
43
44 -- Ximin Luo <infinity0@debian.org> Mon, 01 May 2017 20:49:45 +0200
45
46 cargo (0.17.0-1~exp1) experimental; urgency=medium
47
48 * New upstream release. (Closes: #851089, #859312)
49
50 -- Ximin Luo <infinity0@debian.org> Thu, 20 Apr 2017 03:16:04 +0200
51
52 cargo (0.15.0~dev-1) unstable; urgency=medium
53
54 * New upstream snapshot (git 1877f59d6b2cb057f7ef6c6b34b926fd96a683c1)
55 - Compatible with OpenSSL 1.1.0 (Closes: #828259)
56 * rules: use new link-arg options (Closes: #834980, #837433)
57 - Requires rustc >= 1.13
58
59 -- Luca Bruno <lucab@debian.org> Fri, 25 Nov 2016 23:30:03 +0000
60
61 cargo (0.11.0-2) unstable; urgency=high
62
63 * debian/rules: fix RUSTFLAGS quoting (Closes: #834980)
64
65 -- Luca Bruno <lucab@debian.org> Sun, 21 Aug 2016 18:21:21 +0000
66
67 cargo (0.11.0-1) unstable; urgency=medium
68
69 [ Daniele Tricoli ]
70 * New upstream release. (Closes: #826938)
71 - Update deps tarball.
72 - Refresh patches.
73 - Drop clean-win-crates.patch since time crate is not a dependency
74 anymore.
75 - Drop deps-url-fix-toml.patch since merged upstream.
76
77 [ Luca Bruno ]
78 * Install subcommand manpages too
79 * Move to a bootstrapped (stage1) build by default
80
81 -- Luca Bruno <lucab@debian.org> Mon, 15 Aug 2016 13:59:04 +0000
82
83 cargo (0.9.0-1) unstable; urgency=medium
84
85 * New upstream version
86 + Fix deprecation errors (Closes: #822178, #823652)
87 + Updated deps tarball
88 + Refreshed patches
89
90 -- Luca Bruno <lucab@debian.org> Sat, 07 May 2016 17:56:28 +0200
91
92 cargo (0.8.0-2) unstable; urgency=low
93
94 * Prefer libcurl4-gnutls-dev for building (Closes: #819831)
95
96 -- Luca Bruno <lucab@debian.org> Tue, 05 Apr 2016 22:23:44 +0200
97
98 cargo (0.8.0-1) unstable; urgency=medium
99
100 * New upstream version 0.8.0
101 + Updated deps tarball
102 + Refreshed patches
103 * cargo: removed unused lintian overrides
104
105 -- Luca Bruno <lucab@debian.org> Sat, 05 Mar 2016 22:39:06 +0100
106
107 cargo (0.7.0-2) unstable; urgency=medium
108
109 * Bump standards version
110 * cargo:
111 + add a new stage2 profile
112 + preserve original Cargo.lock for clean
113 + clean environment to allow multiple builds
114 * cargo-doc:
115 + update docbase paths after package split
116 + do not reference remote jquery
117 + do not build under nodoc profile
118 * control: update build-deps for build-profiles
119
120 -- Luca Bruno <lucab@debian.org> Thu, 03 Mar 2016 22:18:32 +0100
121
122 cargo (0.7.0-1) unstable; urgency=medium
123
124 * New upstream version 0.7.0
125 + Updated deps tarball and repack filter
126 + Refreshed patches
127 * Fixes to debian packaging
128 + Updated deps repack script
129 + index packing: use the same TAR format as cargo
130 + rules: ask cargo to build verbosely
131 * Update README.source to match current packaging
132
133 -- Luca Bruno <lucab@debian.org> Sun, 14 Feb 2016 16:12:55 +0100
134
135 cargo (0.6.0-2) unstable; urgency=medium
136
137 * Introduce a cargo-doc package
138 * Fails to build when wget is installed. Force curl
139 (Closes: #809298)
140 * Add the missing VCS- fields
141
142 -- Sylvestre Ledru <sylvestre@debian.org> Tue, 26 Jan 2016 13:01:16 +0100
143
144 cargo (0.6.0-1) unstable; urgency=medium
145
146 * New upstream version 0.6.0
147 + Updated deps tarball
148 + Not shipping a registry index anymore
149 * Refreshed bootstrap.py script
150 + Skip optional dependencies in stage0
151 * Added some crude pack/unpack helpers
152 * copyright: cleaned up unused entries
153 * rules: major update for new 0.6.0 bootstrap
154
155 -- Luca Bruno <lucab@debian.org> Fri, 04 Dec 2015 00:42:55 +0100
156
157 cargo (0.3.0-2) unstable; urgency=medium
158
159 * Fix install target, removing arch-specific path
160
161 -- Luca Bruno <lucab@debian.org> Sat, 14 Nov 2015 19:46:57 +0100
162
163 cargo (0.3.0-1) unstable; urgency=medium
164
165 * Team upload.
166 * First upload to unstable.
167 * Update gbp.conf according to git repo structure.
168 * patches: downgrade missing_docs lints to simple warnings
169 to avoid build failures on newer rustc.
170
171 -- Luca Bruno <lucab@debian.org> Sat, 14 Nov 2015 17:29:15 +0100
172
173 cargo (0.3.0-0~exp1) experimental; urgency=low
174
175 * Team upload.
176 * Initial Debian release. (Closes: #786432)
177
178 -- Luca Bruno <lucab@debian.org> Tue, 11 Aug 2015 20:15:54 +0200