summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog45
1 files changed, 45 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 390b476..000228d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,48 @@
+subversion (1.14.0-1) unstable; urgency=medium
+
+ * Update to new upstream version 1.14.0.
+ * Install NOTICE as required by Apache license
+ * rules: Disable dh_auto_test for Arch: all builds
+
+ -- James McCoy <jamessan@debian.org> Wed, 03 Jun 2020 22:21:57 -0400
+
+subversion (1.14.0~rc2-3) experimental; urgency=medium
+
+ * copyright: Add details for build/ac-macros/ax_boost_*
+ * Stop installing NOTICE, since debian/copyright has all the information
+
+ -- James McCoy <jamessan@debian.org> Wed, 22 Apr 2020 07:57:45 -0400
+
+subversion (1.14.0~rc2-2) experimental; urgency=medium
+
+ * Ship svnshell as an example, not under /usr/bin/
+ * Switch to using dh instead of plain debhelper
+ * Fix an error leak in debian/patches/last-changed-date-charset. Thanks to
+ Daniel Shahaf for the patch. (Closes: #956921)
+
+ -- James McCoy <jamessan@debian.org> Tue, 21 Apr 2020 23:05:17 -0400
+
+subversion (1.14.0~rc2-1) experimental; urgency=medium
+
+ * Update to new upstream version 1.14.0~rc2.
+ + Fix crash when using git-svn with kwallet. (Closes: #945443)
+ + Escape filenames when invoking $SVN_EDITOR. (Closes: #577118)
+ + Transition Python bindings from python 2 to python 3. (Closes: #739790, #938578)
+ * Remove python-subversion from subversion-tool's Recommends, since nothing
+ uses the Python bindings.
+ * Replace python-subversion with python3-subversion
+ + Build-Depend on swig (>= 3.0.10), instead of swig3.0 (Closes: #954866)
+ + Add new Build-Depends on py3c
+ + Build-Depend on python3-all-dev instead of python-all-dev
+ * rules: Run tests in parallel according to DEB_BUILD_OPTIONS setting
+ * libsvn1.symbols: Update for 1.14 API changes
+ * Add support for pkg.subversion.noruby Build-Profile
+ * Build-Conflict against incompatible libsvn1/libsvn-dev
+ * lintian: Override concatenated-upstream-signatures
+ * Update release notes for 1.9 - 1.13 and add 1.14
+
+ -- James McCoy <jamessan@debian.org> Sun, 12 Apr 2020 15:37:14 -0400
+
subversion (1.13.0-4) unstable; urgency=medium
* Disable building python-subversion if SWIG 4.0 is installed