mirror of
https://github.com/pfusik/xasm.git
synced 2025-01-03 01:30:56 +00:00
xasm 3.2.1 release.
This commit is contained in:
parent
138331193a
commit
ca5e88950f
4
Makefile
4
Makefile
@ -1,4 +1,4 @@
|
|||||||
VERSION = 3.2.0
|
VERSION = 3.2.1
|
||||||
|
|
||||||
prefix = /usr/local
|
prefix = /usr/local
|
||||||
bindir = $(prefix)/bin
|
bindir = $(prefix)/bin
|
||||||
@ -41,7 +41,7 @@ srcdist: MANIFEST
|
|||||||
MANIFEST:
|
MANIFEST:
|
||||||
if test -e .git; then (git ls-files | grep -vF .gitignore && echo MANIFEST) | sort | dos2unix >$@ ; fi
|
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
|
$(RM) $@ && $(SEVENZIP) -tzip $@ xasm.exe xasm.html xasm.properties
|
||||||
|
|
||||||
signed: xasm$(EXEEXT)
|
signed: xasm$(EXEEXT)
|
||||||
|
@ -99,7 +99,7 @@ These rights, on this notice, rely.
|
|||||||
Download
|
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
|
Links
|
||||||
-----
|
-----
|
||||||
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -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
|
xasm (3.2.0-1) UNRELEASED; urgency=low
|
||||||
|
|
||||||
* New release.
|
* New release.
|
||||||
|
@ -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
|
// http://xasm.atari.org
|
||||||
// Can be compiled with DMD v2.101.0.
|
// Can be compiled with DMD v2.101.0.
|
||||||
|
|
||||||
@ -32,7 +32,7 @@ version (Windows) {
|
|||||||
import core.sys.windows.windows;
|
import core.sys.windows.windows;
|
||||||
}
|
}
|
||||||
|
|
||||||
const string TITLE = "xasm 3.2.0";
|
const string TITLE = "xasm 3.2.1";
|
||||||
|
|
||||||
File messageStream;
|
File messageStream;
|
||||||
|
|
||||||
|
@ -714,7 +714,7 @@ and pseudo commands, except for `MWA`, `MWX` and `MWY`:
|
|||||||
HISTORY
|
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
|
- source can optionally be read from standard input, and object can be
|
||||||
written to standard output instead of files (by Adrian Matoga)
|
written to standard output instead of files (by Adrian Matoga)
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: xasm
|
Name: xasm
|
||||||
Version: 3.2.0
|
Version: 3.2.1
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: 6502 cross-assembler
|
Summary: 6502 cross-assembler
|
||||||
License: Poetic
|
License: Poetic
|
||||||
@ -33,6 +33,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man1/xasm.1.gz
|
%{_mandir}/man1/xasm.1.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 8 2022 Piotr Fusik <fox@scene.pl>
|
||||||
|
- 3.2.1-1
|
||||||
|
|
||||||
* Tue Jun 22 2021 Piotr Fusik <fox@scene.pl>
|
* Tue Jun 22 2021 Piotr Fusik <fox@scene.pl>
|
||||||
- 3.2.0-1
|
- 3.2.0-1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user