This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository e16.
View the commit online.
commit b7e7f620853e9a9329cfcd51e3f4ed24357a1f5e
Author: Kim Woelders <k...@woelders.dk>
AuthorDate: Mon Oct 24 08:15:27 2022 +0200
1.0.26
---
ChangeLog | 20 ++++++++++++++++++++
configure.ac | 2 +-
2 files changed, 21 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 93d5593f..a0859b23 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,24 @@
+e16 v1.0.26 - 2022-10-24
+------------------------
+- 1.0.26
+- Update po
+- autofoo: Rework git tag/release stuff
+- autofoo: Fix incorrect handling of no-container option
+- Handle quoting in StrlistDecodeEscaped()
+- eesh: Improve argument passing
+- Portuguese translation update (Hugo Carvalho)
+- Fix some clang-analyzer complaints
+- autofoo: Drop pkg_revision some more
+- edge: Prevent pointer click and motion events propagating to root
+- edge: Refactor window creation
+- edge: Cosmetics
+- events: Discard all but last reparent event in queue for window
+- events: Trivial cleanup
+- menus: Fix potential crash
+- autofoo: Drop pkg_revision
+- French translation update (Philippe J. Guillaumie)
+
e16 v1.0.25 - 2022-06-13
------------------------
- 1.0.25
diff --git a/configure.ac b/configure.ac
index 2d010824..30ffe428 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([e16],[1.0.25],[enlightenment-devel@lists.sourceforge.net])
+AC_INIT([e16],[1.0.26],[enlightenment-devel@lists.sourceforge.net])
AM_INIT_AUTOMAKE([foreign dist-xz])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.