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