recipes: tools/xfsprogs: Do not break parallel builds
[dragora.git] / qi / NEWS
blob5bfbd05e24c67a44b6950a6b107f96929f292106
1 2020-04-20  Matias Fonzo  <selk@dragora.org>
3     * build: Added support for optional "package category".  If the
4       variable 'pkgcategory' is declared in a recipe, Qi will produce
5       packages ala "<name>-<version>-<architecture>+release@category".
7     * general: The configuration file is now included instead of being
8       analyzed.  This is to have more room to declare things in general.
10     * build: The 'arch' value is used as suffix for produced packages
11       in order to have a well-organized (per-arch) output directory,
12       e.g:
13        /var/cache/qi/packages/noarch/
14        /var/cache/qi/packages/i586/
15        /var/cache/qi/packages/x86_64/
16        ...
18     * The code of blacklisted packages in the updates has been simplified.
20     * doc: The "Variables from the environment" section has been improved.
22     * build: The 'full_pkgname' variable is now added on the meta tag file.
24     * doc: The manual has been updated to conform to this version.
26     * Minor changes.
28 2019-09-10  Matias Fonzo  <selk@dragora.org>
30     * Check the exit status when a recipe is imported or included.
31       This will help to catch possible errors when using shell code,
32       rather than proceeding with the recipe.
34     * Minor changes.
36 2019-07-30  Matias Fonzo  <selk@dragora.org>
38     * The variable 'arch' has been added to the package meta file,
39       additionally, the variables 'program' and 'version' has been
40       replaced with 'pkgname' and 'pkgversion' which take the value
41       of those if they have not been previously established.
43     * Minor changes.
45 2019-05-19  Matias Fonzo  <selk@dragora.org>
47     * Default external tool for uncompressing files based on .tar.lz
48       archives has been changed in the unpack() function from tarlz(1) to
49       lzip(1) in combination with tar(1).  This is because some files
50       could have been produced using a header format that differs from the
51       default format used by tarlz(1), e.g. the GNU format (by GNU tar).
53     * Some phrases have been improved in the manual, under the section
54       "5.3 Writing recipes".  Thanks to kelsoo.
56 2019-04-15  Matias Fonzo  <selk@dragora.org>
58     * Version 1.0 (stable) released.
60     * The manual (user guide) has been updated.