summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--notepadpp/README.md2
-rw-r--r--notepadpp/debian/changelog28
-rw-r--r--scite-fedora/README.md4
-rw-r--r--scite-fedora/scite.spec5
4 files changed, 35 insertions, 4 deletions
diff --git a/notepadpp/README.md b/notepadpp/README.md
index 46e898f..0dbcf92 100644
--- a/notepadpp/README.md
+++ b/notepadpp/README.md
@@ -12,7 +12,7 @@ Package `notepadqq` does not accomplish the same effect I wanted.
## Reverse dependency matrix
Distro | notepadpp version
---------- | ----------------
-Devuan | 7.8.3
+Devuan | 8.1.5
## Additional info
diff --git a/notepadpp/debian/changelog b/notepadpp/debian/changelog
index 261e693..b6f5fe0 100644
--- a/notepadpp/debian/changelog
+++ b/notepadpp/debian/changelog
@@ -1,3 +1,31 @@
+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
+ #10567)
+ * 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
+ instead of "Cancel". (Fix #10339)
+ * 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.
+ (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
+ add new styles. (Fix #10425)
+ * 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
+ 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
- Bug-fixes and improvement:
diff --git a/scite-fedora/README.md b/scite-fedora/README.md
index 277d8a7..853489a 100644
--- a/scite-fedora/README.md
+++ b/scite-fedora/README.md
@@ -9,8 +9,8 @@ Distro | scite version
---------- | ---------------
CentOS 6 | 3.7.6
CentOS 7 | 3.7.6
-CentOS 8 | 5.1.0
-Fedora 33 | 5.1.0
+CentOS 8 | 5.1.3
+Fedora 33 | 5.1.3
# References
void linux [scite](https://github.com/void-linux/void-packages/blob/master/srcpkgs/scite/template) package guided me at version 5.0.1.
diff --git a/scite-fedora/scite.spec b/scite-fedora/scite.spec
index 1dff264..fa67b39 100644
--- a/scite-fedora/scite.spec
+++ b/scite-fedora/scite.spec
@@ -1,5 +1,5 @@
# el is on 3.x, fc is on 5.x
-%global pkgversion 5.1.1
+%global pkgversion 5.1.3
%define tarballversion %( echo %pkgversion | tr -d '.' )
%define scl_env %{nil}
@@ -109,6 +109,9 @@ desktop-file-install --delete-original \
%{_libdir}/*
%changelog
+* Thu Sep 30 2021 B. Stack <bgstack15@gmail.com> - 5.1.3-1/3.7.6-1
+- Update version
+
* Wed Jul 28 2021 B. Stack <bgstack15@gmail.com> - 5.1.1-1/3.7.6-1
- Update version
bgstack15