NEWS 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  1. 2021-??-?? Matias Fonzo <selk@dragora.org>
  2. * Version 2.4 in progress.
  3. * recipes: Added the variable "QICPPFLAGS" to pass the C/C++
  4. preprocessor flags to the environment variable "CPPFLAGS".
  5. * recipes: Added the "docs" and "docsdir" variables to be unset
  6. after processing a recipe.
  7. * Change default values for QICFLAGS, QICXXFLAGS from "-g0 -O2" to
  8. just "-O2". Also, default value for LDFLAGS from "-s" to just ""
  9. (none). This is to provide more generic values in the package
  10. manager distribution.
  11. * Minor changes.
  12. 2020-12-25 Matias Fonzo <selk@dragora.org>
  13. * Version 2.3 released.
  14. * doc: The general documentation of Qi has been divided to allow its
  15. inclusion from other .texi files. This does not affect the internal
  16. functioning of Qi or the reading of the documentation for the user,
  17. but rather it prepares for the incoming Dragora Handbook (Dragora is
  18. the project from which Qi is currently developed).
  19. * Minor changes.
  20. 2020-11-09 Matias Fonzo <selk@dragora.org>
  21. * Version 2.2 released.
  22. * Get the absolute path name to compose the current working directory
  23. when build. A bug introduced in qi-2.0.
  24. * The readconfig() function has been simplified.
  25. 2020-09-07 Matias Fonzo <selk@dragora.org>
  26. * Version 2.1 released.
  27. * Make the code for searching previous packages in an upgrade work again
  28. (bug introduced in previous version).
  29. * Minor changes.
  30. 2020-08-22 Matias Fonzo <selk@dragora.org>
  31. * Version 2.0 released.
  32. * The user interface has been revised to better differenciate commands
  33. and options, for example: `qi install` instead of `qi -i`, `qi remove`
  34. instead of `qi -d`, `qi upgrade` instead of `qi -u`, `qi build`
  35. instead of `qi -b`, and so on.
  36. * The layout of the produced package names has been changed to better
  37. differenciate the software name and its version.
  38. Before: name-version-architecture-release[@pkgcategory].tlz
  39. Now: name_version_architecture-release[@pkgcategory].tlz
  40. * The verbosity level has been changed to a minimal but essential result,
  41. while it can now be adjusted from the configuration file.
  42. * configure: The --arch= option has been added to define the default
  43. package architecture.
  44. * install: Fix assignation of 'rootdir' when it is empty and it
  45. relies on the value of 'targetdir' when runs a post-install script
  46. from subshell.
  47. * doc: Fix examples for 'rootdir' since the package directory and
  48. the target directory are relative to the specified root directory.
  49. * recipes: Add the special variable 'keep_destdir' to complement
  50. 'keep_srcdir' in order to preserve 'destdir' when using build command.
  51. * Be quieter by default in relation to the graft(1) output, if the
  52. -v option is given it returns to the previous qi output behavior.
  53. * Set the --missing-crc option to tarlz(1) by default to make the
  54. package integrity check more reliable.
  55. * Use the power of awk(1) to display package descriptions.
  56. * Check and report if qi is connected to a terminal when reading from
  57. standard input.
  58. * Qi's messages have been improved to differentiate themselves from
  59. the output of other programs.
  60. * Added "coreutils", "bash", and "mksh" to the blacklist filter when
  61. upgrading packages.
  62. * Support for the SOURCE_DATE_EPOCH specification has been added.
  63. See: https://reproducible-builds.org/specs/source-date-epoch/
  64. * Default Qi C flags to be passed to the compiler (QICFLAGS, QICXXFLAGS)
  65. has been changed from "-g0 -Os" to "-g0 -O2".
  66. * The DESCRIPTION, OPTIONS, and ENVIRONMENT sections for the man page
  67. (generated by help2man) have been reorganized.
  68. * The main Info manual has been refreshed to reflect all these changes.
  69. * The examples in the doc directory have been updated.
  70. * The CREDITS file has been updated.
  71. * Code clean up and minor (but important) enhancements.
  72. 2020-04-20 Matias Fonzo <selk@dragora.org>
  73. * Version 1.4 released.
  74. * build: Added support for optional "package category". If the
  75. variable 'pkgcategory' is declared in a recipe, Qi will produce
  76. packages ala "<name>-<version>-<architecture>+release@category".
  77. * general: The configuration file is now included instead of being
  78. analyzed. This is to have more room to declare things in general.
  79. * build: The 'arch' value is used as suffix for produced packages
  80. in order to have a well-organized (per-arch) output directory,
  81. e.g:
  82. /var/cache/qi/packages/noarch/
  83. /var/cache/qi/packages/i586/
  84. /var/cache/qi/packages/x86_64/
  85. ...
  86. * The code of blacklisted packages in the updates has been simplified.
  87. * doc: The "Variables from the environment" section has been improved.
  88. * build: The 'full_pkgname' variable is now added on the meta tag file.
  89. * doc: The manual has been updated to conform to this version.
  90. * Minor changes.
  91. 2019-09-10 Matias Fonzo <selk@dragora.org>
  92. * 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.
  96. * Minor changes.
  97. 2019-07-30 Matias Fonzo <selk@dragora.org>
  98. * Version 1.2 released.
  99. * The variable 'arch' has been added to the package meta file,
  100. additionally, the variables 'program' and 'version' has been
  101. replaced with 'pkgname' and 'pkgversion' which take the value
  102. of those if they have not been previously established.
  103. * Minor changes.
  104. 2019-05-19 Matias Fonzo <selk@dragora.org>
  105. * Version 1.1 released.
  106. * Default external tool for uncompressing files based on .tar.lz
  107. archives has been changed in the unpack() function from tarlz(1) to
  108. lzip(1) in combination with tar(1). This is because some files
  109. could have been produced using a header format that differs from the
  110. default format used by tarlz(1), e.g. the GNU format (by GNU tar).
  111. * Some phrases have been improved in the manual, under the section
  112. "5.3 Writing recipes". Thanks to kelsoo.
  113. 2019-04-15 Matias Fonzo <selk@dragora.org>
  114. * Version 1.0 (stable) released.
  115. * The manual (user guide) has been updated.