summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHelge Deller <deller@parisc.parisc-linux.org>2023-05-21 08:50:40 +0000
committerHelge Deller <deller@gmx.de>2023-05-21 10:53:21 +0200
commitbc76f1206e3bde230450e7a6fd04f88ee15687d0 (patch)
tree9330d3531d3c4fa4a5b461f5769ebf2828310e35
parent37481ef2e3776292d15883b9f4aa855d4090ee2d (diff)
downloadpalo-bc76f1206e3bde230450e7a6fd04f88ee15687d0.tar.gz
palo v2.23 releasev2.23
Signed-off-by: Helge Deller <deller@gmx.de>
-rw-r--r--debian/changelog9
-rw-r--r--iplbootbin51200 -> 55296 bytes
-rw-r--r--lib/common.h2
-rw-r--r--palo.810
-rw-r--r--palo.spec2
5 files changed, 16 insertions, 7 deletions
diff --git a/debian/changelog b/debian/changelog
index 15f4ab5..9dae388 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+palo (2.23) unstable; urgency=medium
+
+ [ Helge Deller ]
+ * ipl: Speed up printing the IPL menu on C8000 workstation
+ * ipl: Fix argument pointer in real64_call_asm
+ * ipl: Enable FPU and remove workarounds
+
+ -- Helge Deller <deller@gmx.de> Sun, 21 May 2023 08:41:01 +0000
+
palo (2.22) unstable; urgency=medium
[ Helge Deller ]
diff --git a/iplboot b/iplboot
index 2145022..c930090 100644
--- a/iplboot
+++ b/iplboot
Binary files differ
diff --git a/lib/common.h b/lib/common.h
index 6719aa0..a66ee8b 100644
--- a/lib/common.h
+++ b/lib/common.h
@@ -9,7 +9,7 @@
*/
#define PALOMAGIC "PALO"
-#define PALOVERSION "2.22"
+#define PALOVERSION "2.23"
#ifndef __ASSEMBLY__
diff --git a/palo.8 b/palo.8
index ce0f3e8..709a87d 100644
--- a/palo.8
+++ b/palo.8
@@ -1,12 +1,12 @@
-.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2.
-.TH PALO "8" "August 2022" "palo 2.22 - boot media management tool for PA-RISC/HPPA." "System Administration Utilities"
+.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
+.TH PALO "8" "May 2023" "palo 2.23 - boot media management tool for PA-RISC/HPPA." "System Administration Utilities"
.SH NAME
palo \- boot media management tool for PA-RISC/HPPA.
.SH SYNOPSIS
.B palo
[\fI\,options\/\fR]
.SH DESCRIPTION
-palo 2.22 \- boot media management tool for PA\-RISC/HPPA.
+palo 2.23 \- boot media management tool for PA\-RISC/HPPA.
.TP
\-?, \fB\-\-help\fR
Print this information
@@ -93,8 +93,8 @@ be loaded into the palo partition
When more than one of \fB\-I\fR, \fB\-U\fR, \fB\-s\fR and \fB\-C\fR are used, only the
last one is effective.
.PP
-palo version 2.22
-https://parisc.wiki.kernel.org \- Tue, 09 Aug 2022 08:39:01 +0000
+palo version 2.23
+https://parisc.wiki.kernel.org \- Sun, 21 May 2023 08:41:01 +0000
palo is the installation and management tool for the parisc
bootloader, called iplboot. The size required for the iplboot binary
diff --git a/palo.spec b/palo.spec
index 591a422..fca3047 100644
--- a/palo.spec
+++ b/palo.spec
@@ -1,5 +1,5 @@
Name: palo
-Version: 2.22
+Version: 2.23
Release: 1%{?dist}
Summary: PALO - PA-RISC Boot Loader
Packager: Helge Deller <deller@gmx.de>