aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-10-09 17:57:05 -0400
committerB. Stack <bgstack15@gmail.com>2022-10-09 17:57:05 -0400
commita7738f4dc72c9445623cd6f5348d7a80d4e52690 (patch)
treeb336daf9b226783c39e6e985410cecf46484de3d /CHANGELOG
downloadfbxkb-a7738f4dc72c9445623cd6f5348d7a80d4e52690.tar.gz
fbxkb-a7738f4dc72c9445623cd6f5348d7a80d4e52690.tar.bz2
fbxkb-a7738f4dc72c9445623cd6f5348d7a80d4e52690.zip
initial commit, straight from apt-get source
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG29
1 files changed, 29 insertions, 0 deletions
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
bgstack15