NEWS 1.3 KB

12345678910111213141516171819202122232425262728293031323334
  1. All The Latest Disarchive News
  2. ******************************
  3. Noteworthy changes in release 0.2.1 (2021-05-06)
  4. ================================================
  5. - The octal tests have been adjusted to be more reliable.
  6. Noteworthy changes in release 0.2.0 (2021-03-22)
  7. ================================================
  8. - The "load" and "save" commands have been replaced with "assemble"
  9. and "disassemble", with new interfaces.
  10. - The database model has been removed. Now, Disarchive uses one
  11. "specification" file per disassembled file. This means that the
  12. "DISARCHIVE_DB" environment variable is no longer used, and a
  13. specification is given to the "assemble" command instead of a
  14. hash.
  15. - Address resolution can now be done by the user. In addition, the
  16. old resolver (using Guix to resolve SWHIDs) is turned off by
  17. default.
  18. - The full SWHID is used for Software Heritage references.
  19. Copying this file
  20. =================
  21. This file was written by Timothy Sample <samplet@ngyro.com>.
  22. To the extent possible under law, the author(s) have waived all
  23. copyright and related or neighboring rights to this file.
  24. You should have received a copy of the CC0 legalcode along with this
  25. work. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.