summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2015-02-02 18:10:44 -0300
committerIvan Alejandro <ivanalejandro0@gmail.com>2015-02-04 14:39:15 -0300
commit9796a14b964f50ae7a9be2aaff7f7bb887f4bed4 (patch)
treeda6bf9631a293716a7c4b5dc68b872b814324690
parentf02b7a8ffe44a351bdb1ac17452703fa50ef44e2 (diff)
Fold in changes.
-rw-r--r--CHANGELOG.rst26
-rw-r--r--changes/backend-frontend-certificates3
-rw-r--r--changes/bug-6123_forward-right-env-data1
-rw-r--r--changes/bug-6150_better-missing-polkit-msg1
-rw-r--r--changes/bug_6146_handle_removals_release1
-rw-r--r--changes/feature_support-arch-nobody1
6 files changed, 26 insertions, 7 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 82b86918..796e5f84 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -3,6 +3,32 @@
History
-------
+2015
+====
+
+0.8.0 January xx -- "Charlie and the code refactory"
+++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+Features
+--------
+- #5873: Allow frontend and backend to be run separately.
+- Refactor login widgets/logic.
+- Improved changelog :).
+
+Bugfixes
+--------
+- #6058: Support 'nobody' (used on Arch) as well as 'nogroup' as group names.
+- #6123: Forward the right environment data to subprocess call.
+- #6150: Do not allow Bitmask to start if there is no polkit agent running.
+- #6631: Fix failing tests.
+- #6638: Fix set initialization to support python 2.6.
+- #6652: Fix regression: polkit agent is not automatically launched.
+- #6654: Login attempt is made against previously selected provider.
+- Create zmq certificates if they don't exist.
+- Disable '--offline' flag temporarily.
+- Make pkg/tuf/release.py handle removals in the repo.
+- Reduce the wait for running threads timeout on quit.
+
2014
====
diff --git a/changes/backend-frontend-certificates b/changes/backend-frontend-certificates
deleted file mode 100644
index 2b3c1990..00000000
--- a/changes/backend-frontend-certificates
+++ /dev/null
@@ -1,3 +0,0 @@
-- Allow frontend and backend to be run separately. Closes #5873.
-- Reduce the wait for running threads timeout on quit.
-- Create zmq certificates if they don't exist.
diff --git a/changes/bug-6123_forward-right-env-data b/changes/bug-6123_forward-right-env-data
deleted file mode 100644
index 10bd8604..00000000
--- a/changes/bug-6123_forward-right-env-data
+++ /dev/null
@@ -1 +0,0 @@
-- Forward the right environment data to subprocess call. Closes #6123.
diff --git a/changes/bug-6150_better-missing-polkit-msg b/changes/bug-6150_better-missing-polkit-msg
deleted file mode 100644
index ee317135..00000000
--- a/changes/bug-6150_better-missing-polkit-msg
+++ /dev/null
@@ -1 +0,0 @@
-- Do not allow Bitmask to start if there is no polkit agent running. Closes #6150.
diff --git a/changes/bug_6146_handle_removals_release b/changes/bug_6146_handle_removals_release
deleted file mode 100644
index 6fe67d62..00000000
--- a/changes/bug_6146_handle_removals_release
+++ /dev/null
@@ -1 +0,0 @@
-- Make pkg/tuf/release.py handle removals in the repo
diff --git a/changes/feature_support-arch-nobody b/changes/feature_support-arch-nobody
deleted file mode 100644
index 6aa587a3..00000000
--- a/changes/feature_support-arch-nobody
+++ /dev/null
@@ -1 +0,0 @@
-- Support 'nobody' (used on Arch) as well as 'nogroup' as group names. Related to #6058.