[PATCH 2/2] Update docs & sources to release v2.3.1 |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- Subject: [PATCH 2/2] Update docs & sources to release v2.3.1
- From: Eero Tamminen <oak@xxxxxxxxxxxxxx>
- Date: Fri, 25 Dec 2020 20:43:08 +0200
---
doc/compatibility.html | 2 +-
doc/debugger.html | 2 +-
doc/doxygen/Doxyfile | 2 +-
doc/emutos.txt | 2 +-
doc/manual.html | 2 +-
doc/release-notes.txt | 4 ++--
hatari.spec | 5 ++++-
readme.txt | 2 +-
src/gui-osx/Info-Hatari Winuae.plist | 4 ++--
src/gui-osx/Info-Hatari.plist | 4 ++--
src/gui-osx/en.lproj/InfoPlist.strings | 4 ++--
src/gui-osx/fr.lproj/InfoPlist.strings | 4 ++--
src/includes/version.h | 4 ++--
13 files changed, 22 insertions(+), 19 deletions(-)
diff --git a/doc/compatibility.html b/doc/compatibility.html
index f36fbd4a..5b9caa06 100644
--- a/doc/compatibility.html
+++ b/doc/compatibility.html
@@ -29,7 +29,7 @@
<h1 class="pageheader">Hatari Atari Software Compatibility List</h1>
<p class="pageheader">
-Version 2.3, November 2020
+Version 2.3.1, December 2020
</p>
<p class="pageheader">
This list has been written by: <strong>Thomas Huth</strong>, <strong>Eero Tamminen</strong>
diff --git a/doc/debugger.html b/doc/debugger.html
index 7c01be0a..41c50707 100644
--- a/doc/debugger.html
+++ b/doc/debugger.html
@@ -16,7 +16,7 @@
<h1 class="pageheader">Hatari Debugger User's Manual</h1>
<p class="pageheader">
-Version 2.3, November 2020
+Version 2.3.1, December 2020
</p>
<p class="pageheader">
Debugger manual written by: <strong>Eero Tamminen</strong>
diff --git a/doc/doxygen/Doxyfile b/doc/doxygen/Doxyfile
index c14e441a..426368fe 100644
--- a/doc/doxygen/Doxyfile
+++ b/doc/doxygen/Doxyfile
@@ -4,7 +4,7 @@
# Project related configuration options
#---------------------------------------------------------------------------
PROJECT_NAME = Hatari
-PROJECT_NUMBER = 2.3.0
+PROJECT_NUMBER = 2.3.1
OUTPUT_DIRECTORY = .
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English
diff --git a/doc/emutos.txt b/doc/emutos.txt
index 78dbee7b..78173760 100644
--- a/doc/emutos.txt
+++ b/doc/emutos.txt
@@ -37,7 +37,7 @@ the EmuTOS website.
The tos.img file included with the latest Hatari releases is
the etos512k.img[1] from a preceding EmuTOS release:
-- Hatari v2.3.0:
+- Hatari v2.3.0, v2.3.1:
https://sourceforge.net/projects/emutos/files/emutos/1.0/
- Hatari v2.2.0, v2.2.1:
https://sourceforge.net/projects/emutos/files/emutos/0.9.10/
diff --git a/doc/manual.html b/doc/manual.html
index 424a79cb..3fe88150 100644
--- a/doc/manual.html
+++ b/doc/manual.html
@@ -24,7 +24,7 @@
<h1 class="pageheader">Hatari User's Manual</h1>
<p class="pageheader">
-Version 2.3, November 2020
+Version 2.3.1, December 2020
</p>
<p class="pageheader">
Manual written by: <strong>Thomas Huth</strong>, <strong>Matthias Arndt</strong>
diff --git a/doc/release-notes.txt b/doc/release-notes.txt
index 031b2360..392c84e2 100644
--- a/doc/release-notes.txt
+++ b/doc/release-notes.txt
@@ -4,8 +4,8 @@
Release Notes
- Development version
- -------------------
+ Version 2.3.1 (2020-12-??)
+ --------------------------
Following features are deprecated and will be removed in a future release:
- Support for the SDL 1.2 library (i.e. SDL 2.x should be used instead)
diff --git a/hatari.spec b/hatari.spec
index 4f54aabd..3f79efb8 100644
--- a/hatari.spec
+++ b/hatari.spec
@@ -10,7 +10,7 @@ URL: http://hatari.tuxfamily.org/
License: GPLv2+
Group: System/Emulators/Other
Autoreqprov: on
-Version: 2.3.0
+Version: 2.3.1
Release: 1
Summary: An Atari ST/STE/TT/Falcon emulator
Source: %{name}-%{version}.tar.bz2
@@ -75,6 +75,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog -n hatari
+* Sat Dec ?? 2020 - Nicolas Pomarede
+- Hatari version 2.3.1
+
* Sat Nov 11 2020 - Nicolas Pomarede
- Hatari version 2.3.0
diff --git a/readme.txt b/readme.txt
index 43eedfc9..40d21f48 100644
--- a/readme.txt
+++ b/readme.txt
@@ -2,7 +2,7 @@
Hatari
- Version 2.3.0, November 2020
+ Version 2.3.1, December 2020
http://hatari.tuxfamily.org/
diff --git a/src/gui-osx/Info-Hatari Winuae.plist b/src/gui-osx/Info-Hatari Winuae.plist
index 6e8ee93b..a58c7dae 100644
--- a/src/gui-osx/Info-Hatari Winuae.plist
+++ b/src/gui-osx/Info-Hatari Winuae.plist
@@ -66,11 +66,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
- <string>2.3.0</string>
+ <string>2.3.1</string>
<key>CFBundleSignature</key>
<string>HATA</string>
<key>CFBundleVersion</key>
- <string>2.3.0</string>
+ <string>2.3.1</string>
<key>Hatari</key>
<string>SDL Cocoa App</string>
<key>LSMinimumSystemVersion</key>
diff --git a/src/gui-osx/Info-Hatari.plist b/src/gui-osx/Info-Hatari.plist
index a3f755c6..465f59e8 100644
--- a/src/gui-osx/Info-Hatari.plist
+++ b/src/gui-osx/Info-Hatari.plist
@@ -66,11 +66,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
- <string>2.3.0</string>
+ <string>2.3.1</string>
<key>CFBundleSignature</key>
<string>HATA</string>
<key>CFBundleVersion</key>
- <string>2.3.0</string>
+ <string>2.3.1</string>
<key>Hatari</key>
<string>SDL Cocoa App</string>
<key>LSMinimumSystemVersion</key>
diff --git a/src/gui-osx/en.lproj/InfoPlist.strings b/src/gui-osx/en.lproj/InfoPlist.strings
index 4bfa9c6d..b91800d7 100644
--- a/src/gui-osx/en.lproj/InfoPlist.strings
+++ b/src/gui-osx/en.lproj/InfoPlist.strings
@@ -1,6 +1,6 @@
/* Localized versions of Info.plist keys */
CFBundleName = "Hatari";
-CFBundleShortVersionString = "Hatari version 2.3.0";
-CFBundleGetInfoString = "Hatari version 2.3.0 , Copyright 2020, T. Huth.";
+CFBundleShortVersionString = "Hatari version 2.3.1";
+CFBundleGetInfoString = "Hatari version 2.3.1, Copyright 2020, T. Huth.";
NSHumanReadableCopyright = "Copyright 2020, T. Huth.";
diff --git a/src/gui-osx/fr.lproj/InfoPlist.strings b/src/gui-osx/fr.lproj/InfoPlist.strings
index c865be9e..28b23148 100644
--- a/src/gui-osx/fr.lproj/InfoPlist.strings
+++ b/src/gui-osx/fr.lproj/InfoPlist.strings
@@ -1,6 +1,6 @@
/* Localized versions of Info.plist keys */
CFBundleName = "Hatari";
-CFBundleShortVersionString = "Hatari(fr) version F 2.3.0 ";
-CFBundleGetInfoString = "Hatari version 2.3.0 , Copyright 2020, T. Huth.";
+CFBundleShortVersionString = "Hatari(fr) version F 2.3.1 ";
+CFBundleGetInfoString = "Hatari version 2.3.1, Copyright 2020, T. Huth.";
NSHumanReadableCopyright = "Copyright 2020, T. Huth.";
diff --git a/src/includes/version.h b/src/includes/version.h
index 34b50a60..25412f55 100644
--- a/src/includes/version.h
+++ b/src/includes/version.h
@@ -10,7 +10,7 @@
#else
# define CPU_CORE_NAME "(OldUAE CPU core)"
#endif
-//#define PROG_NAME "Hatari v2.3.0-devel (" __DATE__ ") " CPU_CORE_NAME
+//#define PROG_NAME "Hatari v2.3.1-devel (" __DATE__ ") " CPU_CORE_NAME
/* release */
-#define PROG_NAME "Hatari v2.3.0"
+#define PROG_NAME "Hatari v2.3.1"
--
2.20.1
--------------760F6FC16109316ADB81655B
Content-Type: text/x-patch; charset=UTF-8;
name="0001-RPM-spec-don-t-build-with-portmidi-as-its-support-is.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
filename*0="0001-RPM-spec-don-t-build-with-portmidi-as-its-support-is.pa";
filename*1="tch"