File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ Changes made since Bob 1.0 include the following.
66New features
77------------
88
9+ Recipes
10+ ~~~~~~~
11+
912* Bob gained the ability to express dependencies between tools.
1013
1114 A tool declared by :ref: `configuration-recipes-provideTools ` can specify
@@ -33,6 +36,17 @@ New features
3336
3437 See :issue: `647 ` and :pull: `645 `.
3538
39+ Bob ls-recipes
40+ ~~~~~~~~~~~~~~
41+
42+ Bob gained a new command: :ref: `manpage-ls-recipes `. It can be used to list all
43+ known recipes. In contrast to the :ref: `manpage-bob-ls ` command, which works on
44+ packages, this command works on recipes. Additionally, the ouput can be
45+ filtered to show only used recipes or recipes that are currently orphaned,
46+ i.e., not referenced by a root package.
47+
48+ See :pull: `649 `.
49+
3650Improvements
3751------------
3852
@@ -55,3 +69,6 @@ Bug fixes
5569* DNS resolution failures are not treated as error any more when downloading
5670 artifacts. (:pull: `638 `)
5771* A crash in :meth: `bob.input.Package.isAlias ` has been fixed.
72+ * Fixed repeated invocation of deterministic URL SCMs with gz/xz compressed
73+ files that are uncompressed by Bob. Previously, the file would be truncated
74+ if the checkout step got re-executed for whatever reason. (:pull: `650 `)
You can’t perform that action at this time.
0 commit comments