ref: 1c1d6536079c20ed0f0f606b075156b0069b70c3
parent: 960e4706459ba4de4158b6242e79e113cd2801ae
author: Timothy B. Terriberry <tterribe@xiph.org>
date: Tue Sep 18 14:26:58 EDT 2018
Document Doxygen failure in release notes. I'm sure we'll run into this again.
--- a/doc/release.txt
+++ b/doc/release.txt
@@ -41,6 +41,10 @@
- ./configure --host=i686-w64-mingw32 --prefix=/path/to/builddir/mingw \
PKG_CONFIG_PATH=/path/to/builddir/mingw/lib/pkgconfig
- make && make check && make -C doc/latex
+ - Doxygen 1.18.13 fails because of unescaped '#' characters in URLs
+ (and escaping them breaks the HTML output).
+ But at least two years old: https://github.com/doxygen/doxygen/issues/6456
+ Doxygen 1.8.3 works.
- Add api docs to opus-codec.org.
- mkdir opusfile-${version}-win32
- Copy AUTHORS COPYING README.md include/opusfile.h to the release dir.