Fixed click handler to correctly handle absolute URLs with a hash. (#5759, 4813c33)
Fixed comparison of domains case-sensitivity inside $.mobile.path (#2446, b068128)
Fixed exceptions during navigation by correctly (un)escaping data-url all throughout the code, selector-escaping the result when creating a selector for a page, and removing code dealing with nested list URL tokens (subPageUrlKey) (#1383, d3a412e)
Fixed the way a transition is chosen during back / forward navigation. (#1867, #4951, 8ea937f)
Removed initialDst which is no longer needed for resolving initial URLs. (#7177, 0095c40)
Fixed to check that the body is not the activeElement before calling blur, to prevent sending the current window to the background in IE. (#7639, 5f06bd1)