From 7b9276415573cb9d61e1136f4c062b7a8e3a5f91 Mon Sep 17 00:00:00 2001 From: "chess.griffin" Date: Sat, 6 Jun 2009 19:06:23 +0000 Subject: [PATCH] Update ChangeLog-current.txt for recursive queuefiles. --- ChangeLog-current.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog-current.txt b/ChangeLog-current.txt index 4871cc5..8fd45ca 100644 --- a/ChangeLog-current.txt +++ b/ChangeLog-current.txt @@ -97,3 +97,8 @@ enhancements: these tarballs when building or installing a package. Additionally, there are two new menu items in info_item that allow the user to check the GPG signature or re-extract the GPG-signed tarball. + * Add ability to have recursive queuefiles, so one queuefile named + "foo.sboq" may have an entry "@bar" in which case as the foo.sboq + queuefile is parsed, it will recursively go down into the 'bar.sboq' + queuefile as well. The '@' symbol is used in front of an entry in a + queuefile to denote another queuefile.