summaryrefslogtreecommitdiff
path: root/notepadpp
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-11-06 14:42:42 -0500
committerB. Stack <bgstack15@gmail.com>2023-11-06 14:42:42 -0500
commit4d7daa6559633288c59810d40d0335dd72e53a8a (patch)
treeae05fcb6fede5e53bc84c0c10ee9767db53e7b2d /notepadpp
parentffs: add wx exceptions to RealTimeSync too (diff)
downloadstackrpms-4d7daa6559633288c59810d40d0335dd72e53a8a.tar.gz
stackrpms-4d7daa6559633288c59810d40d0335dd72e53a8a.tar.bz2
stackrpms-4d7daa6559633288c59810d40d0335dd72e53a8a.zip
notepadpp 8.5.8
Diffstat (limited to 'notepadpp')
-rw-r--r--notepadpp/debian/changelog33
1 files changed, 33 insertions, 0 deletions
diff --git a/notepadpp/debian/changelog b/notepadpp/debian/changelog
index d95724f..65e3f3b 100644
--- a/notepadpp/debian/changelog
+++ b/notepadpp/debian/changelog
@@ -1,3 +1,36 @@
+notepadpp (8.5.8-1+stackrpms) obs; urgency=medium
+
+ * Fix "Clear Read-Only Flag" command not working immediately
+ regression. (Fix #14138)
+ * Fix saving files losing Alternate Data Stream issue. (Fix #1498,
+ #8451, #8013)
+ * Fix data loss issue due to no room on disk for saving. (Fix #5664,
+ #14089)
+ * Add Win10/Win11 Restart-application feature. (Fix #9722, #11721,
+ #11934)
+ * Fix user created session being modified behaviour on exit. (Implement
+ part 1, part 2, part 3)
+ * Improve document list display performance. (Fix #13479, #12632)
+ * Update Scintilla to v5.3.7 & Lexilla to v5.2.7. (Fix #13991, #14062)
+ * fix unwanted Afrikaans installer language issue. (Fix #3844, #7574)
+ * Fix a crash issue while reading settings from cloud. (Fix #14131)
+ * Fix security issue CVE-2022-31901. (Fix #13520)
+ * Enhance non-saved search text's persistence in Find dialog combobox
+ while pressing arrow key. (Fix #14174)
+ * Make auto-checking of Find InSelection configurable (resizable & can
+ be disabled). (Fix #14108, #13677, #12639)
+ * Perl enhancement: Update Stylers & the keywords for Perl v5.38. (Fix
+ #14192)
+ * Fix "Single Line Uncomment" uncommenting an extra line issue. (Fix
+ #12829)
+ * Fix "Next Bookmark" command not resetting current column issue. (Fix
+ #14137)
+ * Allow menu command Window->Windows to be assigned a shortcut. (Fix
+ #14179)
+ * Fix wrong categories in Shortcuts Mapper. (Fix #13285)
+
+ -- B. Stack <bgstack15@gmail.com> Mon, 06 Nov 2023 13:31:47 -0500
+
notepadpp (8.5.7-1+stackrpms) obs; urgency=medium
* Fix 4 security issues CVE-2023-40031, CVE-2023-40036, CVE-2023-40164
bgstack15