qi: Bump to version 2.0 (Release Candidate 12)
[dragora.git] / qi / NEWS
blob98be68f73bc049f2a31aa3addd6815badfe06525
1 2020-07-??  Matias Fonzo  <selk@dragora.org>
3     * Bump to version 2.0rc12.
5     * Version 2.0 (stable to be released).
7     * The user interface has been revised to better differenciate commands
8       and options, for example: `qi install` instead of `qi -i`, `qi remove`
9       instead of `qi -d`, `qi upgrade` instead of `qi -u`, `qi build`
10       instead of `qi -b`, and so on.
12     * The layout of the produced package names has been changed to better
13       differenciate the software name and its version.
15       Before: name-version-architecture-release[@pkgcategory].tlz
16       Now:    name_version_architecture-release[@pkgcategory].tlz
18     * The verbosity level has been changed to a minimal but essential result,
19       while it can now be adjusted from the configuration file.
21     * configure: The --arch= option has been added to define the default
22       package architecture.
24     * install: Fix assignation of 'rootdir' when it is empty and it
25       relies on the value of 'targetdir' when runs a post-install script
26       from subshell.
28     * doc: Fix examples for 'rootdir' since the package directory and
29       the target directory are relative to the specified root directory.
31     * recipes: Add the special variable 'keep_destdir' to complement
32       'keep_srcdir' in order to preserve 'destdir' when using build command.
34     * Introduce the -V option to be very verbose, -v is verbose.  This is
35       to match the options in graft(1).
37     * Be quieter by default in relation to the graft(1) output, if the
38       -v option is given it returns to the previous qi output behavior.
40     * Set the --missing-crc option to tarlz(1) by default to make the
41       package integrity check more reliable.
43     * Use the power of awk(1) to display package descriptions.
45     * Check and report if qi is connected to a terminal when reading from
46       standard input.
48     * Qi's messages have been improved to differentiate themselves from
49       the output of other programs.
51     * Added "coreutils", "bash", and "mksh" to the blacklist filter when
52       upgrading packages.
54     * The CREDITS file has been updated.
56     * The manual of qi has been refreshed to reflect all these changes.
58     * Code clean up and minor (but important) enhancements.
60 2020-04-20  Matias Fonzo  <selk@dragora.org>
62     * Version 1.4 released.
64     * build: Added support for optional "package category".  If the
65       variable 'pkgcategory' is declared in a recipe, Qi will produce
66       packages ala "<name>-<version>-<architecture>+release@category".
68     * general: The configuration file is now included instead of being
69       analyzed.  This is to have more room to declare things in general.
71     * build: The 'arch' value is used as suffix for produced packages
72       in order to have a well-organized (per-arch) output directory,
73       e.g:
74        /var/cache/qi/packages/noarch/
75        /var/cache/qi/packages/i586/
76        /var/cache/qi/packages/x86_64/
77        ...
79     * The code of blacklisted packages in the updates has been simplified.
81     * doc: The "Variables from the environment" section has been improved.
83     * build: The 'full_pkgname' variable is now added on the meta tag file.
85     * doc: The manual has been updated to conform to this version.
87     * Minor changes.
89 2019-09-10  Matias Fonzo  <selk@dragora.org>
91     * Version 1.3 released.
93     * Check the exit status when a recipe is imported or included.
94       This will help to catch possible errors when using shell code,
95       rather than proceeding with the recipe.
97     * Minor changes.
99 2019-07-30  Matias Fonzo  <selk@dragora.org>
101     * Version 1.2 released.
103     * The variable 'arch' has been added to the package meta file,
104       additionally, the variables 'program' and 'version' has been
105       replaced with 'pkgname' and 'pkgversion' which take the value
106       of those if they have not been previously established.
108     * Minor changes.
110 2019-05-19  Matias Fonzo  <selk@dragora.org>
112     * Version 1.1 released.
114     * Default external tool for uncompressing files based on .tar.lz
115       archives has been changed in the unpack() function from tarlz(1) to
116       lzip(1) in combination with tar(1).  This is because some files
117       could have been produced using a header format that differs from the
118       default format used by tarlz(1), e.g. the GNU format (by GNU tar).
120     * Some phrases have been improved in the manual, under the section
121       "5.3 Writing recipes".  Thanks to kelsoo.
123 2019-04-15  Matias Fonzo  <selk@dragora.org>
125     * Version 1.0 (stable) released.
127     * The manual (user guide) has been updated.