xasm 3.2.1 release.

This commit is contained in:
Piotr Fusik 2022-12-08 11:01:36 +01:00
parent 138331193a
commit ca5e88950f
6 changed files with 16 additions and 7 deletions

View File

@ -1,4 +1,4 @@
VERSION = 3.2.0
VERSION = 3.2.1
prefix = /usr/local
bindir = $(prefix)/bin
@ -41,7 +41,7 @@ srcdist: MANIFEST
MANIFEST:
if test -e .git; then (git ls-files | grep -vF .gitignore && echo MANIFEST) | sort | dos2unix >$@ ; fi
../xasm-$(VERSION)-windows.zip: xasm xasm.html xasm.properties signed
../xasm-$(VERSION)-windows.zip: xasm.exe xasm.html xasm.properties signed
$(RM) $@ && $(SEVENZIP) -tzip $@ xasm.exe xasm.html xasm.properties
signed: xasm$(EXEEXT)

View File

@ -99,7 +99,7 @@ These rights, on this notice, rely.
Download
--------
[xasm 3.2.0](https://github.com/pfusik/xasm/releases) for Windows, macOS, Ubuntu and Fedora.
[xasm 3.2.1](https://github.com/pfusik/xasm/releases) for Windows, macOS, Ubuntu and Fedora.
Links
-----

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
xasm (3.2.1-1) UNRELEASED; urgency=low
* New release.
-- Piotr Fusik <fox@scene.pl> Thu, 8 Dec 2022 09:30:29 +0100
xasm (3.2.0-1) UNRELEASED; urgency=low
* New release.

View File

@ -1,4 +1,4 @@
// xasm 3.2.0 by Piotr Fusik <fox@scene.pl>
// xasm 3.2.1 by Piotr Fusik <fox@scene.pl>
// http://xasm.atari.org
// Can be compiled with DMD v2.101.0.
@ -32,7 +32,7 @@ version (Windows) {
import core.sys.windows.windows;
}
const string TITLE = "xasm 3.2.0";
const string TITLE = "xasm 3.2.1";
File messageStream;

View File

@ -714,7 +714,7 @@ and pseudo commands, except for `MWA`, `MWX` and `MWY`:
HISTORY
-------
Version 3.x.x (20xx-xx-xx)
Version 3.2.1 (2022-12-08)
~~~~~~~~~~~~~~~~~~~~~~~~~~
- source can optionally be read from standard input, and object can be
written to standard output instead of files (by Adrian Matoga)

View File

@ -1,5 +1,5 @@
Name: xasm
Version: 3.2.0
Version: 3.2.1
Release: 1
Summary: 6502 cross-assembler
License: Poetic
@ -33,6 +33,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man1/xasm.1.gz
%changelog
* Thu Dec 8 2022 Piotr Fusik <fox@scene.pl>
- 3.2.1-1
* Tue Jun 22 2021 Piotr Fusik <fox@scene.pl>
- 3.2.0-1