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

« back to all changes in this revision

Viewing changes to subversion/include/svn_version.h

  • Committer: Package Import Robot
  • Author(s): James McCoy
  • Date: 2014-02-20 20:38:10 UTC
  • mfrom: (0.2.11)
  • Revision ID: package-import@ubuntu.com-20140220203810-w61omsda8fs70pta
Tags: 1.8.8-1
* New upstream release.  Refresh patches.
  - Remove backported patches sqlite_3.8.x_workaround & swig-pl_build_fix
  - Fix integer overflows with 32-bit svnserv, which could cause an infinite
    loop (Closes: #738840) or inaccurate statistics (Closes: #738841)
  - Work around SQLite not honoring umask when creating rep-cache.db.
    (Closes: #735446)
  - Includes security fix:
    + CVE-2014-0032: mod_dav_svn crash when handling certain requests with
      SVNListParentPath on  (Closes: #737815)
* Add a subversion-dbg package.  (Closes: #508147)
* Bump libdb5.1-dev → libdb5.3-dev  (Closes: #738650)

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
 *
73
73
 * @since New in 1.1.
74
74
 */
75
 
#define SVN_VER_PATCH      5
 
75
#define SVN_VER_PATCH      8
76
76
 
77
77
 
78
78
/** @deprecated Provided for backward compatibility with the 1.0 API. */
95
95
 *
96
96
 * Always change this at the same time as SVN_VER_NUMTAG.
97
97
 */
98
 
#define SVN_VER_TAG        " (r1542147)"
 
98
#define SVN_VER_TAG        " (r1568071)"
99
99
 
100
100
 
101
101
/** Number tag: a string describing the version.
121
121
 * When rolling a tarball, we automatically replace it with what we
122
122
 * guess to be the correct revision number.
123
123
 */
124
 
#define SVN_VER_REVISION   1542147
 
124
#define SVN_VER_REVISION   1568071
125
125
 
126
126
 
127
127
/* Version strings composed from the above definitions. */