You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2020/09/01 13:06:40 UTC

[commons-codec] branch master updated (f43bf93 -> 20c4672)

This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-codec.git.


    from f43bf93  Trigger a GitHub build on pull requests.
     add c89d2af  Prepare for 1.15 release
     new 0342829  Bump to next development version
     new 20c4672  Merge branch 'release' into master

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README.md                        |  4 ++--
 RELEASE-NOTES.txt                | 52 ++++++++++++++++++++++++++++++++++++----
 pom.xml                          |  8 +++----
 src/changes/changes.xml          |  9 ++++---
 src/site/site.xml                |  1 +
 src/site/xdoc/download_codec.xml | 26 ++++++++++----------
 src/site/xdoc/index.xml          |  6 +++--
 7 files changed, 78 insertions(+), 28 deletions(-)


[commons-codec] 01/02: Bump to next development version

Posted by ah...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-codec.git

commit 0342829c49e22ab984196fef80d60e120ee12998
Author: aherbert <ah...@apache.org>
AuthorDate: Tue Sep 1 14:05:43 2020 +0100

    Bump to next development version
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 72fef82..bcfdbaf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@ limitations under the License.
   <groupId>commons-codec</groupId>
   <artifactId>commons-codec</artifactId>
   <!-- Remember to update the version in default.properties as well -->
-  <version>1.15</version>
+  <version>1.16-SNAPSHOT</version>
   <name>Apache Commons Codec</name>
   <inceptionYear>2002</inceptionYear>
   <description>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d015481..1176882 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -42,6 +42,9 @@ The <action> type attribute can be add,update,fix,remove.
   </properties>
   <body>
 
+    <release version="1.16" date="TBD" description="Feature and fix release.">
+    </release>
+
     <release version="1.15" date="2020-09-01" description="Feature and fix release.">
       <action issue="CODEC-264" dev="aherbert" due-to="Andy Seaborne" type="fix">MurmurHash3: Ensure hash128 maintains the sign extension bug.</action>
       <action issue="CODEC-280" dev="aherbert" type="update">Base32/Base64/BCodec: Added strict decoding property to control handling of trailing bits. Default lenient mode discards them without error. Strict mode raise an exception.</action>


[commons-codec] 02/02: Merge branch 'release' into master

Posted by ah...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-codec.git

commit 20c467273e1474cb8bc90933a4ad43a8385fe1b7
Merge: f43bf93 0342829
Author: aherbert <ah...@apache.org>
AuthorDate: Tue Sep 1 14:05:59 2020 +0100

    Merge branch 'release' into master

 README.md                        |  4 ++--
 RELEASE-NOTES.txt                | 52 ++++++++++++++++++++++++++++++++++++----
 pom.xml                          |  8 +++----
 src/changes/changes.xml          |  9 ++++---
 src/site/site.xml                |  1 +
 src/site/xdoc/download_codec.xml | 26 ++++++++++----------
 src/site/xdoc/index.xml          |  6 +++--
 7 files changed, 78 insertions(+), 28 deletions(-)