sources: SOURCELIST.txt: re-ordered
[dragora.git] / qi / NEWS
blobc46f403053356cd8cd86f899bf35f9346aba8302
1 2021-11-01  Matias Fonzo  <selk@dragora.org>
3     * build: Make a checksum file for the copy of the recipe (the one
4       included in the package, from which the recipe was built).
6     * Do not read the configuration file on create, extract, and order
7       modes.  It is not necessary to read the config file in these modes.
9     * Minor changes.
11 2021-09-28  Matias Fonzo  <selk@dragora.org>
13     * Version 2.5 released.
15     * Searching for previously installed packages in an upgrade has been
16       simplified, which will speed up and save resources in upgrade mode.
18     * The network downloader has been changed to make use of GNU Wget2.
20     * Minor enhancements.
22 2021-04-12  Matias Fonzo  <selk@dragora.org>
24     * Version 2.4 released.
26     * recipes: Added the variable "QICPPFLAGS" to pass the C/C++
27       preprocessor flags to the environment variable "CPPFLAGS".
29     * recipes: Added the "docs" and "docsdir" variables to be unset
30       after processing a recipe.
32     * recipes: Added support for executing other defined functions
33       besides the main build() function.
35     * recipes: Include build flags only if it is a real architecture
36       when creating a package meta.
38     * Change default values for QICFLAGS, QICXXFLAGS from "-g0 -O2" to
39       just "-O2".  Including default value for LDFLAGS from "-s" to
40       just "" (none).  This is to provide more generic values in the
41       package manager distribution.
43     * The documentation is in line with the changes made, plus the
44       sample recipes have been updated.
46     * Minor changes.
48 2020-12-25  Matias Fonzo  <selk@dragora.org>
50     * Version 2.3 released.
52     * doc: The general documentation of Qi has been divided to allow its
53       inclusion from other .texi files.  This does not affect the internal
54       functioning of Qi or the reading of the documentation for the user,
55       but rather it prepares for the incoming Dragora Handbook (Dragora is
56       the project from which Qi is currently developed).
58     * Minor changes.
60 2020-11-09  Matias Fonzo  <selk@dragora.org>
62     * Version 2.2 released.
64     * Get the absolute path name to compose the current working directory
65       when build.  A bug introduced in qi-2.0.
67     * The readconfig() function has been simplified.
69 2020-09-07  Matias Fonzo  <selk@dragora.org>
71     * Version 2.1 released.
73     * Make the code for searching previous packages in an upgrade work again
74       (bug introduced in previous version).
76     * Minor changes.
78 2020-08-22  Matias Fonzo  <selk@dragora.org>
80     * Version 2.0 released.
82     * The user interface has been revised to better differenciate commands
83       and options, for example: `qi install` instead of `qi -i`, `qi remove`
84       instead of `qi -d`, `qi upgrade` instead of `qi -u`, `qi build`
85       instead of `qi -b`, and so on.
87     * The layout of the produced package names has been changed to better
88       differenciate the software name and its version.
90       Before: name-version-architecture-release[@pkgcategory].tlz
91       Now:    name_version_architecture-release[@pkgcategory].tlz
93     * The verbosity level has been changed to a minimal but essential result,
94       while it can now be adjusted from the configuration file.
96     * configure: The --arch= option has been added to define the default
97       package architecture.
99     * install: Fix assignation of 'rootdir' when it is empty and it
100       relies on the value of 'targetdir' when runs a post-install script
101       from subshell.
103     * doc: Fix examples for 'rootdir' since the package directory and
104       the target directory are relative to the specified root directory.
106     * recipes: Add the special variable 'keep_destdir' to complement
107       'keep_srcdir' in order to preserve 'destdir' when using build command.
109     * Be quieter by default in relation to the graft(1) output, if the
110       -v option is given it returns to the previous qi output behavior.
112     * Set the --missing-crc option to tarlz(1) by default to make the
113       package integrity check more reliable.
115     * Use the power of awk(1) to display package descriptions.
117     * Check and report if qi is connected to a terminal when reading from
118       standard input.
120     * Qi's messages have been improved to differentiate themselves from
121       the output of other programs.
123     * Added "coreutils", "bash", and "mksh" to the blacklist filter when
124       upgrading packages.
126     * Support for the SOURCE_DATE_EPOCH specification has been added.
127       See: https://reproducible-builds.org/specs/source-date-epoch/
129     * Default Qi C flags to be passed to the compiler (QICFLAGS, QICXXFLAGS)
130       has been changed from "-g0 -Os" to "-g0 -O2".
132     * The DESCRIPTION, OPTIONS, and ENVIRONMENT sections for the man page
133       (generated by help2man) have been reorganized.
135     * The main Info manual has been refreshed to reflect all these changes.
137     * The examples in the doc directory have been updated.
139     * The CREDITS file has been updated.
141     * Code clean up and minor (but important) enhancements.
143 2020-04-20  Matias Fonzo  <selk@dragora.org>
145     * Version 1.4 released.
147     * build: Added support for optional "package category".  If the
148       variable 'pkgcategory' is declared in a recipe, Qi will produce
149       packages ala "<name>-<version>-<architecture>+release@category".
151     * general: The configuration file is now included instead of being
152       analyzed.  This is to have more room to declare things in general.
154     * build: The 'arch' value is used as suffix for produced packages
155       in order to have a well-organized (per-arch) output directory,
156       e.g:
157        /var/cache/qi/packages/noarch/
158        /var/cache/qi/packages/i586/
159        /var/cache/qi/packages/x86_64/
160        ...
162     * The code of blacklisted packages in the updates has been simplified.
164     * doc: The "Variables from the environment" section has been improved.
166     * build: The 'full_pkgname' variable is now added on the meta tag file.
168     * doc: The manual has been updated to conform to this version.
170     * Minor changes.
172 2019-09-10  Matias Fonzo  <selk@dragora.org>
174     * Version 1.3 released.
176     * Check the exit status when a recipe is imported or included.
177       This will help to catch possible errors when using shell code,
178       rather than proceeding with the recipe.
180     * Minor changes.
182 2019-07-30  Matias Fonzo  <selk@dragora.org>
184     * Version 1.2 released.
186     * The variable 'arch' has been added to the package meta file,
187       additionally, the variables 'program' and 'version' has been
188       replaced with 'pkgname' and 'pkgversion' which take the value
189       of those if they have not been previously established.
191     * Minor changes.
193 2019-05-19  Matias Fonzo  <selk@dragora.org>
195     * Version 1.1 released.
197     * Default external tool for uncompressing files based on .tar.lz
198       archives has been changed in the unpack() function from tarlz(1) to
199       lzip(1) in combination with tar(1).  This is because some files
200       could have been produced using a header format that differs from the
201       default format used by tarlz(1), e.g. the GNU format (by GNU tar).
203     * Some phrases have been improved in the manual, under the section
204       "5.3 Writing recipes".  Thanks to kelsoo.
206 2019-04-15  Matias Fonzo  <selk@dragora.org>
208     * Version 1.0 (stable) released.
210     * The manual (user guide) has been updated.