Update ChangeLog and bump version

This commit is contained in:
rdanbrook 2021-08-25 22:38:08 -04:00
parent fecad6d8a5
commit 1ead1bde80
6 changed files with 29 additions and 6 deletions

View file

@ -1,3 +1,26 @@
----------------------------------------------------------------
1.51.1
----------------------------------------------------------------
Shell:
Changes:
- Unofficial support for macOS via homebrew
Fixes:
- FLTK: Better audio buffer management
- FLTK: Fix bug related to system-wide NstDatabase.xml loading
Core:
Additions:
- Mappers 162, 302, 554 (UNL-FS304, UNL-KS7057, UNL-KS7010)
- Add database entries for Micro Mages, Nong Chang Xiao Jing Ling
Fixes:
- Accuracy fix for MMC3 and MMC6 IRQ timing
- Accuracy fix for DMC DMA read conflicts
- Accuracy fix for CPU Exec Space PPUIO
----------------------------------------------------------------
1.51.0
----------------------------------------------------------------

View file

@ -2,7 +2,7 @@ dnl Initialise Autoconf
AC_PREREQ([2.69])
AC_INIT(
[nestopia],
[1.51.0])
[1.51.1])
AC_CONFIG_SRCDIR([source])
AC_LANG([C++])

View file

@ -55,7 +55,7 @@ void cli_show_usage() {
}
void cli_show_version() {
printf("Nestopia UE 1.51.0\n");
printf("Nestopia UE 1.51.1\n");
}
void cli_handle_command(int argc, char *argv[]) {

View file

@ -301,7 +301,7 @@ static void fltkui_about(Fl_Widget* w, void* userdata) {
Fl_Box text0(0, 144, 460, 24, "Nestopia UE");
text0.labelfont(FL_BOLD);
Fl_Box text1(0, 166, 460, 24, "1.51.0");
Fl_Box text1(0, 166, 460, 24, "1.51.1");
Fl_Box text2(0, 208, 460, 24, "Cycle-Accurate Nintendo Entertainment System Emulator");

View file

@ -56,7 +56,7 @@ namespace Nestopia
ibool About::OnInitDialog(Param&)
{
dialog.SetItemIcon( IDC_ABOUT_ICON, Application::Instance::GetIconStyle() == Application::Instance::ICONSTYLE_NES ? IDI_APP : IDI_APP_J );
dialog.Control( IDC_ABOUT_NAMEVERSION ).Text() << "Nestopia UE 1.51.0";
dialog.Control( IDC_ABOUT_NAMEVERSION ).Text() << "Nestopia UE 1.51.1";
return true;
}

View file

@ -372,7 +372,7 @@ CAPTION "About Nestopia"
FONT 8, "MS Shell Dlg", 400, 0, 1
{
GROUPBOX "", IDC_STATIC, 7, 7, 147, 141, 0, WS_EX_LEFT
LTEXT "Nestopia UE 1.51.0", IDC_ABOUT_NAMEVERSION, 47, 14, 63, 9, SS_LEFT, WS_EX_LEFT
LTEXT "Nestopia UE 1.51.1", IDC_ABOUT_NAMEVERSION, 47, 14, 63, 9, SS_LEFT, WS_EX_LEFT
ICON "", IDC_ABOUT_ICON, 70, 36, 21, 20, SS_ICON, WS_EX_LEFT
CTEXT "Copyright © 2003-2008 Martin Freij\nCopyright © 2012-2021 R. Danbrook\nCopyright © 2020-2021 Rupert Carmichael", IDC_STATIC, 12, 69, 139, 25, SS_CENTER, WS_EX_LEFT
LTEXT "Homepage", IDC_STATIC, 13, 124, 8, 1, SS_LEFT, WS_EX_LEFT
@ -1934,7 +1934,7 @@ VS_VERSION_INFO VERSIONINFO
VALUE "LegalCopyright", "Copyright © 2003-2008 Martin Freij"
VALUE "OriginalFilename", "English.nlg"
VALUE "ProductName", "Nestopia Language Plugin - English (US)"
VALUE "ProductVersion", "1.51.0"
VALUE "ProductVersion", "1.51.1"
}
}
BLOCK "VarFileInfo"