NEWS 9.4 KB

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