packaging: prepare version 9.3.1 stable 9.3.1
authorAnton Shestakov <av6@dwimlabs.net>
Wed, 08 Apr 2020 21:07:06 +0800
branchstable
changeset 5285 8d955635cf45
parent 5277 9ed5f9c5d8ae
child 5286 fa86a9ad0481
child 5294 29f3680823e9
packaging: prepare version 9.3.1
CHANGELOG
debian/changelog
hgext3rd/evolve/metadata.py
hgext3rd/topic/__init__.py
--- 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
 -------------------
--- a/debian/changelog	Wed Apr 08 01:02:23 2020 +0800
+++ b/debian/changelog	Wed Apr 08 21:07:06 2020 +0800
@@ -1,3 +1,9 @@
+mercurial-evolve (9.3.1-1) unstable; urgency=medium
+
+  * new upstream release
+
+ -- Anton Shestakov <av6@dwimlabs.net>  Wed, 08 Apr 2020 21:04:59 +0800
+
 mercurial-evolve (9.3.0-1) unstable; urgency=medium
 
   * new upstream release
--- a/hgext3rd/evolve/metadata.py	Wed Apr 08 01:02:23 2020 +0800
+++ b/hgext3rd/evolve/metadata.py	Wed Apr 08 21:07:06 2020 +0800
@@ -5,7 +5,7 @@
 # This software may be used and distributed according to the terms of the
 # GNU General Public License version 2 or any later version.
 
-__version__ = b'9.3.1.dev'
+__version__ = b'9.3.1'
 testedwith = b'4.6.2 4.7 4.8 4.9 5.0 5.1 5.2 5.3'
 minimumhgversion = b'4.6'
 buglink = b'https://bz.mercurial-scm.org/'
--- a/hgext3rd/topic/__init__.py	Wed Apr 08 01:02:23 2020 +0800
+++ b/hgext3rd/topic/__init__.py	Wed Apr 08 21:07:06 2020 +0800
@@ -203,7 +203,7 @@
               b'topic.active': b'green',
               }
 
-__version__ = b'0.18.1.dev'
+__version__ = b'0.18.1'
 
 testedwith = b'4.6.2 4.7 4.8 4.9 5.0 5.1 5.2 5.3'
 minimumhgversion = b'4.6'