From 6aaa0a3621d0e3c19e856c1cf8abe5d3a1888766 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Sun, 8 Oct 2023 18:21:34 -0400 Subject: notepadpp 8.5.7 --- notepadpp/debian/changelog | 106 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 106 insertions(+) (limited to 'notepadpp') diff --git a/notepadpp/debian/changelog b/notepadpp/debian/changelog index b24764f..d95724f 100644 --- a/notepadpp/debian/changelog +++ b/notepadpp/debian/changelog @@ -1,3 +1,109 @@ +notepadpp (8.5.7-1+stackrpms) obs; urgency=medium + + * Fix 4 security issues CVE-2023-40031, CVE-2023-40036, CVE-2023-40164 + & CVE-2023-40166. (Fix #14073) + * Security enhancement: Sign uninstall.exe. (Fix #14099) + * Change the slogan in installer. (Fix #14052) + * Fix eventual memory leak while reading Utf8-16 files. (Fix #4120, + #5806, #4443) + * Fix dragging tab performance issue while Document List is displayed. + (Fix #13479, #12632) + * Add suppress 2GB file warning option for x64. (Fix #14055) + * Fix cloned document disassociated issue after Notepad++ being + relaunched. (Fix #10266) + * Fix session file saving problem if it's read-only. (Fix #14024, + #13894, #13859) + * Fix activating wrong file(s) issue after loading session file. (Fix + #14006) + * Fix product version value displayed in file's properties. (Fix + #14010, #11886, #11431) + + -- B. Stack Sun, 08 Oct 2023 16:41:41 -0400 + +notepadpp (8.5.6-1+stackrpms) UNRELEASED; urgency=medium + + * Fix plugin crash regression due to CET enhancement. (Fix regression + due to CET) + * Add new API: indicator allocation for plugins. (Fix #5744) + * Fix hide lines merging to avoid merging across a visible line. (Fix + #12844) + * Fix "Clear Change History" issue: cloned document markers are not + cleared. (Fix #13877) + + -- B. Stack Sun, 08 Oct 2023 16:40:47 -0400 + +notepadpp (8.5.5-1+stackrpms) UNRELEASED; urgency=medium + + * Update to Scintilla 5.3.6 and Lexilla 5.2.6 (Implement #13940, fix + #4741, #13901, #13943, #13911) + * Add change history navigation commands: Go to next/prev change & + Clear change history. (Fix #12248) + * Fix Change History incorrect display after "Reload from Disk" + command. (Fix #12319, #12261, #13735) + * Remember through sessions the directory of "Remember last used + directory". (Fix #11326, #10901, #4961, #4119) + * Fix regression of double clicking on find result not going to the + document. (Fix #13636) + * Fix regression of opening file rejection if file name contains dot at + the end. (Fix #12849) + * Fix error message of opening file with '=' as end of file name. (Fix + #13344) + * Fix menu Tools contains 2 SHA-256 item while using localization. (Fix + #13797) + * Fix SHA-1 hash result wrong length bug while "Treat each line as a + separate string" enabled. (Fix #13812) + * Add SHA-512 hash features (Fix #13805) + * Fix normal.xml for Normal text auto-completion not working issue. + (Fix #12325) + * Fix Korean IME append file extension issue in save dialog. (Fix + #11582, #12225, #12366) + * Make find/replace in files result more accurate while used RegExpr is + invalid. (Fix #13164) + * Fix Project panel's inaccurate initialized path in save dialog. (Fix + #13086) + * Fix wrong syntax highlighting of URLs with quotes in JSON. (Fix + #13522) + * Fix Clipboard History panel shows corrupted data issue. (Fix #13817, + #13844) + * Improve lines sorting memory consumption. (Fix #10435) + * Enhance "Add new document at startup": add new document only when the + session is remembered. (Fix #13796) + * Enhance "Convert case to Proper Case" command: fix the error + conversion after quote. + + -- B. Stack Sun, 08 Oct 2023 16:40:09 -0400 + +notepadpp (8.5.4-1+stackrpms) UNRELEASED; urgency=medium + + * Fix macro recording regression on Unicode character. (Fix #13757) + * Fix regression of defective detection for file read-only attribute + removal via Explorer. (Fix #13742) + * Fix opening multi-files on multi-instance mode regression. (Fix #36, + #13778) + * Update: Scintilla 5.3.5 Lexilla 5.2.5. (Implement #13729) + * Fix Notepad++ hanging issue running macro to EOF. (Fix #13342) + * Fix EOL symbol color/appearence being reset issue while changing + encoding. (Fix #13728) + * Enable code folding in Assembly source files. (Fix #13758, #9888) + * Fix document language not remembered through sessions issue. (Fix + #13743) + * Add SHA-1 hash features. (Fix #13791) + * Add "open new blank document in addition on startup" ability. (Fix + #11134, #9535, #5527) + * Fix lexer plugin is sorted unconventionally in language menu issue + (Fix #9516) + * Add message NPPM_DARKMODESUBCLASSANDTHEME to allow plugin to use + generic dark mode. (Fix #13574) + * Add the ability to close multiple files without saving in Document + list. (Fix #13768, #13178) + * Several GUI Enhancements. (Fix #13764, #10349, #8109, #13703, #13701, + #13686, #13665, #13657, #13676, #13667, #13624, #13622) + * Fix error message on uninstallation. (Implement #13653) + * Fix tabContextMenu_example.xml not being deleted while + uninstallation. (Fix #13670) + + -- B. Stack Sun, 08 Oct 2023 16:39:41 -0400 + notepadpp (8.5.3-1+stackrpms) obs; urgency=medium * Fix session file data loss issue. (Fix #13514) -- cgit