Warning, /system/kalternatives/NEWS is written in an unsupported language. File is not indexed.

0001 0.13 (2009-08-13)
0002 [Pino]
0003 
0004 * Slightly more robust alternative parsing
0005 * Various fixes in alternative switching
0006 
0007 0.12 (2009-06-24)
0008 [Pino]
0009 
0010 * Ported to KDE 4
0011 * Converted into a System Settings module
0012 * Improved the "Add Alternative" dialog
0013 * Note: no translations with this release (mostly a testing release);
0014   they will come with the next release
0015 
0016 0.11
0017 [Mario]
0018 
0019 * Bugfix, modification of interface, add/remove alternatives, search the
0020 description on rpm/deb package, show alternative's properties 
0021 
0022 0.10
0023 [Juanjo]
0024 
0025 * First C++ version for user convenience. No new features but a lot more lines
0026 of code ;) Also the installation procedure will be not standart autotools.
0027 
0028 0.9.1
0029 [Juanjo]
0030 
0031 * Desktop file and desktop file installation
0032 
0033 0.9
0034 [Juanjo]
0035 
0036 * Started KDEification. Still lacking some things
0037 
0038 0.8 
0039 [Juanjo]
0040 
0041 * Mandrake support
0042 
0043 0.7
0044 [Juanjo]
0045 * Added "Expand All" and "Collapse All" buttons
0046 
0047 * Now all tree items are collapsed at program init
0048 
0049 0.6
0050 
0051 * Fixes
0052 
0053 0.5
0054 
0055 * Corrected some typos in the README (thanks Martin Atukunda)
0056 
0057 * Corrected a bug where kalternatives didn't exited in some cases 
0058   where it should.
0059 
0060 0.4
0061 
0062 * Bug fixed.
0063 
0064 * Unhadled exceptions should now be shown in a dialog to the user so he can 
0065   report them to me.
0066 
0067 0.3 
0068 
0069 * Since the program is so simple, I've joined the two (small) source files in
0070   one.
0071 
0072 * Non-root user checking and warnings.
0073 
0074 * Some documentation.
0075 
0076 0.2
0077 
0078 * Some method documentation
0079 
0080 * Implemented Aaron's suggestions.
0081 
0082 * Refactor of some code (now is a lot simpler)
0083 
0084 0.1
0085 
0086 * Now closing the window using the window "close" button will also ask for
0087   confirmation if there are still changes pending.
0088 * Some small fixes