From 52982169dfe9b6a52f2642c42ea93d6e434f6e18 Mon Sep 17 00:00:00 2001 From: Piotr Fusik Date: Tue, 22 Jun 2021 21:20:00 +0200 Subject: [PATCH] xasm 3.2.0 release. --- Makefile | 2 +- README.md | 2 +- debian/changelog | 6 ++++++ source/app.d | 6 +++--- xasm.1.asciidoc | 8 ++++++++ xasm.spec | 5 ++++- 6 files changed, 23 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 8b8b2a4..947714d 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 3.1.1 +VERSION = 3.2.0 prefix = /usr/local bindir = $(prefix)/bin diff --git a/README.md b/README.md index 206f944..0cedb28 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ These rights, on this notice, rely. Download -------- -[xasm 3.1.1](https://github.com/pfusik/xasm/releases) for Windows, macOS, Ubuntu and Fedora. +[xasm 3.2.0](https://github.com/pfusik/xasm/releases) for Windows, macOS, Ubuntu and Fedora. Links ----- diff --git a/debian/changelog b/debian/changelog index adb872d..6db1d07 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xasm (3.2.0-1) UNRELEASED; urgency=low + + * New release. + + -- Piotr Fusik Tue, 22 Jun 2021 20:59:45 +0200 + xasm (3.1.1-1) UNRELEASED; urgency=low * New release. diff --git a/source/app.d b/source/app.d index ae03da5..9284123 100644 --- a/source/app.d +++ b/source/app.d @@ -1,6 +1,6 @@ -// xasm 3.1.1 by Piotr Fusik +// xasm 3.2.0 by Piotr Fusik // http://xasm.atari.org -// Can be compiled with DMD v2.096.0. +// Can be compiled with DMD v2.097.0. // Poetic License: // @@ -37,7 +37,7 @@ int readByte(File *file) { return c; } -const string TITLE = "xasm 3.1.1"; +const string TITLE = "xasm 3.2.0"; string sourceFilename = null; bool[26] options; diff --git a/xasm.1.asciidoc b/xasm.1.asciidoc index 68d7bc1..a61a96a 100644 --- a/xasm.1.asciidoc +++ b/xasm.1.asciidoc @@ -709,6 +709,14 @@ and pseudo commands, except for `MWA`, `MWX` and `MWY`: HISTORY ------- +Version 3.2.0 (2021-06-22) +~~~~~~~~~~~~~~~~~~~~~~~~~~ +- <> (contributed by Adrian Matoga) +- fixed emitted bytes not shown in the listing after `OPT L+` (by Adrian Matoga) +- emit shorter code for moving a negative immediate value with `MWX`/`MWY` +- Windows binary signed +- macOS binary signed, notarized, installed in `/usr/local/bin` + Version 3.1.1 (2019-11-20) ~~~~~~~~~~~~~~~~~~~~~~~~~~ - remove partial object file on error (requested by Bill Kendrick) diff --git a/xasm.spec b/xasm.spec index d06d9b2..6a85395 100644 --- a/xasm.spec +++ b/xasm.spec @@ -1,5 +1,5 @@ Name: xasm -Version: 3.1.1 +Version: 3.2.0 Release: 1 Summary: 6502 cross-assembler License: Poetic @@ -33,6 +33,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/xasm.1.gz %changelog +* Tue Jun 22 2021 Piotr Fusik +- 3.2.0-1 + * Wed Nov 20 2019 Piotr Fusik - 3.1.1-1