From 7de085576dd6141a5303aa1e1460c2a208d7b5d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Touceda?= Date: Fri, 27 Jun 2014 12:46:12 -0300 Subject: Fold in changes --- CHANGELOG.rst | 16 ++++++++++++++++ changes/feature-disable-eip-missing-files | 1 - changes/feature-install-local-path | 1 - changes/feature_improve_pinned_providers | 1 - changes/feature_install-helpers-util | 3 --- changes/feature_pin_riseup | 1 - changes/feature_update-bundle-binaries | 1 - changes/use-dict-instead-of-object | 1 - 8 files changed, 16 insertions(+), 9 deletions(-) delete mode 100644 changes/feature-disable-eip-missing-files delete mode 100644 changes/feature-install-local-path delete mode 100644 changes/feature_improve_pinned_providers delete mode 100644 changes/feature_install-helpers-util delete mode 100644 changes/feature_pin_riseup delete mode 100644 changes/feature_update-bundle-binaries delete mode 100644 changes/use-dict-instead-of-object diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4faceb98..92da1573 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,22 @@ History 2014 ==== +0.5.3 June 27 -- the "encrypt ALL THE THINGS" release: +++++++++++++++++++++++++++++++++++++++++++++++++++++++ + +- Disable EIP if the helper files were not installed. Closes #5818. +- Install helpers to /usr/local for bundle. Closes #5741. +- Improve how pinned providers are handled by hardcoding it instead of + expecting them to be in the config. Closes #4733. +- Remove deprecated policy files. Closes #5651. +- Install helper files only if standalone=True. Related to #5625 +- Use installer helper from within bundle path. Related to #5634 +- Pin Riseup as a provider. Closes #5783. +- Update the bundled binaries to their path if their sha256 is not + correct. Closes #5759. +- Use a dict instead an object to ease later serialization of + ProviderConfig. + 0.5.2 June 6 -- the "are we there yet" release: +++++++++++++++++++++++++++++++++++++++++++++++ diff --git a/changes/feature-disable-eip-missing-files b/changes/feature-disable-eip-missing-files deleted file mode 100644 index 1479858c..00000000 --- a/changes/feature-disable-eip-missing-files +++ /dev/null @@ -1 +0,0 @@ -- Disable EIP if the helper files were not installed. Closes: #5818 diff --git a/changes/feature-install-local-path b/changes/feature-install-local-path deleted file mode 100644 index 17e1d2d7..00000000 --- a/changes/feature-install-local-path +++ /dev/null @@ -1 +0,0 @@ -- Install helpers to /usr/local for bundle. Closes: #5741 diff --git a/changes/feature_improve_pinned_providers b/changes/feature_improve_pinned_providers deleted file mode 100644 index dd5f7ec3..00000000 --- a/changes/feature_improve_pinned_providers +++ /dev/null @@ -1 +0,0 @@ -- Improve how pinned providers are handled by hardcoding it instead of expecting them to be in the config. Closes #4733. \ No newline at end of file diff --git a/changes/feature_install-helpers-util b/changes/feature_install-helpers-util deleted file mode 100644 index 4facc1d3..00000000 --- a/changes/feature_install-helpers-util +++ /dev/null @@ -1,3 +0,0 @@ -- Remove deprecated policy files. Closes: #5651 -- Install helper files only if standalone=True. Related: #5625 -- Use installer helper from within bundle path. Related: #5634 diff --git a/changes/feature_pin_riseup b/changes/feature_pin_riseup deleted file mode 100644 index 9b8b960f..00000000 --- a/changes/feature_pin_riseup +++ /dev/null @@ -1 +0,0 @@ -- Pin Riseup as a provider. Closes #5783. \ No newline at end of file diff --git a/changes/feature_update-bundle-binaries b/changes/feature_update-bundle-binaries deleted file mode 100644 index f573ee61..00000000 --- a/changes/feature_update-bundle-binaries +++ /dev/null @@ -1 +0,0 @@ -- Update the bundled binaries to their path if their sha256 is not correct. Closes:#5759 diff --git a/changes/use-dict-instead-of-object b/changes/use-dict-instead-of-object deleted file mode 100644 index b7ed58e4..00000000 --- a/changes/use-dict-instead-of-object +++ /dev/null @@ -1 +0,0 @@ -- Use a dict instead an object to ease later serialization. -- cgit v1.2.3