aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/markdown/Gnome-module.md4
-rw-r--r--docs/markdown/Release-notes-for-0.41.0.md10
-rw-r--r--docs/markdown/Release-notes-for-0.42.0.md13
-rw-r--r--docs/sitemap.txt1
4 files changed, 20 insertions, 8 deletions
diff --git a/docs/markdown/Gnome-module.md b/docs/markdown/Gnome-module.md
index 61b88ad..e709fd5 100644
--- a/docs/markdown/Gnome-module.md
+++ b/docs/markdown/Gnome-module.md
@@ -127,9 +127,11 @@ This also creates two targets for translations `help-$project-update-po` and `he
* `sources`: list of pages
* `media`: list of media such as images
-* `symlink_media`: if media should be symlinked (requires newish yelp) defaults to `false`
+* `symlink_media`: if media should be symlinked not copied (defaults to `true` since 0.42.0)
* `languages`: list of languages for translations
+Note that very old versions of yelp may not support symlinked media; At least 3.10 should work.
+
*Added 0.36.0*
### gnome.gtkdoc()
diff --git a/docs/markdown/Release-notes-for-0.41.0.md b/docs/markdown/Release-notes-for-0.41.0.md
index 6e46828..1ddde95 100644
--- a/docs/markdown/Release-notes-for-0.41.0.md
+++ b/docs/markdown/Release-notes-for-0.41.0.md
@@ -1,21 +1,17 @@
---
title: Release 0.41
-short-description: Release notes for 0.41 (preliminary)
+short-description: Release notes for 0.41
...
-**Preliminary, 0.41.0 has not been released yet.**
-
# New features
-Add features here as code is merged to master.
-
## Dependency Handler for LLVM
Native support for linking against LLVM using the `dependency` function.
## vcs_tag keyword fallback is is now optional
-The `fallback` keyword in `vcs_tag` is now optional. If not given, its value
+The `fallback` keyword in `vcs_tag()` is now optional. If not given, its value
defaults to the return value of `meson.project_version()`.
## Better quoting of special characters in ninja command invocations
@@ -60,7 +56,7 @@ Targets for building rust now take a `rust_args` keyword.
Code coverage can be generated for tests by passing the `--cov` argument to
the `run_tests.py` test runner. Note, since multiple processes are used,
-coverage must be combined before producing a report (`coverage3 combine`.)
+coverage must be combined before producing a report (`coverage3 combine`).
## Reproducible builds
diff --git a/docs/markdown/Release-notes-for-0.42.0.md b/docs/markdown/Release-notes-for-0.42.0.md
new file mode 100644
index 0000000..dcb86c3
--- /dev/null
+++ b/docs/markdown/Release-notes-for-0.42.0.md
@@ -0,0 +1,13 @@
+---
+title: Release 0.42
+short-description: Release notes for 0.42 (preliminary)
+...
+
+**Preliminary, 0.42.0 has not been released yet.**
+
+# New features
+
+## Distribution tarballs from Mercurial repositories
+
+Creating distribution tarballs can now be made out of projects based on
+Mercurial. As before, this remains possible only with the Ninja backend.
diff --git a/docs/sitemap.txt b/docs/sitemap.txt
index 7246749..9831b93 100644
--- a/docs/sitemap.txt
+++ b/docs/sitemap.txt
@@ -58,6 +58,7 @@ index.md
Shipping-prebuilt-binaries-as-wraps.md
fallback-wraptool.md
Release-notes.md
+ Release-notes-for-0.42.0.md
Release-notes-for-0.41.0.md
Release-notes-for-0.40.0.md
Release-notes-for-0.39.0.md