]> git.proxmox.com Git - cargo.git/blame - debian/changelog
Install all manpages, add more TODO
[cargo.git] / debian / changelog
CommitLineData
be6975af 1cargo (0.20.0-1) UNRELEASED; urgency=medium
db8a81b0 2
f9915077 3 * DO NOT RELEASE, see TODO.Debian
be6975af 4 * New upstream release.
db8a81b0 5 * Fix cross-compiling declarations, Multi-Arch: foreign => allowed
be6975af 6 * Un-embed libgit2 0.25.1 again.
db8a81b0 7
be6975af 8 -- Ximin Luo <infinity0@debian.org> Tue, 25 Jul 2017 14:46:16 +0200
db8a81b0 9
e3353af3 10cargo (0.17.0-2) unstable; urgency=medium
46b4025d
XL
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
e3353af3 16 -- Ximin Luo <infinity0@debian.org> Wed, 03 May 2017 16:56:03 +0200
46b4025d 17
179b8082 18cargo (0.17.0-1) unstable; urgency=medium
c66b2a85
XL
19
20 * Upload to unstable so we have something to build rustc 1.17.0 with.
21
179b8082 22 -- Ximin Luo <infinity0@debian.org> Wed, 03 May 2017 11:24:08 +0200
c66b2a85 23
f25a7067 24cargo (0.17.0-1~exp3) experimental; urgency=medium
953ed6cf
XL
25
26 * Add git to Build-Depends to fix FTBFS.
27 * Mention cross-compiling in the previous changelog entry.
28
f25a7067 29 -- Ximin Luo <infinity0@debian.org> Tue, 02 May 2017 13:18:53 +0200
953ed6cf 30
3958d095 31cargo (0.17.0-1~exp2) experimental; urgency=medium
eadc1aeb
XL
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.
953ed6cf 42 * Add support for cross-compiling bootstrap.
eadc1aeb 43
3958d095 44 -- Ximin Luo <infinity0@debian.org> Mon, 01 May 2017 20:49:45 +0200
eadc1aeb 45
a6f1e595 46cargo (0.17.0-1~exp1) experimental; urgency=medium
9fbd877d 47
221c95b4 48 * New upstream release. (Closes: #851089, #859312)
9fbd877d 49
a6f1e595 50 -- Ximin Luo <infinity0@debian.org> Thu, 20 Apr 2017 03:16:04 +0200
9fbd877d 51
44dbf4c1 52cargo (0.15.0~dev-1) unstable; urgency=medium
4e245a75
LB
53
54 * New upstream snapshot (git 1877f59d6b2cb057f7ef6c6b34b926fd96a683c1)
7f9c5c2a
LB
55 - Compatible with OpenSSL 1.1.0 (Closes: #828259)
56 * rules: use new link-arg options (Closes: #834980, #837433)
57 - Requires rustc >= 1.13
4e245a75
LB
58
59 -- Luca Bruno <lucab@debian.org> Fri, 25 Nov 2016 23:30:03 +0000
60
3ebdfbdd
LB
61cargo (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
57c49533 67cargo (0.11.0-1) unstable; urgency=medium
e52be082 68
57c49533 69 [ Daniele Tricoli ]
e52be082
DT
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
57c49533
LB
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
e52be082 82
1e2e4658
LB
83cargo (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
9ca33727
LB
92cargo (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
c60e69d6 98cargo (0.8.0-1) unstable; urgency=medium
19f86774
LB
99
100 * New upstream version 0.8.0
c60e69d6 101 + Updated deps tarball
19f86774 102 + Refreshed patches
c60e69d6 103 * cargo: removed unused lintian overrides
19f86774
LB
104
105 -- Luca Bruno <lucab@debian.org> Sat, 05 Mar 2016 22:39:06 +0100
106
e696030b
LB
107cargo (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
9c4a036c
LB
122cargo (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
27e61970
SL
135cargo (0.6.0-2) unstable; urgency=medium
136
1931a4c8 137 * Introduce a cargo-doc package
27e61970
SL
138 * Fails to build when wget is installed. Force curl
139 (Closes: #809298)
5f4c6518 140 * Add the missing VCS- fields
27e61970 141
9e837afd 142 -- Sylvestre Ledru <sylvestre@debian.org> Tue, 26 Jan 2016 13:01:16 +0100
27e61970 143
314f27ff
LB
144cargo (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
891286eb
LB
157cargo (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
374e28e5
LB
163cargo (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
d61f8f73
LB
173cargo (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