aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsk Solem <askh@modwheel.net>2009-03-22 01:41:19 +0100
committerAsk Solem Hoel <askh@opera.com>2009-03-22 01:41:19 +0100
commitcde8b6ea46aad19d857fef1a3ffa5f58eba71ac4 (patch)
tree8abc28d42fd6680425bbb6eaebd310210fa68896
parentbc1c05db54590e81008ff218c4c15ec85c73850b (diff)
downloadchishop-cde8b6ea46aad19d857fef1a3ffa5f58eba71ac4.tar.bz2
chishop-cde8b6ea46aad19d857fef1a3ffa5f58eba71ac4.tar.xz
chishop-cde8b6ea46aad19d857fef1a3ffa5f58eba71ac4.zip
Wrote change history for 0.2.0 in the Changelog
-rw-r--r--Changes41
1 files changed, 41 insertions, 0 deletions
diff --git a/Changes b/Changes
new file mode 100644
index 0000000..f148013
--- /dev/null
+++ b/Changes
@@ -0,0 +1,41 @@
1==============
2Change history
3==============
4
50.2.0 :date:`2009-03-22 1:21 A.M CET` :author:askh@opera.com
6--------------------------------------------------------------
7
8 Backwards incompatible changes
9 -------------------------------
10
11 * Projects now has an associated owner, so old projects
12 must be exported and imported to a new database.
13
14 * Registering projects and uploading releases now requires
15 authentication. Use the admin interface to create new users,
16 registering users via distutils won't be available until
17 :version:`0.3.0`.
18
19 * Every project now has an owner, so only the user registering the
20 project can add releases.
21
22 * md5sum is now properly listed in the release link.
23
24 * Project names can now have dots (`.`) in them.
25
26 * Fixed a bug where filenames was mangled if the distribution file
27 already existed. If someone uploaded version `1.0` of project `grail`
28 twice, the new filename was renamed to `grail-1.0.tar_.gz`, and a
29 backup of the old release was kept. Pip couldn't handle these filenames,
30 so we delete the old release first.
31
32 * Releases now list both project name and version, instead of just version
33 in the admin interface.
34
35 * Added a sample buildout.cfg. Thanks to Rune Halvorsen (runeh@opera.com).
36
37
380.1.0 :date:`2009-03-22 1:21 A.M CET` :author:askh@opera.com
39--------------------------------------------------------------
40
41 * Initial release