mirror of
https://github.com/pfusik/xasm.git
synced 2024-12-22 00:29:15 +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
|
||||
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)
|
||||
|
@ -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
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
|
||||
|
||||
* 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
|
||||
// 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;
|
||||
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user