summaryrefslogtreecommitdiff
path: root/notepadpp
diff options
context:
space:
mode:
Diffstat (limited to 'notepadpp')
-rw-r--r--notepadpp/debian/changelog79
1 files changed, 77 insertions, 2 deletions
diff --git a/notepadpp/debian/changelog b/notepadpp/debian/changelog
index c2a4664..d95724f 100644
--- a/notepadpp/debian/changelog
+++ b/notepadpp/debian/changelog
@@ -1,4 +1,79 @@
-notepadpp (8.5.4-1+stackrpms) obs; urgency=medium
+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 <bgstack15@gmail.com> 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 <bgstack15@gmail.com> 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 <bgstack15@gmail.com> 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
@@ -27,7 +102,7 @@ notepadpp (8.5.4-1+stackrpms) obs; urgency=medium
* Fix tabContextMenu_example.xml not being deleted while
uninstallation. (Fix #13670)
- -- B. Stack <bgstack15@gmail.com> Tue, 20 Jun 2023 18:04:05 -0400
+ -- B. Stack <bgstack15@gmail.com> Sun, 08 Oct 2023 16:39:41 -0400
notepadpp (8.5.3-1+stackrpms) obs; urgency=medium
bgstack15