summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Udaltsov <svu@gnome.org>2004-12-08 19:02:51 +0000
committerSergey Udaltsov <svu@gnome.org>2004-12-08 19:02:51 +0000
commit69f5dff5454e415c5d180d9f380ff742604a59c0 (patch)
treece8bdb877fefc146f4fd1e89b6fc87208e25e485
parentae44233612221d40761036bfae6f37cc2dbb96d3 (diff)
downloadlibxklavier-69f5dff5454e415c5d180d9f380ff742604a59c0.tar.gz
preparing 1.13v.1.13
-rw-r--r--ChangeLog6
-rw-r--r--NEWS2
-rw-r--r--RELEASE_NOTES_0_325
-rw-r--r--RELEASE_NOTES_0_411
-rw-r--r--RELEASE_NOTES_0_57
-rw-r--r--RELEASE_NOTES_0_67
-rw-r--r--RELEASE_NOTES_0_73
-rw-r--r--RELEASE_NOTES_0_81
-rw-r--r--RELEASE_NOTES_0_901
-rw-r--r--RELEASE_NOTES_0_952
-rw-r--r--RELEASE_NOTES_0_966
-rw-r--r--RELEASE_NOTES_0_973
-rw-r--r--RELEASE_NOTES_1_001
-rw-r--r--configure.in2
14 files changed, 7 insertions, 70 deletions
diff --git a/ChangeLog b/ChangeLog
index 58898d1..b961d41 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-12-08 18:30 svu
+
+ * configure.in, NEWS: Preparing 1.13
+
2004-12-07 01:30 svu
* libxklavier, tests: introducing XklGetMaxNumGroups.
@@ -40,8 +44,6 @@
2004-11-04 19:00 svu
* libxklavier/Makefile.am,
-
- * libxklavier/Makefile.am,
libxklavier/xklavier.c,
libxklavier/xklavier_config_xkb.c,
libxklavier/xklavier_config_xmm.c,
diff --git a/NEWS b/NEWS
index 9c1ead9..8a728e6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+1.13 Some build process cleanup and fixes. One more "virtual function"
+ introduced.
1.12 First version with real xmodmap support. Sure, bugs are possible.
I did it again - broke API. Really hope no API changes in 1.1x
series any more.
diff --git a/RELEASE_NOTES_0_3 b/RELEASE_NOTES_0_3
deleted file mode 100644
index 046dd61..0000000
--- a/RELEASE_NOTES_0_3
+++ /dev/null
@@ -1,25 +0,0 @@
-The third development release of libxklavier XKB utility library.
-
-Now libxklavier is in a nearly "feature freeze"/"API freeze" state till 1.0
-release.
-
-Since the only using it application (gswitchit toolkit) is going to have
-massive architectural changes associated with porting to GNOME 2 platform, no
-major changes are planned for the nearest future. Sure, if anyone would be
-interested in adding something useful...
-
-This version adds some extra configuration handling sugar. Now an application
-can backup and restore XKB configuration using X root window's properties in a
-generic way. The standard way X Window is doing this (in "_XKB_RULES_NAMES"
-property only) is not generic enough. Now an application can be sure that the
-property "_XKB_RULES_NAMES_BACKUP" contains the original XKB configuration,
-straight from XF86Config (taking that XklBackupNamesProp is called properly).
-Also, any arbitrary property can be used to keep XKB configuration - if
-necessary.
-
-About the deadlines. I think 1.0 is not going to be released before the
-XFree86 version which would incorporate multiple layouts, XML-based
-configuration registry (now in xfree86_xkb_xml). Only after that great event,
-some testing and user feedback, the world will hopefully see libxklavier 1.0.
-
-Some fixes for the latest gcc/autoconf/automake were done too.
diff --git a/RELEASE_NOTES_0_4 b/RELEASE_NOTES_0_4
deleted file mode 100644
index 4f370f1..0000000
--- a/RELEASE_NOTES_0_4
+++ /dev/null
@@ -1,11 +0,0 @@
-The forth development release of libxklavier XKB utility library.
-
-Libxklavier is in a nearly "feature freeze"/"API freeze" state till 1.0
-release (not earlier than XFree86 4.3.0 release).
-
-This maintenance release fixes one major bag (which could cause some crashes)
-and one possible memory leak. Also, some code/headers reorganization was
-done - all the header files include all the necessary system headers
-(X11/X???.h) themselves.
-
-Users of libxklavier 0.3 are strongly advised to upgrade.
diff --git a/RELEASE_NOTES_0_5 b/RELEASE_NOTES_0_5
deleted file mode 100644
index f9dbea0..0000000
--- a/RELEASE_NOTES_0_5
+++ /dev/null
@@ -1,7 +0,0 @@
-The maintenance/bugfix release of libxklavier XKB utility library.
-
-- Some minor API/ABI changes (sorry for new .so version). In particular, ability to use custom logging callback.
-
-- Usage of pkgconfig (libxklavier.pc created)
-
-- Little fixes and polishing (related to GSwitchIt applet reincarnation as a shared library)
diff --git a/RELEASE_NOTES_0_6 b/RELEASE_NOTES_0_6
deleted file mode 100644
index 1caa0ba..0000000
--- a/RELEASE_NOTES_0_6
+++ /dev/null
@@ -1,7 +0,0 @@
-Some big big changes in API:
-
-- Handling of secondary groups
-
-- Support for XKB keyboard description patching
-
-- Fixes in root window's _XKB_RF_NAMES_PROP_ATOM property handling
diff --git a/RELEASE_NOTES_0_7 b/RELEASE_NOTES_0_7
deleted file mode 100644
index 95f7f45..0000000
--- a/RELEASE_NOTES_0_7
+++ /dev/null
@@ -1,3 +0,0 @@
-Major change: support for XFree 4.3.0 and multiple layouts
-
-Minor changes: API improvements, bug fixes
diff --git a/RELEASE_NOTES_0_8 b/RELEASE_NOTES_0_8
deleted file mode 100644
index 6c9b0c8..0000000
--- a/RELEASE_NOTES_0_8
+++ /dev/null
@@ -1 +0,0 @@
-Minor changes: secondary layout bugfixes, more versatile error processing in configuration activation
diff --git a/RELEASE_NOTES_0_90 b/RELEASE_NOTES_0_90
deleted file mode 100644
index 0ff523e..0000000
--- a/RELEASE_NOTES_0_90
+++ /dev/null
@@ -1 +0,0 @@
-This release is devoted to bugfixing. Some memory problems, fixed compatibility with setxkmap, a bit of optimization (in atom handling)
diff --git a/RELEASE_NOTES_0_95 b/RELEASE_NOTES_0_95
deleted file mode 100644
index 4b5e1a4..0000000
--- a/RELEASE_NOTES_0_95
+++ /dev/null
@@ -1,2 +0,0 @@
-This is the first release in the preparation for the inclusion of the
-gswitchit into GNOME 2.6. Also, a lot of fixes in the callback management.
diff --git a/RELEASE_NOTES_0_96 b/RELEASE_NOTES_0_96
deleted file mode 100644
index 3cb1ac0..0000000
--- a/RELEASE_NOTES_0_96
+++ /dev/null
@@ -1,6 +0,0 @@
-"Аленушка"
-Mostly bugfix release.
-Some compile-time bugfixes (including related to portability),
-some minor runtime logic bugfixes.
-Better doxygen handling at build time.
-xfree86.xml is now in CVS so the whole thing is buildable from CVS.
diff --git a/RELEASE_NOTES_0_97 b/RELEASE_NOTES_0_97
deleted file mode 100644
index 5e8901c..0000000
--- a/RELEASE_NOTES_0_97
+++ /dev/null
@@ -1,3 +0,0 @@
-"Жизнь без XKB"
-
-The library is now buildable/compilable without XKB headers (though it does not work in such a miserable environment). This change required some modifications in the API/ABI, so the shared library has new interface id. The library is proven to be buildable on Solaris. Some internal code reorganization is performed.
diff --git a/RELEASE_NOTES_1_00 b/RELEASE_NOTES_1_00
deleted file mode 100644
index 687ace7..0000000
--- a/RELEASE_NOTES_1_00
+++ /dev/null
@@ -1 +0,0 @@
-Just small changes, fixes (including portability ones)
diff --git a/configure.in b/configure.in
index de80736..cef1220 100644
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@ AC_INIT(libxklavier/xklavier.c)
PACKAGE=libxklavier
MAJOR_VERSION=1
-MINOR_VERSION=12
+MINOR_VERSION=13
VERSION=$MAJOR_VERSION.$MINOR_VERSION
VERSION_INFO=10:0:0