Update changelog.
authorVasudev Kamath <vasudev@copyninja.info>
Sun, 3 Dec 2017 15:11:49 +0000 (20:41 +0530)
committerVasudev Kamath <vasudev@copyninja.info>
Sun, 3 Dec 2017 15:11:49 +0000 (20:41 +0530)
debian/changelog

index 86d97bc83ea675c04d68dd8940bd51ebc80ec407..ef78f949c969eac756b15aba1de80de82f8ea35d 100644 (file)
@@ -1,3 +1,22 @@
+cargo (0.23.0-1) UNRELEASED; urgency=medium
+
+  * [upstream]
+    + Cargo will now build multi file examples in subdirectories of the
+      examples folder that have a main.rs file.
+    + Changed [root] to [package] in Cargo.lock. Old format packages will
+      continue to work and can be updated using cargo update.
+    + Supports vendoring git repositories.
+  * Refresh patch 2004 for new release.
+  * Audit logo.svg file from termion crate.
+  * debian/patches:
+    + Drop patch 1001, its merged upstream.
+    + Refresh patch 2002 with new upstream changes.
+    + Refresh patch 2001 with newer libgit2-sys changes.
+    + Add patch 2005 to prevent executing non-existing mdbook command
+      during build.
+
+ -- Vasudev Kamath <vasudev@copyninja.info>  Sun, 03 Dec 2017 20:02:07 +0530
+
 cargo (0.22.0-1~exp1) experimental; urgency=medium
 
   * New upstream release.