NEWS 1.2 KB

12345678910111213141516171819202122232425262728293031323334
  1. 2019-09-10 Matias Fonzo <selk@dragora.org>
  2. * Check the output status when a recipe is imported (or included).
  3. This will help catch any possible errors when using shell code,
  4. rather than proceeding with the recipe.
  5. * Minor changes.
  6. 2019-07-30 Matias Fonzo <selk@dragora.org>
  7. * The variable 'arch' has been added to the package meta file,
  8. additionally, the variables 'program' and 'version' has been
  9. replaced with 'pkgname' and 'pkgversion' which take the value
  10. of those if they have not been previously established.
  11. * Minor changes.
  12. 2019-05-19 Matias Fonzo <selk@dragora.org>
  13. * Default external tool for uncompressing files based on .tar.lz
  14. archives has been changed in the unpack() function from tarlz(1) to
  15. lzip(1) in combination with tar(1). This is because some files
  16. could have been produced using a header format that differs from the
  17. default format used by tarlz(1), e.g. the GNU format (by GNU tar).
  18. * Some phrases have been improved in the manual, under the section
  19. "5.3 Writing recipes". Thanks to kelsoo.
  20. 2019-04-15 Matias Fonzo <selk@dragora.org>
  21. * Version 1.0 (stable) released.
  22. * The manual (user guide) has been updated.