chiark / gitweb /
CHANGELOG: Document changes in 0.7.1 otter-0.7.1
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 9 Jun 2021 17:25:50 +0000 (18:25 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 10 Jun 2021 13:53:04 +0000 (14:53 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
CHANGELOG.md

index fabd8be587ef4ead1b292fd295405fd343083cc3..bda5928eb82656d592a2ea4ef01a03250878726f 100644 (file)
@@ -1,3 +1,37 @@
+Version 0.7.1 - 2021-06-09
+==========================
+
+Bugfixes
+--------
+
+ * `make shapelib` builds, and reports a URL for, the actual
+   documentation for shape library layout and spec syntax, not to an
+   obsolete location.
+
+Installation and deployment changes
+-----------------------------------
+
+ * Better documentation of how to install just the command line
+   game management client (eg for use via ssh).
+
+ * Update Rocket dependency in Cargo.lock to one which builds with
+   recent Nightly Rust.
+
+ * Update usvg dependency in Cargo.toml to a version with revised
+   less-insane command line parsing, and adjust all calls to it.
+
+ * Updated other dependencies.
+
+ * Work around a cargo bug which breaks the docs build:
+    https://github.com/rust-lang/cargo/issues/9564
+
+Installation and deployment changes
+-----------------------------------
+
+ * Improvements to release checklist and release script.  Notably,
+   add a checklist item for checking the build on recent Nightly.
+
+
 Version 0.7.0 - 2021-06-08
 ==========================