Skip to content

Commit 2a115f0

Browse files
committed
prepare 4.2.1-1
1 parent 80d90e9 commit 2a115f0

10 files changed

Lines changed: 368 additions & 168 deletions

CHANGELOG.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11

22
Entries in this file are in reverse chronological order.
33

4+
[2020-12-27]
5+
6+
- v4.2.1-1 prepared (version follows make version)
7+
48
[2020-09-19]
59

610
- [#15] Fix arm platform names

README-BUILD.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ page and return when ready.
6868

6969
## Prepare release
7070

71-
To prepare a new release, first determine the version (like `2.12.2`) and
71+
To prepare a new release, first determine the version (like `4.2.1-1`) and
7272
update the `scripts/VERSION` file.
7373

7474
## Update CHANGELOG.txt
@@ -143,10 +143,10 @@ files and their SHA signatures, created in the `deploy` folder:
143143
```console
144144
$ ls -l deploy
145145
total 3556
146-
-rw-rw-r-- 1 ilg ilg 1700582 Jul 14 11:26 xpack-windows-build-tools-2.12.2-win32-x32.zip
147-
-rw-rw-r-- 1 ilg ilg 113 Jul 14 11:26 xpack-windows-build-tools-2.12.2-win32-x32.zip.sha
148-
-rw-rw-r-- 1 ilg ilg 1926825 Jul 14 11:25 xpack-windows-build-tools-2.12.2-win32-x64.zip
149-
-rw-rw-r-- 1 ilg ilg 113 Jul 14 11:25 xpack-windows-build-tools-2.12.2-win32-x64.zip.sha
146+
-rw-rw-r-- 1 ilg ilg 1700582 Jul 14 11:26 xpack-windows-build-tools-4.2.1-1-win32-x32.zip
147+
-rw-rw-r-- 1 ilg ilg 113 Jul 14 11:26 xpack-windows-build-tools-4.2.1-1-win32-x32.zip.sha
148+
-rw-rw-r-- 1 ilg ilg 1926825 Jul 14 11:25 xpack-windows-build-tools-4.2.1-1-win32-x64.zip
149+
-rw-rw-r-- 1 ilg ilg 113 Jul 14 11:25 xpack-windows-build-tools-4.2.1-1-win32-x64.zip.sha
150150
```
151151

152152
To copy the files from the build machine to the current development machine, open the `deploy` folder in a terminal and use `scp`:
@@ -217,7 +217,7 @@ After install, the package should create a structure like this (only the
217217
first two depth levels are shown):
218218

219219
```console
220-
xPacks/@xpack-dev-tools/windows-build-tools/2.12.2-1/.content/
220+
xPacks/@xpack-dev-tools/windows-build-tools/4.2.1-1/.content/
221221
├── README.md
222222
├── bin
223223
│   ├── busybox.exe

0 commit comments

Comments
 (0)