... | ... | @@ -4,6 +4,7 @@ See **[[ReleaseNotes]]** for bugs fixed in previous releases. |
|
|
|
|
|
These bugs are fixed on the tip of the stable branch.
|
|
|
|
|
|
* #229 - libsasl.dll was missing from x86 packages
|
|
|
* #282 - validate the correct postreview extension is in use
|
|
|
* #295 - shelve: fix race condition in detecting shelf file changes
|
|
|
* #300 - hgignore: catch errors during repo.status() call
|
... | ... | @@ -11,6 +12,7 @@ These bugs are fixed on the tip of the stable branch. |
|
|
* #306 - outgoing can cause IndexError in setRevisionSet
|
|
|
* #307 - fix crash in templatefilters caused by bad patches
|
|
|
* #311 - UnicodeDecodeError in rename dialog
|
|
|
* #319 - Workbench: update sync tooltips to reflect their current behavior
|
|
|
* #325 - TypeError raised by os.path.isfile() in thgrepo.changectx()
|
|
|
* #328 - chunks: UnicodeDecodeError while moving chunks
|
|
|
* #330 - wctxactions: UnicodeDecodeError while showing warnings/errors
|
... | ... | @@ -18,9 +20,9 @@ These bugs are fixed on the tip of the stable branch. |
|
|
* #336 - commit: clear branch operation after every successful commit
|
|
|
* #338 - grep: prevent AttributeError after stopping a search
|
|
|
* #340 - grep: catch I/O errors while scanning working directory
|
|
|
* Workbench: properly show search bar state at startup
|
|
|
* #319 - Workbench: update sync tooltips to reflect their current behavior
|
|
|
* #346 - UnicodeDecodeError in bug report dialog save function
|
|
|
* #359 - LookupError from ambiguous revision set query
|
|
|
* Workbench: properly show search bar state at startup
|
|
|
|
|
|
Improvements:
|
|
|
|
... | ... | |