From a7738f4dc72c9445623cd6f5348d7a80d4e52690 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Sun, 9 Oct 2022 17:57:05 -0400 Subject: initial commit, straight from apt-get source --- CHANGELOG | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 CHANGELOG (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000..97bba5a --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,29 @@ +0.6 +* Makefile does not include .svn in a tarball +* if xorg has no groups fbxkb creates fallback 'us' group to display +* some sanity checks +* code clean up +* 1-pixel border around a flag was removed + +0.5 +* fixed crash when there is no 'pc/pc' in description +* using X server description of the group if available + +0.4 +* Fixed Bugs + * 1048450 start up code issues + * 1048456 race condition when restarting + +0.3 +* New Features + * add right-click menu with 'exit' and 'about' options + +0.2 +* New Features + * removing _XKB_RULES_NAMES usage from code + * adding menu with country flags + +0.1 +* New Features + * initial code base + * submiting code to sf -- cgit