mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
Jump to version 2022.08.0
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
0.84.2
|
||||
2022.08.0
|
||||
- Switched to year.month.patch versioning (Jookia)
|
||||
- Fix ISO image format detection to support pure
|
||||
UDF formatted images, meaning that the image
|
||||
lacks any ISO 9660 features and contains only
|
||||
|
@@ -1,5 +1,5 @@
|
||||
dnl Init.
|
||||
AC_INIT(dosbox-x,0.84.2,[https://github.com/joncampbell123/dosbox-x/issues],[],[https://dosbox-x.com])
|
||||
AC_INIT(dosbox-x,2022.08.0,[https://github.com/joncampbell123/dosbox-x/issues],[],[https://dosbox-x.com])
|
||||
AC_PREREQ(2.60)
|
||||
AC_CONFIG_SRCDIR(README.md)
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
:DOSBOX-X:LANGUAGE:English (United States)
|
||||
:DOSBOX-X:CODEPAGE:437
|
||||
:DOSBOX-X:VERSION:0.84.2
|
||||
:DOSBOX-X:VERSION:2022.08.0
|
||||
:DOSBOX-X:REMARK:
|
||||
:AUTOEXEC_CONFIGFILE_HELP
|
||||
Lines in this section will be run at startup.
|
||||
|
@@ -1,6 +1,6 @@
|
||||
:DOSBOX-X:LANGUAGE:Spanish (Spain)
|
||||
:DOSBOX-X:CODEPAGE:858
|
||||
:DOSBOX-X:VERSION:0.84.2
|
||||
:DOSBOX-X:VERSION:2022.08.0
|
||||
:DOSBOX-X:REMARK:
|
||||
:AUTOEXEC_CONFIGFILE_HELP
|
||||
Las líneas de esta sección se iniciarán al inicio.
|
||||
|
@@ -1,6 +1,6 @@
|
||||
:DOSBOX-X:LANGUAGE:French (France)
|
||||
:DOSBOX-X:CODEPAGE:859
|
||||
:DOSBOX-X:VERSION:0.84.2
|
||||
:DOSBOX-X:VERSION:2022.08.0
|
||||
:DOSBOX-X:REMARK:
|
||||
:AUTOEXEC_CONFIGFILE_HELP
|
||||
Les lignes de cette section seront exécutées au démarrage.
|
||||
|
@@ -1,6 +1,6 @@
|
||||
:DOSBOX-X:LANGUAGE:Japanese
|
||||
:DOSBOX-X:CODEPAGE:932
|
||||
:DOSBOX-X:VERSION:0.84.2
|
||||
:DOSBOX-X:VERSION:2022.08.0
|
||||
:DOSBOX-X:REMARK:PC-98, JEGA, DOS/V エミュレーション、または とコード ページ 932 の日本語フォントを使用して、日本語の表示と印刷を直接サポートします
|
||||
:AUTOEXEC_CONFIGFILE_HELP
|
||||
このセクションに記載の行は起動時に実行されます。
|
||||
|
@@ -1,6 +1,6 @@
|
||||
:DOSBOX-X:LANGUAGE:Korean
|
||||
:DOSBOX-X:CODEPAGE:949
|
||||
:DOSBOX-X:VERSION:0.84.2
|
||||
:DOSBOX-X:VERSION:2022.08.0
|
||||
:DOSBOX-X:REMARK:DOS/V 에뮬레이션 또는 코드 페이지 949의 한국어 글꼴을 사용하여 한국어 표시 및 인쇄를 직접 지원합니다.
|
||||
:AUTOEXEC_CONFIGFILE_HELP
|
||||
이 섹션에 나열된 줄은 시작할 때 실행됩니다.
|
||||
|
@@ -1,6 +1,6 @@
|
||||
:DOSBOX-X:LANGUAGE:Portuguese (Brazil)
|
||||
:DOSBOX-X:CODEPAGE:860
|
||||
:DOSBOX-X:VERSION:0.84.2
|
||||
:DOSBOX-X:VERSION:2022.08.0
|
||||
:DOSBOX-X:REMARK:
|
||||
:AUTOEXEC_CONFIGFILE_HELP
|
||||
As linhas nesta seção serão sempre executadas ao se iniciar o DOSBox-X.
|
||||
|
@@ -1,6 +1,6 @@
|
||||
:DOSBOX-X:LANGUAGE:Turkish (Turkey)
|
||||
:DOSBOX-X:CODEPAGE:857
|
||||
:DOSBOX-X:VERSION:0.84.2
|
||||
:DOSBOX-X:VERSION:2022.08.0
|
||||
:DOSBOX-X:REMARK:
|
||||
:AUTOEXEC_CONFIGFILE_HELP
|
||||
Lines in this section will be run at startup.
|
||||
|
@@ -1,6 +1,6 @@
|
||||
:DOSBOX-X:LANGUAGE:Simplified Chinese
|
||||
:DOSBOX-X:CODEPAGE:936
|
||||
:DOSBOX-X:VERSION:0.84.2
|
||||
:DOSBOX-X:VERSION:2022.08.0
|
||||
:DOSBOX-X:REMARK:建议将国家和代码页设为 86,936 并搭配中文字体; 或使用 chs 或 cn 中文 DOS/V 模式以直接支持中文显示和打印
|
||||
:AUTOEXEC_CONFIGFILE_HELP
|
||||
Lines in this section will be run at startup.
|
||||
|
@@ -1,6 +1,6 @@
|
||||
:DOSBOX-X:LANGUAGE:Traditional Chinese
|
||||
:DOSBOX-X:CODEPAGE:950
|
||||
:DOSBOX-X:VERSION:0.84.2
|
||||
:DOSBOX-X:VERSION:2022.08.0
|
||||
:DOSBOX-X:REMARK:建議將國家和字碼頁設為 886,950 並搭配中文字型; 或使用 cht 或 tw 中文 DOS/V 模式以直接支援中文顯示和列印
|
||||
:AUTOEXEC_CONFIGFILE_HELP
|
||||
段落中的指令行會在啟動時執行.
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#define MyAppName "DOSBox-X"
|
||||
#define MyAppVersion "0.84.2"
|
||||
#define MyAppVersion "2022.08.0"
|
||||
#define MyAppBit "(32-bit)"
|
||||
#define MyAppPublisher "joncampbell123 [DOSBox-X Team]"
|
||||
#define MyAppURL "https://dosbox-x.com/"
|
||||
|
@@ -1,4 +1,4 @@
|
||||
# This is the configuration file for DOSBox-X 0.84.2. (Please use the latest version of DOSBox-X)
|
||||
# This is the configuration file for DOSBox-X 2022.08.0. (Please use the latest version of DOSBox-X)
|
||||
# Lines starting with a # are comment lines and are ignored by DOSBox-X.
|
||||
# They are used to (briefly) document the effect of each option.
|
||||
# To write out ALL options, use command 'config -all' with -wc or -writeconf options.
|
||||
|
@@ -1,4 +1,4 @@
|
||||
# This is the configuration file for DOSBox-X 0.84.2. (Please use the latest version of DOSBox-X)
|
||||
# This is the configuration file for DOSBox-X 2022.08.0. (Please use the latest version of DOSBox-X)
|
||||
# Lines starting with a # are comment lines and are ignored by DOSBox-X.
|
||||
# They are used to (briefly) document the effect of each option.
|
||||
# To write out ALL options, use command 'config -all' with -wc or -writeconf options.
|
||||
|
@@ -1,4 +1,4 @@
|
||||
# This is the configuration file for DOSBox-X 0.84.2. (Please use the latest version of DOSBox-X)
|
||||
# This is the configuration file for DOSBox-X 2022.08.0. (Please use the latest version of DOSBox-X)
|
||||
# Lines starting with a # are comment lines and are ignored by DOSBox-X.
|
||||
# They are used to (briefly) document the effect of each option.
|
||||
# To write out ALL options, use command 'config -all' with -wc or -writeconf options.
|
||||
|
@@ -3,7 +3,7 @@
|
||||
#include "../include/resource.h"
|
||||
#include "../vs/config_package.h"
|
||||
|
||||
#define VERSION_NUMBER 0,84,2,0
|
||||
#define VERSION_NUMBER 2022,08,0,0
|
||||
|
||||
// icon resource
|
||||
dosbox_ico ICON "../contrib/icons/dosbox-x.ico"
|
||||
|
@@ -1,8 +1,8 @@
|
||||
#define PACKAGE "dosbox-x"
|
||||
#define PACKAGE_BUGREPORT "https://github.com/joncampbell123/dosbox-x/issues"
|
||||
#define PACKAGE_NAME "dosbox-x"
|
||||
#define PACKAGE_STRING "dosbox-x 0.84.2"
|
||||
#define PACKAGE_STRING "dosbox-x 2022.08.0"
|
||||
#define PACKAGE_TARNAME "dosbox-x"
|
||||
#define PACKAGE_URL "https://dosbox-x.com"
|
||||
#define PACKAGE_VERSION "0.84.2"
|
||||
#define VERSION "0.84.2"
|
||||
#define PACKAGE_VERSION "2022.08.0"
|
||||
#define VERSION "2022.08.0"
|
||||
|
Reference in New Issue
Block a user