[libbytelist-java] branch master updated (740b289 -> 63f3798)

Miguel Landaeta nomadium at moszumanska.debian.org
Fri Feb 13 01:53:20 UTC 2015


This is an automated email from the git hooks/post-receive script.

nomadium pushed a change to branch master
in repository libbytelist-java.

      from  740b289   Fix Vcs-* headers in debian/control.
      adds  bd21b80   Add some additional encoding-aware constructors and bump version to 1.0.2.
      adds  1abc463   Make all constructors with an incoming encoding set encoding field.
      adds  0a01c5a   Bump version to 1.0.7.
      adds  b5ba05e   Ensure encoding can never be null.
      adds  ac6e19f   Bump version
      adds  f394146   de-rev since headius already had
      adds  d0ec879   Double bump
      adds  17a082c   Fix append, prepend, and grow to properly consider begin offset.
      adds  c6cbaf8   ensure(size) should only realloc array if size > bytes.length, not >=.
      adds  a95bbbd   Bump to 1.0.9 for release.
      adds  ee8210e   Call invalidate() anywhere we're making a visible change to ByteList contents.
      adds  ebf4fd8   Multiple fixes for existing methods and new methods pulled down from RubyString.
      adds  08434e9   Make ByteList-wrapping constructor actually wrap, rather than copy.
      adds  d393d23   Revert "Make ByteList-wrapping constructor actually wrap, rather than copy."
      adds  3fe5ef2   Ensure was not considering begin
      adds  51b14c4   mvn3 requires special connector for webdav deploy
      adds  8dcba77   Revert all COW-related changes I made and reapply enebo's fix.
      adds  b40a839   Also reset begin = 0 on ensure copying.
      adds  0f3fd50   HEH...grr 1.0.10 in pom
      adds  e2b2dca   when startsWith comparing with a list with more bytes should return false
      adds  b01451f   Merge pull request #1 from josedonizetti/starts_with_comparing
      adds  46abe80   Minor style tweak and update pom to be snapshot of next release
      adds  8e47646   Add license file with full license text to bytelist
      adds  6a8e1f1   Minor doco fix.
      adds  09c2704   Minimally robustify hashCode and toString.
      adds  2635519   Move to Sonatype for releases.
      adds  d75679b   Bump for new version
      adds  72c1a10   Trying to resolve sonatype refusing to close this artifact on deployment
      adds  cd54300   Update for next dev version
      adds  13a9f45   Let's get something checked in so travis is not screaming at me after every commit
      adds  a908902   ByteList#ensure should make the buffer requested size, not * 1.5.
      adds  5d3834d   Restore 1.5x with an upper-bounds check.
      adds  df4f174   Make #replace do what it actually should.
      adds  eaf546b   Fix two problems in ByteList#startsWith
      adds  989a36e   Merge pull request #4 from grddev/starts-with
      adds  760aa50   keep license header and License.md in sync
      adds  acf9b2f   Merge pull request #6 from mkristian/patch-1
      adds  5ee09ec   update for release and use updated jcodings release
       new  ce079f8   Merge tag 'upstream/1.0.12'
       new  63f3798   Upload to experimental

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


Summary of changes:
 .gitignore                            |    3 +
 .travis.yml                           |    5 +
 LICENSE.md                            | 2487 +++++++++++++++++++++++++++++++++
 build.xml                             |    4 +-
 debian/changelog                      |   16 +-
 debian/compat                         |    2 +-
 debian/control                        |   27 +-
 debian/copyright                      |   17 +-
 debian/rules                          |    4 +
 debian/watch                          |    4 +-
 pom.xml                               |   72 +-
 src/org/jruby/util/ByteList.java      |  206 ++-
 test/org/jruby/util/ByteListTest.java |  196 ++-
 13 files changed, 2895 insertions(+), 148 deletions(-)
 create mode 100644 .travis.yml
 create mode 100644 LICENSE.md

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libbytelist-java.git



More information about the pkg-java-commits mailing list