summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2021-01-30 13:06:39 +0100
committerHelge Deller <deller@gmx.de>2021-01-30 13:06:39 +0100
commit593d83117d50d6c53a8cc2347659385e40abd3d0 (patch)
tree184ba0f612c3b3e2b7ac1eafdf86b2f4cafbb5f8
parent320f23368b4450385213151cd0d39d899b49f90d (diff)
downloadpalo-593d83117d50d6c53a8cc2347659385e40abd3d0.tar.gz
palo v2.15 releasev2.15
-rw-r--r--debian/changelog10
-rw-r--r--iplbootbin47104 -> 49152 bytes
-rw-r--r--lib/common.h2
-rw-r--r--palo.88
-rw-r--r--palo.spec2
5 files changed, 16 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog
index 77da962..aade9a5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+palo (2.15) unstable; urgency=medium
+
+ [ James Bottomley ]
+ * Remove useless files from directory listing
+
+ [ Helge Deller ]
+ * Add "m" option to enable manufacturing mode on C8000
+
+ -- Helge Deller <deller@gmx.de> Sat, 30 Jan 2021 11:37:58 +0000
+
palo (2.14) unstable; urgency=medium
[ Helge Deller ]
diff --git a/iplboot b/iplboot
index c91ff96..365b3e7 100644
--- a/iplboot
+++ b/iplboot
Binary files differ
diff --git a/lib/common.h b/lib/common.h
index b85723a..be06b6a 100644
--- a/lib/common.h
+++ b/lib/common.h
@@ -9,7 +9,7 @@
*/
#define PALOMAGIC "PALO"
-#define PALOVERSION "2.14"
+#define PALOVERSION "2.15"
#ifndef __ASSEMBLY__
diff --git a/palo.8 b/palo.8
index d3de74a..e58ad16 100644
--- a/palo.8
+++ b/palo.8
@@ -1,5 +1,5 @@
-.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.11.
-.TH PALO "8" "Mai 2020" "palo - boot media management tool for PA-RISC/HPPA." "System Administration Utilities"
+.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.17.
+.TH PALO "8" "January 2021" "boot media management tool for PA-RISC/HPPA." "System Administration Utilities"
.SH NAME
palo \- boot media management tool for PA-RISC/HPPA.
.SH SYNOPSIS
@@ -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.14
-https://parisc.wiki.kernel.org \- Sat May 30 23:29:03 CEST 2020
+palo version 2.15
+https://parisc.wiki.kernel.org \- Sat, 30 Jan 2021 11:37:58 +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 699811f..b5aea6f 100644
--- a/palo.spec
+++ b/palo.spec
@@ -1,5 +1,5 @@
Name: palo
-Version: 2.14
+Version: 2.15
Release: 1%{?dist}
Summary: PALO - PA-RISC Boot Loader
Packager: Helge Deller <deller@gmx.de>