This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository e16-epplets.
View the commit online.
commit c909575daf320769ad92d62428fe40f7b198524c
Author: Kim Woelders <[email protected]>
AuthorDate: Sun Feb 1 14:13:51 2026 +0100
Version 0.18
---
ChangeLog | 37 +++++++++++++++++++++++++++++++++++++
configure.ac | 2 +-
2 files changed, 38 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 18135da..25d8bb9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,40 @@
+v0.18.0 - 2026-02-01
+--------------------
+Andrew Savchenko (1):
+ Include <sys/select.h> for fd_set
+
+Kim Woelders (30):
+ api.c: Avoid graphics exposure events
+ Change Epplet_send_ipc() to printf() style
+ E-Slides: Use non-deprecated IPC commands
+ Add date and git tag (if built from git checkout) to rpm file name
+ Change formatting style
+ api: Introduce Epplet_wc_callback_t
+ E-Exec.c: Cosmetics
+ autofoo: Rework git tag/release stuff
+ autofoo: Drop pkg_revision, cleanups
+ spec file: Drop ancient obsoletes
+ api: Use InputOnly window for comms
+ api: Simplify Estrdup()
+ api: Eliminate redundant dd
+ api: Enable launching epplets into window mode e16
+ api: Cosmetics
+ api: Move comms stuff to separate file
+ comms: Refactor atom handling code
+ comms: Some trivial changes
+ comms: Simplify _CommsFindCommsWindow()
+ Spec file: Set high rpm release number for non-release rpms
+ E-Slides: Cosmetics
+ E-Slides: Fix potential segv
+ spec file: Put devel stuff in devel package
+ Fix gcc15 warnings
+ Fix a couple of warnings when using libgtop
+ Fix warning
+ api: Fix some Fix constness warnings
+ api: Fix memory leak in Epplet_bind_double_GL()
+ E-Slides: Fix memory leak
+ Version 0.18
+
v0.17.0 - 2022-01-18
--------------------
Kim Woelders (37):
diff --git a/configure.ac b/configure.ac
index 7610a43..8320393 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([e16-epplets],[0.17],[[email protected]])
+AC_INIT([e16-epplets],[0.18],[[email protected]])
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.