summaryrefslogtreecommitdiff
path: root/scite/debian
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-05-31 10:40:56 -0400
committerB. Stack <bgstack15@gmail.com>2022-05-31 10:40:56 -0400
commit5d5c8fc0cac5cff0a94600a8ee8b3e1b8933fa85 (patch)
tree449af1a4cb77beb5fc87dd942042d269d2bb5c91 /scite/debian
parentMerge branch 'freefilesync-bump' into 'master' (diff)
downloadstackrpms-5d5c8fc0cac5cff0a94600a8ee8b3e1b8933fa85.tar.gz
stackrpms-5d5c8fc0cac5cff0a94600a8ee8b3e1b8933fa85.tar.bz2
stackrpms-5d5c8fc0cac5cff0a94600a8ee8b3e1b8933fa85.zip
scite 5.2.3 rc1
Diffstat (limited to 'scite/debian')
-rw-r--r--scite/debian/changelog11
-rw-r--r--scite/debian/scite+devuan.dsc2
2 files changed, 10 insertions, 3 deletions
diff --git a/scite/debian/changelog b/scite/debian/changelog
index 9ff6ecc..fc5ebf7 100644
--- a/scite/debian/changelog
+++ b/scite/debian/changelog
@@ -1,9 +1,16 @@
-scite (5.2.2-2+devuan) obs; urgency=medium
+scite (5.2.3-1+devuan) obs; urgency=medium
* Add stackrpms lua script and customized global.properties
* Use lua 5.4.4
- -- B. Stack <bgstack15@gmail.com> Mon, 04 Apr 2022 09:51:24 -0400
+ -- B. Stack <bgstack15@gmail.com> Tue, 31 May 2022 10:31:51 -0400
+
+scite (5.2.3-1) unstable; urgency=medium
+
+ * New upstream version 5.2.3
+ - Fixes scrolllbars not being updated properly (Closes: #857540)
+
+ -- Andreas Rönnquist <gusnan@debian.org> Sun, 22 May 2022 12:49:35 +0200
scite (5.2.2-1) unstable; urgency=medium
diff --git a/scite/debian/scite+devuan.dsc b/scite/debian/scite+devuan.dsc
index 3586cb2..8bb7a97 100644
--- a/scite/debian/scite+devuan.dsc
+++ b/scite/debian/scite+devuan.dsc
@@ -2,7 +2,7 @@ Format: 3.0 (quilt)
Source: scite
Binary: scite
Architecture: any
-Version: 5.2.2-2+devuan
+Version: 5.2.3-1+devuan
Maintainer: B. Stack <bgstack15@gmail.com>
Homepage: https://scintilla.org/SciTE.html
Standards-Version: 4.6.0.1
bgstack15