Compare commits

..

2 Commits
1.3.5 ... 1.3.6

Author SHA1 Message Date
Sandro Santilli
cef82aedd8 Release 1.3.6, fixing support for node-0.8.9 2013-10-11 10:05:31 +02:00
Sandro Santilli
5ae1513eea Prepare for 1.3.6 2013-10-03 17:15:11 +02:00
4 changed files with 22 additions and 5 deletions

11
HOWTO_RELEASE Normal file
View File

@@ -0,0 +1,11 @@
1. Ensure proper version in package.json
2. Ensure NEWS section exists for the new version, review it, add release date
3. Drop npm-shrinkwrap.json
4. Run npm install
5. Test (make check or npm test), fix if broken before proceeding
6. Run npm shrinkwrap
7. Commit package.json, npm-shrinwrap.json, NEWS
8. Tag Major.Minor.Patch
9. Announce
10. Stub NEWS/package for next version

View File

@@ -1,3 +1,9 @@
1.3.6 -- 2013-10-11
-------------------
* Restore support for node-0.8.9 accidentally dropped by 1.3.5
NOTE: needs removing node_modules/windshaft and re-running npm install
1.3.5 -- 2013-10-03
-------------------

8
npm-shrinkwrap.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "windshaft-cartodb",
"version": "1.3.5",
"version": "1.3.6",
"dependencies": {
"node-varnish": {
"version": "0.1.1"
@@ -12,7 +12,7 @@
"version": "0.13.7",
"dependencies": {
"grainstore": {
"version": "0.13.11",
"version": "0.13.12",
"dependencies": {
"carto": {
"version": "0.9.3-cdb6",
@@ -36,7 +36,7 @@
"version": "5.0.6"
},
"millstone": {
"version": "0.6.5",
"version": "0.6.4",
"dependencies": {
"underscore": {
"version": "1.5.2"
@@ -118,7 +118,7 @@
}
},
"srs": {
"version": "0.3.3"
"version": "0.3.2"
},
"zipfile": {
"version": "0.4.1"

View File

@@ -1,7 +1,7 @@
{
"private": true,
"name": "windshaft-cartodb",
"version": "1.3.5",
"version": "1.3.6",
"description": "A map tile server for CartoDB",
"url": "https://github.com/CartoDB/Windshaft-cartodb",
"licenses": [{