Change logs for guava-libraries source package in Xenial

  • guava-libraries (19.0-1) unstable; urgency=medium
    
      * New upstream release
        - Refreshed the patches
        - Removed 07-java8-compatibility.patch (fixed upstream)
        - Ignore the errorprone annotations (not used)
        - Ignore the j2objc annotations
        - New build dependency on libanimal-sniffer-java
      * Set the source encoding to UTF-8
      * Build with the DH sequencer instead of CDBS
      * Updated the URL of the homepage
      * Watch and download the releases from GitHub
    
     -- Emmanuel Bourg <email address hidden>  Fri, 18 Dec 2015 01:08:23 +0100
  • guava-libraries (18.0-4ubuntu1) wily; urgency=medium
    
      * Merge with Debian; remaining changes:
        - debian/rules: Touch README and AUTHORS so they have a current timestamp
          (Launchpad doesn't accept too old files in packages).
    
    guava-libraries (18.0-4) unstable; urgency=medium
    
      * Improved the backward compatibility:
        - Restored the PrimitiveSink.putString(CharSequence) interface method
          and its implementations (removed in Guava 16)
        - Restored the Funnels.stringFunnel() method (removed in Guava 16)
        - Restored the HashFunction.hashString(CharSequence) interface method
          and its implementations (removed in Guava 16)
    
    guava-libraries (18.0-3) unstable; urgency=medium
    
      * Improved the backward compatibility:
        - Restored the Enums.valueOfFunction() method (removed in Guava 18)
        - Restored the Stopwatch methods and constructors (elapsedTime,
          elapsedMillis and toString(int) removed in Guava 15 and 16)
        - Restored the Ranges class (Removed in Guava 15)
    
    guava-libraries (18.0-2) unstable; urgency=medium
    
      * Improved the backward compatibility:
        - Reimplemented the InputSupplier and OutputSupplier interfaces
          in the ByteSource, ByteSink, CharSource and CharSink classes
        - Restored the ByteStreams.join(InputSupplier...) method
    
    guava-libraries (18.0-1) unstable; urgency=medium
    
      * New upstream release (Closes: #775686)
        - Refreshed the patches
        - Added a patch reintroducing the deprecated methods removed
          from the Files, ByteStreams and CharStreams classes still used
          by other packages (gradle andclosure-compiler)
      * Backported a fix addressing a compatibility issue with Java 8
        (Closes: #751544)
      * Modified the short description of libguava-java (Closes: #729355)
      * Standards-Version updated to 3.9.6 (no changes)
    
     -- Matthias Klose <email address hidden>  Sun, 30 Aug 2015 20:33:50 +0200