Skip to content

Commit d259d08

Browse files
committed
doc: update 1.1 release notes
1 parent 7c07847 commit d259d08

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

doc/releases/1.1.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ Changes made since Bob 1.0 include the following.
66
New 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+
3650
Improvements
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`)

0 commit comments

Comments
 (0)