Mercurial > evolve
diff CHANGELOG @ 5240:8d955635cf45 stable 9.3.1
packaging: prepare version 9.3.1
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Wed, 08 Apr 2020 21:07:06 +0800 |
parents | b20d04641c0f |
children | 5cfec61b872b |
line wrap: on
line diff
--- a/CHANGELOG Wed Apr 08 01:02:23 2020 +0800 +++ b/CHANGELOG Wed Apr 08 21:07:06 2020 +0800 @@ -1,17 +1,24 @@ Changelog ========= -9.3.1 - in progress +9.3.1 -- 2020-04-08 ------------------- + * compat: make __touch-noise__ and __rewind-hash__ extra field be bytes + * obsexchange: avoid sending too large request to http server * obsdiscovery: server no longer aborts with a 500 error if client sends a request without obscommon + * obsdiscovery: avoid considering locally hidden changeset + * single-heads: ignore obsolete section when enforcing one head per branch + * evolve: improved behavior when evolving above the result of a split - * topic: fix auto-publish=abort with server that auto-publishes bare branches * evolve: checking for new head on push is no longer confused by mixed - branches(or topics) - * single-heads: ignore obsolete section when enforcing one head per branch + branches (or topics) + +topic (0.18.1) + + * topic: fix auto-publish=abort with server that auto-publishes bare branches 9.3.0 -- 2020-03-04 -------------------