~ubuntu-branches/debian/sid/subversion/sid

« back to all changes in this revision

Viewing changes to subversion/bindings/javahl/src/org/apache/subversion/javahl/types/Lock.java

  • Committer: Package Import Robot
  • Author(s): James McCoy
  • Date: 2015-08-07 21:32:47 UTC
  • mfrom: (0.2.15) (4.1.7 experimental)
  • Revision ID: package-import@ubuntu.com-20150807213247-ozyewtmgsr6tkewl
Tags: 1.9.0-1
* Upload to unstable
* New upstream release.
  + Security fixes
    - CVE-2015-3184: Mixed anonymous/authenticated path-based authz with
      httpd 2.4
    - CVE-2015-3187: svn_repos_trace_node_locations() reveals paths hidden
      by authz
* Add >= 2.7 requirement for python-all-dev Build-Depends, needed to run
  tests.
* Remove Build-Conflicts against ruby-test-unit.  (Closes: #791844)
* Remove patches/apache_module_dependency in favor of expressing the
  dependencies in authz_svn.load/dav_svn.load.
* Build-Depend on apache2-dev (>= 2.4.16) to ensure ap_some_authn_required()
  is available when building mod_authz_svn and Depend on apache2-bin (>=
  2.4.16) for runtime support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 */
32
32
public class Lock implements java.io.Serializable
33
33
{
34
 
    // Update the serialVersionUID when there is a incompatible change
35
 
    // made to this class.  See any of the following, depending upon
36
 
    // the Java release.
37
 
    // http://java.sun.com/j2se/1.3/docs/guide/serialization/spec/version.doc7.html
38
 
    // http://java.sun.com/j2se/1.4/pdf/serial-spec.pdf
39
 
    // http://java.sun.com/j2se/1.5.0/docs/guide/serialization/spec/version.html#6678
40
 
    // http://java.sun.com/javase/6/docs/platform/serialization/spec/version.html#6678
 
34
    // Update the serialVersionUID when there is a incompatible change made to
 
35
    // this class.  See the java documentation for when a change is incompatible.
 
36
    // http://java.sun.com/javase/7/docs/platform/serialization/spec/version.html#6678
41
37
    private static final long serialVersionUID = 1L;
42
38
 
43
39
    /**