From a408e7fc337acc3a2123aad172de036834f214b1 Mon Sep 17 00:00:00 2001 From: Jiri Vanek Date: Nov 24 2015 13:42:53 +0000 Subject: Added missing changelog entries --- diff --git a/ChangeLog b/ChangeLog index 2dfc008..28f08db 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,36 @@ +2015-11-23 Jiri Vanek + + Added support for family flag of future alternatives + * switch_java_functions.py: (_get_alternatives) when parsing priority + it checks if new format with @ delimiters is presented. If so, parse it, if no + direct convert to int is done as before. If debug, this method prints out why + it died on exception before rethrowing + +2015-11-20 Jiri Vanek + + Added support for debug subpackages + * switch_java_functions.py: (get_pretty_name) now strip -debug wen generating + pretty name and addinng DEBUG if -debug was -debug was presented in NVRA + (get_java_split) also strips -debug from NVRA + * switch_java_tui.py: tui dialog made 10 chars more wide. + +2015-11-20 Jiri Vanek + + Added ITW support + * switch_java_functions.py: (get_java_identifiers) added debug output of read + alternatives. (get_plugin_alternatives) regex enhanced for IcedTeaPlugin.so + (initialize_alternatives_dictionaries) made aware of IcedTeaPlugin.so too. + +2015-11-20 Jiri Vanek + + Added debug switch + * switch_java_boot.py: made aware of switch_java_functions.ssj_debug. Added + -d/--debug option to be known and used. + * switch_java_functions.py: declared ssj_debug with False. (_exec) id debug + then it prints out command it is executing + * switch_java_globals.py.in: removed comment of replacing prefix by bindir + and friends.Its working and not going to be fixed any time soon + 2014-04-25 Omair Majid * switch_java_functions.py: Style fixes. Remove trailing semicolons,