Commit Graph

109 Commits

Author SHA1 Message Date
Nick Martin
9fa4b1f259 Remove old and now hopefully unused field from manifest.json.
Pre 0.2.0 clients will fail to upgrade. Oh darn.
2012-06-20 00:08:35 -07:00
Nick Martin
b763257929 Print changelog on upgrade. Also, set NODE_PATH for post-upgrade script to make life easier in the future. 2012-06-20 00:08:35 -07:00
Nick Martin
eca3b91375 Bump version number. 2012-06-06 21:26:20 -07:00
Avital Oliver
401a2f05fd Bump version to 0.3.6 2012-05-16 18:01:36 -07:00
Nick Martin
236e7a7dd7 Bump dev bundle version number. 2012-05-07 14:03:40 -07:00
Nick Martin
1fe02fd96a Bump node version for security fix.
Also remove now obsolete npm version hackery.
2012-05-07 14:03:06 -07:00
Nick Martin
ef9f956786 Version bump for 0.3.5 release. 2012-04-28 13:55:44 -07:00
Nick Martin
bf46f04024 Bump version number for release. 2012-04-27 18:03:26 -07:00
Nick Martin
f212fa5fb9 Bump bundle version number. 2012-04-27 16:51:51 -07:00
Nick Martin
2ce1d03dbc Fix permission issue in built bundle. 2012-04-27 16:51:32 -07:00
Nick Martin
88a70acac6 Bump bundle vno again. 2012-04-25 17:20:43 -07:00
Nick Martin
1836fd02da Add sass and stylus preemptively for #40 and #50. 2012-04-25 17:20:43 -07:00
Nick Martin
07c307a2cc Sockjs 0.3.1 is out. 2012-04-25 17:20:43 -07:00
Nick Martin
8857ed9909 Use newer npm for fixes to fstream-npm. 2012-04-25 17:20:42 -07:00
Nick Martin
96fa3dd365 Bump dev bundle vno. 2012-04-23 21:45:42 -07:00
Nick Martin
d80978edeb Bump versions of things in dev_bundle. 2012-04-23 20:45:05 -07:00
Nick Martin
8906a2a50b Remove old socket.io backwards compatibility package. 2012-04-23 20:22:05 -07:00
Nick Martin
bec7f52312 Bump version number for release. 2012-04-20 17:19:06 -07:00
Nick Martin
e5fce5bb0a Fixup version number script. 2012-04-20 17:18:20 -07:00
Nick Martin
c266ce3170 Change package specs. 2012-04-20 16:37:51 -07:00
Nick Martin
e7a29036c3 Update CLI test to test project name with spaces. 2012-04-20 13:16:28 -07:00
Nick Martin
e68f9d113c Remove old busted selenium tests, and move cli tests out of the way.
This way people aren't confused by a mostly empty 'tests' dir.
2012-04-17 23:30:30 -07:00
Nick Martin
ca5990f476 Bump version for release. 2012-04-10 12:19:47 -07:00
Geoff Schmidt
fab90d53ce remove the word 'preview' from our vocabulary 2012-04-10 01:09:13 -07:00
Nick Martin
e89ba2c262 Bump version number for release. 2012-04-09 23:31:31 -07:00
Nick Martin
486a63f41b Update license. 2012-04-09 15:34:20 -07:00
Nick Martin
d7e35f3597 A little extra whitespace makes things easier to read. 2012-04-09 14:05:22 -07:00
Nick Martin
3653254578 Bump dev bundle version number. 2012-04-05 17:51:48 -07:00
Nick Martin
028f052f24 Add new package for gzip. 2012-04-05 17:51:48 -07:00
Nick Martin
419ee84ef1 Bump version number for release. 2012-04-04 18:33:54 -07:00
Nick Martin
f1ec9c148f Bump version number for release. 2012-03-20 17:01:25 -07:00
Nick Martin
76fd14132a Fix release scripts for new output of meteor --version. 2012-03-20 17:00:11 -07:00
matt debergalis
2355a7a88b version now lives in docs.js 2012-03-20 16:57:39 -07:00
Nick Martin
0a7312755c Fixup manifest.json for new URL scheme. Old updaters still use this URL, newer ones construct it from the base url. 2012-03-06 18:55:33 -08:00
Nick Martin
ec25f76866 Bump version number 2012-03-06 18:36:31 -08:00
matt debergalis
3a62cb15cd copyedit strings 2012-03-06 18:34:21 -08:00
Nick Martin
f7824d096b Try --force to silence rpm errors. 2012-03-06 15:59:51 -08:00
Nick Martin
7b2f0682c7 String tweaks. 2012-03-06 15:59:51 -08:00
Nick Martin
f94199e54b Add handy script for executing node on helper scripts. 2012-03-06 15:59:51 -08:00
Nick Martin
7227e9d880 --tmpdir isn't supported everywhere, but -t should be. 2012-03-06 15:59:51 -08:00
Nick Martin
afd5ea38fb Bump dev bundle vno. 2012-03-06 15:59:51 -08:00
Nick Martin
48bfdc6bd4 Fix sockjs optional module breakage by faking out npm. 2012-03-06 15:59:51 -08:00
Nick Martin
452795f173 Fix openssl static build. Issue was surfaced due to fresh build machines on Jenkins. Previous builds only worked by coincidence. 2012-03-06 15:59:51 -08:00
Nick Martin
fb00497dd4 Use a newer version of v8 in our node build.
This fixes segfaults from node-fibers.
2012-03-06 15:59:51 -08:00
Nick Martin
444faba4e8 Put output in "dist" directory instead of homedir. 2012-03-06 15:59:51 -08:00
Nick Martin
929d56a8a3 Don't install to /usr/local when building, install to a tempdir instead.
This means we can build as an unprivileged user on linux.
2012-03-06 15:59:51 -08:00
Nick Martin
e83acb4aa2 Overhaul update mechanism to work on both linux and macos. 2012-03-06 15:59:50 -08:00
Nick Martin
9738011014 Stamp built packages with dotfile for easy identification on upgrade. 2012-03-06 15:59:50 -08:00
Nick Martin
c242531e14 Safety belt around not having $TARBALL env var. 2012-03-06 15:59:50 -08:00
Nick Martin
b9637bbeb5 Rework install script to install from deb or rpm on linux.
Somewhat tested. Seems to work pretty well across platforms. String tweaking may still be needed.
2012-03-06 15:59:50 -08:00