summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--notepadpp/debian/changelog14
-rw-r--r--xdgmenumaker/debian/xdgmenumaker_devuan.dsc2
2 files changed, 15 insertions, 1 deletions
diff --git a/notepadpp/debian/changelog b/notepadpp/debian/changelog
index 994d02a..f77c899 100644
--- a/notepadpp/debian/changelog
+++ b/notepadpp/debian/changelog
@@ -1,3 +1,17 @@
+notepadpp (7.8.5-1+devuan) obs; urgency=medium
+
+ - Bug-fixes and enhancements
+ * Fix "Monitoring" not detecting all file changes issue.
+ * Fix auto-updater disabling not working regression.
+ * Fix Notepad++ doesn't exit correctly while Windows 10 update restart.
+ * Make Count command in Find dialog respect Backward-direction and Wrap-around options.
+ * Make Find dialog remember its position across runs.
+ * Add the document size column to the Windows Selection dialog.
+ * Make "View Current File in(browser)" commands macro recordable.
+ * Add external sound control capability for unsuccessful search (in Find dialog) bell.
+
+ -- Ben Stack <bgstack15@gmail.com> Mon, 09 Mar 2020 09:29:37 -0400
+
notepadpp (7.8.4-1+devuan) obs; urgency=medium
- Bug-fixes
diff --git a/xdgmenumaker/debian/xdgmenumaker_devuan.dsc b/xdgmenumaker/debian/xdgmenumaker_devuan.dsc
index cda44b4..de1eb65 100644
--- a/xdgmenumaker/debian/xdgmenumaker_devuan.dsc
+++ b/xdgmenumaker/debian/xdgmenumaker_devuan.dsc
@@ -2,7 +2,7 @@ Format: 3.0 (quilt)
Source: xdgmenumaker
Binary: xdgmenumaker
Architecture: any
-Version: 1.5-4+devuan
+Version: 1.5-5+devuan
Maintainer: B Stack <bgstack15@gmail.com>
Homepage: https://github.com/gapan/xdgmenumaker
Standards-Version: 4.1.4
bgstack15