summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorTomás Touceda <chiiph@leap.se>2014-09-26 10:32:28 -0300
committerTomás Touceda <chiiph@leap.se>2014-09-26 10:32:28 -0300
commite448f40dfbb913742fa2640c8af16fe000d2b401 (patch)
tree63e8ddd8380a5f08b87c711318bf800ad132604b /changes
parent4fc0948f72c1c10f68674af59df2ba5465960fa3 (diff)
Fold in changes
Diffstat (limited to 'changes')
-rw-r--r--changes/VERSION_COMPAT0
-rw-r--r--changes/bug_dont_raise_nosectionerror2
-rw-r--r--changes/feature_6044_diferenciate_linux32_642
3 files changed, 0 insertions, 4 deletions
diff --git a/changes/VERSION_COMPAT b/changes/VERSION_COMPAT
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/changes/VERSION_COMPAT
diff --git a/changes/bug_dont_raise_nosectionerror b/changes/bug_dont_raise_nosectionerror
deleted file mode 100644
index fbc2306..0000000
--- a/changes/bug_dont_raise_nosectionerror
+++ /dev/null
@@ -1,2 +0,0 @@
- o Avoid the try/except idiom when accessing configs to avoid messing
- with the client traceback. Fixes #5007. \ No newline at end of file
diff --git a/changes/feature_6044_diferenciate_linux32_64 b/changes/feature_6044_diferenciate_linux32_64
deleted file mode 100644
index 6aa8d12..0000000
--- a/changes/feature_6044_diferenciate_linux32_64
+++ /dev/null
@@ -1,2 +0,0 @@
-- Add support for multiple archs in the same platform. Closes #6044
-- Stop updater if platform is not defined. Closes #6052