fetch/hg.py: Fix hg fetcher username/password handling and fix crash
[vuplus_bitbake] / ChangeLog
index 3cb500f..b284f30 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -45,6 +45,12 @@ Changes in BitBake 1.8.x:
        - Correctly handle '-' characters in class names (#2958)
        - Make sure expandKeys has been called on the data dictonary before running tasks
        - Correctly add a task override in the form task-TASKNAME.
+       - Revert the '-' character fix in class names since it breaks things
+       - When a regexp fails to compile for PACKAGES_DYNAMIC, print a more useful error (#4444)
+       - Allow to checkout CVS by Date and Time. Just add HHmm to the SRCDATE.
+       - Move prunedir function to utils.py and add explode_dep_versions function
+       - Raise an exception if SRCREV == 'INVALID'
+       - Fix hg fetcher username/password handling and fix crash
 
 Changes in BitBake 1.8.10:
        - Psyco is available only for x86 - do not use it on other architectures.