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 8c4acb09e9bf8dcff992f310664bf2690b72546c
Author: Kim Woelders <k...@woelders.dk>
AuthorDate: Thu Jul 13 08:43:12 2023 +0200

    1.0.28
---
 ChangeLog    | 34 ++++++++++++++++++++++++++++++++++
 configure.ac |  2 +-
 2 files changed, 35 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 6ad1d8b1..f7f50bf5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,38 @@
 
+e16 v1.0.28 - 2023-07-13
+------------------------
+- 1.0.28
+- Update po
+- Fix a couple of bugs in new quoting/comment handling
+- bindings: Handle quoting in AclassConfigLineParse()
+- ipc: Avoid potential crash in AclassConfigParseIpc()
+- Move some string handling functions around
+- eesh: Workaround problem with _FORTIFY_SOURCE=3
+- events: Fetch events also when blocked
+- events: Separate event fetching and processing
+- events: Change some variable names
+- eesh: Trivial cleanups
+- GSOD: Ungrab server before opening new connection
+- startup: Only repaint if animating
+- desks: Prevent nested desk switches
+- Revert "ewins: Remove redundant container window move"
+- menus: Expose option to show/hide menu icons in configuration dialog
+- e_gen_menu.pl: Fix for new IPC parser
+- Add missing include
+- cursors: Rework cursor creation
+- cursors: Mostly cosmetic function name changes
+- cursors: Mostly cosmetic adjustments around fore/background colors
+- extinitwin: Move null cursor definition to separate function
+- eimage: Split EImageDefineCursor
+- Some include tweaks
+- matches.cfg: Ignore virtualbox move requests
+- pagers: Avoid some overhead
+- Forgot some 2022
+- ewins: Tweak spurious MapRequest handling
+- ewins: Remove redundant container window move
+- memory.c: Consistently use EMALLOC()
+- focus: Keep focus when un-fullscreened
+
 e16 v1.0.27 - 2022-11-25
 ------------------------
 - 1.0.27
diff --git a/configure.ac b/configure.ac
index 10fb4879..5c7a107b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([e16],[1.0.27],[enlightenment-devel@lists.sourceforge.net])
+AC_INIT([e16],[1.0.28],[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.

Reply via email to