Commit Diff
Commit:
b3e0383ceb227dc0b891cb8e9482aa43f6b6cfe9
Date:
Sat Jul 2 13:11:42 2022
UTC
Message
+news
--- Makefile
+++ Makefile
@@ -41,6 +41,7 @@ DISTFILES = LICENSE \
DISTFILES = LICENSE \
Makefile \
+ NEWS \
configure \
configure.local.example \
mymenu.1 \
--- /dev/null
+++ NEWS
@@ -0,0 +1,7 @@
+This file lists the most important changes in mymenu.
+
+Changes in version 0.2, released on July 2, 2022.
+
+ * switch to Kristaps' oconfigure
+ * many improvements to the code
+ * xinerama and xft are now mandatory
Omar Polo