aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsk Solem <askh@modwheel.net>2009-03-22 01:43:06 +0100
committerAsk Solem Hoel <askh@opera.com>2009-03-22 01:43:06 +0100
commite9e55e2450f829edfc2e93d2a40f69e8e4b31626 (patch)
tree68c34fd28b3586ce342a87bbec633f1ac8288b45
parentf366e466e971ac6e890b1fddb92cd41697ca8105 (diff)
downloadchishop-e9e55e2450f829edfc2e93d2a40f69e8e4b31626.tar.bz2
chishop-e9e55e2450f829edfc2e93d2a40f69e8e4b31626.tar.xz
chishop-e9e55e2450f829edfc2e93d2a40f69e8e4b31626.zip
ditto
-rw-r--r--Changes41
1 files changed, 0 insertions, 41 deletions
diff --git a/Changes b/Changes
deleted file mode 100644
index f148013..0000000
--- a/Changes
+++ /dev/null
@@ -1,41 +0,0 @@
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