forked from cloudfoundry/python-buildpack
-
Notifications
You must be signed in to change notification settings - Fork 1
/
CHANGELOG
29 lines (21 loc) · 968 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
v1.0.1 Jul 22, 2014
====================
* Improve documentation and make the README CF specific.
(https://www.pivotaltracker.com/story/show/69192654)
(https://www.pivotaltracker.com/story/show/73157760)
* Switch to new Cloud Foundry offline dependency framework
(https://www.pivotaltracker.com/story/show/74053110)
(https://www.pivotaltracker.com/story/show/73384384)
(https://www.pivotaltracker.com/story/show/73723814)
(https://www.pivotaltracker.com/story/show/73544396)
* Improve version imprinting
(https://www.pivotaltracker.com/story/show/73158908)
* Use Ruby 2.1.1 for packaging
* Fix: Bug in mercurial spec
(https://www.pivotaltracker.com/story/show/73544396)
* Fix: Offline mode should not attempt to use public networks
(https://www.pivotaltracker.com/story/show/73420832)
v1.0.0 Jun 17, 2014
===================
* Modify [the Heroku Python buildpack](https://github.com/heroku/heroku-buildpack-python) to
support offline mode.