NEWS 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298
  1. 2023-??-?? Matias Fonzo <selk@dragora.org>
  2. * The option (--no-rc) to override reading the configuration
  3. file has been fixed, previously it was not working.
  4. * recipes: Sample recipes have been updated.
  5. 2022-12-31 Matias Fonzo <selk@dragora.org>
  6. * Version 2.11 released.
  7. * Do not print message from make_directory() function:
  8. The message is sent to the standard output, but in a pipe
  9. this could be taken as the input, which gives error using
  10. the build mode, for example. This fixed a bug introduced in
  11. qi-2.10.
  12. * README.md: Generalize the url address.
  13. * doc: Improved semantic of copyright paragraph.
  14. 2022-09-07 Matias Fonzo <selk@dragora.org>
  15. * Version 2.10 released.
  16. * The default output directory can now be specified via `configure`.
  17. * A new function to validate incoming packages has been added to the
  18. Qi code.
  19. * A new function to check and make directories has been added to the
  20. Qi code.
  21. * The -L option to print the default directory locations is no longer
  22. static, it can now, for example, display the target directory
  23. dynamically.
  24. * recipes: Fixed missing message when setting the special variable
  25. 'keep_srcdir'.
  26. * recipes: Added new special variable 'opt_skiprecipe' to ignore and
  27. continue with the next recipe cleanly.
  28. * Refactoring of the code as well as improvements to it, minor but no
  29. less important changes have been made for this release.
  30. * The documentation plus the CREDITS file have been updated.
  31. 2022-06-22 Matias Fonzo <selk@dragora.org>
  32. * Version 2.9 released.
  33. * Allow passing or changing options to tarlz(1) via configuration file
  34. (qirc) or just setting the special variable 'tarlz_compression_options'
  35. from a particular recipe.
  36. * Adjusted the simple detection of the package directory when trying
  37. to remove a package, this avoids a possible collision if it finds
  38. the package name as a regular file.
  39. * recipes: Added support for zstd(1) extensions.
  40. * recipes: Sample recipes have been updated.
  41. 2022-05-02 Matias Fonzo <selk@dragora.org>
  42. * Version 2.8 released.
  43. * Use full remove mode when upgrading a package. The purpose of this
  44. change is to clean up the removal of a previous package when the
  45. upgrade mode is invoked. Previously the package documentation
  46. directory (and other possible files) were left on the filesystem.
  47. * Minor enhancements.
  48. 2021-12-14 Matias Fonzo <selk@dragora.org>
  49. * Version 2.7 released.
  50. * Now Qi is more precise with exit status number 4 and 6, by hitting
  51. "exit" instead of just returning from the functions.
  52. * Small corrections for the description of Qi and also for the manual
  53. have been sent by Antonio Diaz Diaz. Thanks!
  54. 2021-11-01 Matias Fonzo <selk@dragora.org>
  55. * Version 2.6 released.
  56. * build: Make a checksum file for the copy of the recipe (the one
  57. included in the package, from which the recipe was built).
  58. * Do not read the configuration file on create, extract, and order
  59. modes. It is not necessary to read the config file in these modes.
  60. * Minor changes.
  61. 2021-09-28 Matias Fonzo <selk@dragora.org>
  62. * Version 2.5 released.
  63. * Searching for previously installed packages in an upgrade has been
  64. simplified, which will speed up and save resources in upgrade mode.
  65. * The network downloader has been changed to make use of GNU Wget2.
  66. * Minor enhancements.
  67. 2021-04-12 Matias Fonzo <selk@dragora.org>
  68. * Version 2.4 released.
  69. * recipes: Added the variable "QICPPFLAGS" to pass the C/C++
  70. preprocessor flags to the environment variable "CPPFLAGS".
  71. * recipes: Added the "docs" and "docsdir" variables to be unset
  72. after processing a recipe.
  73. * recipes: Added support for executing other defined functions
  74. besides the main build() function.
  75. * recipes: Include build flags only if it is a real architecture
  76. when creating a package meta.
  77. * Change default values for QICFLAGS, QICXXFLAGS from "-g0 -O2" to
  78. just "-O2". Including default value for LDFLAGS from "-s" to
  79. just "" (none). This is to provide more generic values in the
  80. package manager distribution.
  81. * The documentation is in line with the changes made, plus the
  82. sample recipes have been updated.
  83. * Minor changes.
  84. 2020-12-25 Matias Fonzo <selk@dragora.org>
  85. * Version 2.3 released.
  86. * doc: The general documentation of Qi has been divided to allow its
  87. inclusion from other .texi files. This does not affect the internal
  88. functioning of Qi or the reading of the documentation for the user,
  89. but rather it prepares for the incoming Dragora Handbook (Dragora is
  90. the project from which Qi is currently developed).
  91. * Minor changes.
  92. 2020-11-09 Matias Fonzo <selk@dragora.org>
  93. * Version 2.2 released.
  94. * Get the absolute path name to compose the current working directory
  95. when build. A bug introduced in qi-2.0.
  96. * The readconfig() function has been simplified.
  97. 2020-09-07 Matias Fonzo <selk@dragora.org>
  98. * Version 2.1 released.
  99. * Make the code for searching previous packages in an upgrade work again
  100. (bug introduced in previous version).
  101. * Minor changes.
  102. 2020-08-22 Matias Fonzo <selk@dragora.org>
  103. * Version 2.0 released.
  104. * The user interface has been revised to better differenciate commands
  105. and options, for example: `qi install` instead of `qi -i`, `qi remove`
  106. instead of `qi -d`, `qi upgrade` instead of `qi -u`, `qi build`
  107. instead of `qi -b`, and so on.
  108. * The layout of the produced package names has been changed to better
  109. differenciate the software name and its version.
  110. Before: name-version-architecture-release[@pkgcategory].tlz
  111. Now: name_version_architecture-release[@pkgcategory].tlz
  112. * The verbosity level has been changed to a minimal but essential result,
  113. while it can now be adjusted from the configuration file.
  114. * configure: The --arch= option has been added to define the default
  115. package architecture.
  116. * install: Fix assignation of 'rootdir' when it is empty and it
  117. relies on the value of 'targetdir' when runs a post-install script
  118. from subshell.
  119. * doc: Fix examples for 'rootdir' since the package directory and
  120. the target directory are relative to the specified root directory.
  121. * recipes: Add the special variable 'keep_destdir' to complement
  122. 'keep_srcdir' in order to preserve 'destdir' when using build command.
  123. * Be quieter by default in relation to the graft(1) output, if the
  124. -v option is given it returns to the previous qi output behavior.
  125. * Set the --missing-crc option to tarlz(1) by default to make the
  126. package integrity check more reliable.
  127. * Use the power of awk(1) to display package descriptions.
  128. * Check and report if qi is connected to a terminal when reading from
  129. standard input.
  130. * Qi's messages have been improved to differentiate themselves from
  131. the output of other programs.
  132. * Added "coreutils", "bash", and "mksh" to the blacklist filter when
  133. upgrading packages.
  134. * Support for the SOURCE_DATE_EPOCH specification has been added.
  135. See: https://reproducible-builds.org/specs/source-date-epoch/
  136. * Default Qi C flags to be passed to the compiler (QICFLAGS, QICXXFLAGS)
  137. has been changed from "-g0 -Os" to "-g0 -O2".
  138. * The DESCRIPTION, OPTIONS, and ENVIRONMENT sections for the man page
  139. (generated by help2man) have been reorganized.
  140. * The main Info manual has been refreshed to reflect all these changes.
  141. * The examples in the doc directory have been updated.
  142. * The CREDITS file has been updated.
  143. * Code clean up and minor (but important) enhancements.
  144. 2020-04-20 Matias Fonzo <selk@dragora.org>
  145. * Version 1.4 released.
  146. * build: Added support for optional "package category". If the
  147. variable 'pkgcategory' is declared in a recipe, Qi will produce
  148. packages ala "<name>-<version>-<architecture>+release@category".
  149. * general: The configuration file is now included instead of being
  150. analyzed. This is to have more room to declare things in general.
  151. * build: The 'arch' value is used as suffix for produced packages
  152. in order to have a well-organized (per-arch) output directory,
  153. e.g:
  154. /var/cache/qi/packages/noarch/
  155. /var/cache/qi/packages/i586/
  156. /var/cache/qi/packages/x86_64/
  157. ...
  158. * The code of blacklisted packages in the updates has been simplified.
  159. * doc: The "Variables from the environment" section has been improved.
  160. * build: The 'full_pkgname' variable is now added on the meta tag file.
  161. * doc: The manual has been updated to conform to this version.
  162. * Minor changes.
  163. 2019-09-10 Matias Fonzo <selk@dragora.org>
  164. * Version 1.3 released.
  165. * Check the exit status when a recipe is imported or included.
  166. This will help to catch possible errors when using shell code,
  167. rather than proceeding with the recipe.
  168. * Minor changes.
  169. 2019-07-30 Matias Fonzo <selk@dragora.org>
  170. * Version 1.2 released.
  171. * The variable 'arch' has been added to the package meta file,
  172. additionally, the variables 'program' and 'version' has been
  173. replaced with 'pkgname' and 'pkgversion' which take the value
  174. of those if they have not been previously established.
  175. * Minor changes.
  176. 2019-05-19 Matias Fonzo <selk@dragora.org>
  177. * Version 1.1 released.
  178. * Default external tool for uncompressing files based on .tar.lz
  179. archives has been changed in the unpack() function from tarlz(1) to
  180. lzip(1) in combination with tar(1). This is because some files
  181. could have been produced using a header format that differs from the
  182. default format used by tarlz(1), e.g. the GNU format (by GNU tar).
  183. * Some phrases have been improved in the manual, under the section
  184. "5.3 Writing recipes". Thanks to kelsoo.
  185. 2019-04-15 Matias Fonzo <selk@dragora.org>
  186. * Version 1.0 (stable) released.
  187. * The manual (user guide) has been updated.