diff options
-rw-r--r-- | makemkv-bin/debian/changelog | 9 | ||||
-rw-r--r-- | makemkv-bin/debian/makemkv-bin+devuan.dsc | 2 | ||||
-rw-r--r-- | makemkv-bin/debian/settings.conf.example | 4 | ||||
-rw-r--r-- | makemkv-oss/debian/changelog | 9 | ||||
-rw-r--r-- | makemkv-oss/debian/makemkv-oss+devuan.dsc | 2 | ||||
-rw-r--r-- | makemkv/makemkv.spec | 8 | ||||
-rw-r--r-- | makemkv/settings.conf.example | 4 | ||||
-rw-r--r-- | notepadpp/debian/changelog | 44 |
8 files changed, 58 insertions, 24 deletions
diff --git a/makemkv-bin/debian/changelog b/makemkv-bin/debian/changelog index a250f93..4c1e4cd 100644 --- a/makemkv-bin/debian/changelog +++ b/makemkv-bin/debian/changelog @@ -1,3 +1,12 @@ +makemkv-bin (1.16.5-1+devuan) obs; urgency=low + + * Miscellaneous UI improvements + * WinCDArb update, fixes occasional "no optical drives" error + * LibMMBD stability improvements + * Many small bug-fixes + + -- B. Stack <bgstack15@gmail.com> Fri, 05 Nov 2021 09:27:31 -0400 + makemkv-bin (1.16.4-1+devuan) obs; urgency=low * Much better support for discs with Java playlist obfuscation diff --git a/makemkv-bin/debian/makemkv-bin+devuan.dsc b/makemkv-bin/debian/makemkv-bin+devuan.dsc index 977c8cc..0878e8e 100644 --- a/makemkv-bin/debian/makemkv-bin+devuan.dsc +++ b/makemkv-bin/debian/makemkv-bin+devuan.dsc @@ -2,7 +2,7 @@ Format: 3.0 (quilt) Source: makemkv-bin Binary: makemkv-bin Architecture: any -Version: 1.16.4-1+devuan +Version: 1.16.5-1+devuan Maintainer: B. Stack <bgstack15@gmail.com> Homepage: https://www.makemkv.com Standards-Version: 4.1.4 diff --git a/makemkv-bin/debian/settings.conf.example b/makemkv-bin/debian/settings.conf.example index f341676..14a017e 100644 --- a/makemkv-bin/debian/settings.conf.example +++ b/makemkv-bin/debian/settings.conf.example @@ -1,12 +1,12 @@ # # MakeMKV settings file, written by MakeMKV v1.16.3 linux(x64-release) -# suitable for version 1.16.4 as of 2021-07-08 +# suitable for version 1.16.5 as of 2021-11-05 # However, I think now as of 1.15.2, the application will work without this app_Key value; if app_Key is left undefined the application should work. app_DestinationDir = "" app_InterfaceLanguage = "eng" app_Java = "" -app_Key = "T-oDpQwQnTwMvNEFulk0bRciM7SWtVkY9ODCy8g8q1oHjUwZWkX0bkAPNZmCaKVNoWZv" +app_Key = "T-TwE7WcJc3CdIsCfVWztmTjeXqLsgGE8MApbZpXqf5ofCoKTw8qIcSBb71vQzrkZ0fW" app_PreferredLanguage = "eng" app_ccextractor = "" diff --git a/makemkv-oss/debian/changelog b/makemkv-oss/debian/changelog index 62e7bc6..fa4ca59 100644 --- a/makemkv-oss/debian/changelog +++ b/makemkv-oss/debian/changelog @@ -1,3 +1,12 @@ +makemkv-oss (1.16.5-1+devuan) obs; urgency=low + + * Miscellaneous UI improvements + * WinCDArb update, fixes occasional "no optical drives" error + * LibMMBD stability improvements + * Many small bug-fixes + + -- B. Stack <bgstack15@gmail.com> Fri, 05 Nov 2021 09:27:31 -0400 + makemkv-oss (1.16.4-1+devuan) obs; urgency=low * Much better support for discs with Java playlist obfuscation diff --git a/makemkv-oss/debian/makemkv-oss+devuan.dsc b/makemkv-oss/debian/makemkv-oss+devuan.dsc index 5a85acb..c38d491 100644 --- a/makemkv-oss/debian/makemkv-oss+devuan.dsc +++ b/makemkv-oss/debian/makemkv-oss+devuan.dsc @@ -2,7 +2,7 @@ Format: 3.0 (quilt) Source: makemkv-oss Binary: makemkv-oss Architecture: any -Version: 1.16.4-1+devuan +Version: 1.16.5-1+devuan Maintainer: B. Stack <bgstack15@gmail.com> Homepage: https://www.makemkv.com Standards-Version: 4.1.4 diff --git a/makemkv/makemkv.spec b/makemkv/makemkv.spec index 313a1eb..e42ee38 100644 --- a/makemkv/makemkv.spec +++ b/makemkv/makemkv.spec @@ -10,10 +10,11 @@ # on x86_64. %global _missing_build_ids_terminate_build 0 +%define debug_package %{nil} Summary: DVD and Blu-ray to MKV converter and network streamer Name: makemkv -Version: 1.16.4 +Version: 1.16.5 Release: 10%{?dist} License: GuinpinSoft inc and Mozilla Public License Version 1.1 and LGPLv2.1+ URL: http://www.%{name}.com/ @@ -140,6 +141,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_bindir}/makemkv %{_bindir}/makemkvcon %{_bindir}/sdftool +%{_bindir}/mmccextr %{_bindir}/%{name}-wrapper %{_datadir}/MakeMKV %if 0%{?fedora} @@ -152,6 +154,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_libdir}/libmmbd.so.0 %changelog +* Fri Nov 05 2021 B. Stack <bgstack15@gmail.com> - 1.16.5-10 +- Update +- Remove debug package + * Thu Jul 08 2021 B. Stack <bgstack15@gmail.com> - 1.16.4-10 - Update diff --git a/makemkv/settings.conf.example b/makemkv/settings.conf.example index f341676..14a017e 100644 --- a/makemkv/settings.conf.example +++ b/makemkv/settings.conf.example @@ -1,12 +1,12 @@ # # MakeMKV settings file, written by MakeMKV v1.16.3 linux(x64-release) -# suitable for version 1.16.4 as of 2021-07-08 +# suitable for version 1.16.5 as of 2021-11-05 # However, I think now as of 1.15.2, the application will work without this app_Key value; if app_Key is left undefined the application should work. app_DestinationDir = "" app_InterfaceLanguage = "eng" app_Java = "" -app_Key = "T-oDpQwQnTwMvNEFulk0bRciM7SWtVkY9ODCy8g8q1oHjUwZWkX0bkAPNZmCaKVNoWZv" +app_Key = "T-TwE7WcJc3CdIsCfVWztmTjeXqLsgGE8MApbZpXqf5ofCoKTw8qIcSBb71vQzrkZ0fW" app_PreferredLanguage = "eng" app_ccextractor = "" diff --git a/notepadpp/debian/changelog b/notepadpp/debian/changelog index 8989fcb..0c969e3 100644 --- a/notepadpp/debian/changelog +++ b/notepadpp/debian/changelog @@ -1,33 +1,43 @@ +notepadpp (8.1.9-1+devuan) obs; urgency=medium + + - Bug-fixes: + * Fix empty file with non-Unicode encoding cannot be saved issue. (Fix + #10699) + * Fix language list in Style Configurator not being reloaded issue. + (Fix #9512) + + -- B. Stack <bgstack15@gmail.com> Mon, 08 Nov 2021 11:05:45 -0500 + notepadpp (8.1.8-1+devuan) obs; urgency=medium - Bug-fixes and improvement, version 8.1.8: - * Fix config files (XML) saving performance regression. (Fix #10678, + * Fix config files (XML) saving performance regression. (Fix #10678, #10674) * Workaround Microsoft dark mode API bug of Windows 11. (Fix #10510) - Bug-fixes and improvement, version 8.1.7: * Fix empty file not being saved regression. (Fix #10667) - * Fix white flash in dark mode on CMD launch with position parameters. + * Fix white flash in dark mode on CMD launch with position parameters. (Fix #10657) - * Enhance dark themes for some programming languages (JSON, Python & + * Enhance dark themes for some programming languages (JSON, Python & Makefile). (Fix #10648) - * Fix "Run macro until the end of file" command skipping the last line + * Fix "Run macro until the end of file" command skipping the last line issue. (Fix #10441) * Fix tooltip layout and position in RTL mode. (Fix #10646) * Fix docking problem for dockable panel in RTL mode. (Fix #10641) - Bug-fixes and improvement, version 8.1.6: - * Fix NUL file-corruption issue after system shutting down brutally. + * Fix NUL file-corruption issue after system shutting down brutally. (Fix #6133) - * Fix session lost issue after MS update restarting Windows. (Fix + * Fix session lost issue after MS update restarting Windows. (Fix #10402) * Make Markdown UDL work in every dark theme. (Fix #10593) - * Fix file can be marked as saved even it's been deleted outside. (Fix + * Fix file can be marked as saved even it's been deleted outside. (Fix #10401) * Fix status bar text display glitchy in dark mode. (Fix #10564) * Fix white flash on Notepad++ startup in dark mode issue. (Fix #10601) * Fix docked window sizing direction problem in RTL mode. (Fix #10536) * Fix floating panel movement issue in RTL mode. (Fix #10579) * Fix Print GUI bug in Preferences dialog. (Fix #10552) - + -- B. Stack <bgstack15@gmail.com> Thu, 21 Oct 2021 13:31:39 -0400 notepadpp (8.1.5-1+devuan) obs; urgency=medium @@ -35,27 +45,27 @@ notepadpp (8.1.5-1+devuan) obs; urgency=medium - Bug-fixes and improvement: * Make Insert date time customizable. (Fix #10467) * Make date time order reversible for short & long format. (Fix #10445) - * Add Insert Date/Time commands shortcut & macro capacities. (Fix + * Add Insert Date/Time commands shortcut & macro capacities. (Fix #10567) - * Fix regression: no error message when locked file could not be saved + * Fix regression: no error message when locked file could not be saved - Show file locked warning now. (Fix #9994) - * Make "Confirm Save All" dialog more clear: use "Always Yes" button + * Make "Confirm Save All" dialog more clear: use "Always Yes" button instead of "Cancel". (Fix #10339) - * Improve JSON, PHP, PYTHON, CSS, BANNC and VHDL syntax highlighting in + * Improve JSON, PHP, PYTHON, CSS, BANNC and VHDL syntax highlighting in dark mode. (Fix #10502, #10425, commit) * Fix inconsistency of Document List context menu. (Fix #10463) - * Enable/disable ext column via Document list context menu directly. + * Enable/disable ext column via Document list context menu directly. (Fix #10468) * Add path column in Document list panel. (Fix #9679) * Allow custom color for Document Map. (Fix #10052) * Fix docked/float panels in RTL layout issue. (Fix #10488) - * Fix CSS pseudo-elements not recognized issue. Update CSS keywords and + * Fix CSS pseudo-elements not recognized issue. Update CSS keywords and add new styles. (Fix #10425) - * Fix issue that current directory not been applied after changing + * Fix issue that current directory not been applied after changing current directory option in preferences. (Fix #10396) - * Sort Default language combobox of "New Document" section in + * Sort Default language combobox of "New Document" section in Preferences. (Fix #10513) - + -- B. Stack <bgstack15@gmail.com> Thu, 30 Sep 2021 07:51:57 -0400 notepadpp (8.1.4-1+devuan) obs; urgency=medium |