aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsk Solem <askh@modwheel.net>2009-03-22 01:42:15 +0100
committerAsk Solem Hoel <askh@opera.com>2009-03-22 01:42:15 +0100
commitf366e466e971ac6e890b1fddb92cd41697ca8105 (patch)
tree143e857f93240334a6018f15eebedd423a8be1c8
parentcde8b6ea46aad19d857fef1a3ffa5f58eba71ac4 (diff)
downloadchishop-f366e466e971ac6e890b1fddb92cd41697ca8105.tar.bz2
chishop-f366e466e971ac6e890b1fddb92cd41697ca8105.tar.xz
chishop-f366e466e971ac6e890b1fddb92cd41697ca8105.zip
Renamed Changes -> Changelog
-rw-r--r--Changelog41
1 files changed, 41 insertions, 0 deletions
diff --git a/Changelog b/Changelog
new file mode 100644
index 0000000..f148013
--- /dev/null
+++ b/Changelog
@@ -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