David Glasser
1535fe3437
Bump version number and add release notes.
2013-02-14 16:49:06 -08:00
Nick Martin
6cbd30c057
Merge branch 'devel' into release-0.5.5
2013-02-08 21:49:03 -08:00
Andrew Wilcox
d1c780e7f9
Upgrade useragent to 2.0.1.
...
Will be using for the appcache. I tested 2.0.1 and it seems to work
fine. I figured that all else being equal it would be good to use the
latest version to give us the most recent user agent matches, and so
that if we had any bug reports we wouldn't be out of date.
2013-02-08 21:11:50 -08:00
Nick Martin
1385137f01
Bump version number in prep for release
2013-02-07 22:49:56 -08:00
Andrew Wilcox
d4534c5f15
Make static not cacheable.
...
Fixes #631 .
Update the dev_bundle to use the Meteor version of gzippo which allows
clientMaxAge to be set to 0, and change server.js to set the
clientMaxAge to 0 for static.
2013-02-07 20:39:05 -08:00
David Glasser
6f8516d36b
Upgrade less to 1.3.3.
...
Should improve the error message in https://github.com/meteor/meteor/issues/203
(see https://github.com/cloudhead/less.js/issues/990 ) though it may not fix the
way that the error is handled.
2013-02-05 17:15:04 -08:00
David Glasser
5a54a5c79f
Update Node to 0.8.18.
...
We now used TypedArrays (Uint8Arrays), and versions of Node prior to 0.8.17 have
a security vulnerability related to TypedArrays.
2013-01-30 09:55:47 -08:00
David Glasser
24d652af3e
Stop using our fork of fstream.
2013-01-16 15:12:42 -05:00
David Glasser
21db9164d4
Use our fork of uglify-js2.
2013-01-16 15:12:28 -05:00
David Glasser
f80a20cecf
Bump bundle version again, since we'd already put a 0.2.13 with websocket in s3
...
and runner machines.
2013-01-16 10:54:15 -05:00
David Glasser
56412f259f
Also include websocket while we're at it, since we know we'll be using that soon
...
for server-to-server DDP.
2013-01-16 10:52:18 -05:00
David Glasser
6785ac2d87
Bump bundle version.
2013-01-16 10:48:39 -05:00
David Glasser
3a99938dff
Upgrade Fibers to 1.0.0 and UglifyJS to 2.2.3.
...
This definitely won't "work" because both have API changes.
UglifyJS 1 was having issues minifying certain code (eg lodash). But UglifyJS 2
was occasionally segfaulting (as was other code using large regexps). See the
bottom of https://github.com/laverdet/node-fibers/issues/89
Hopefully this will fix it.
2013-01-16 10:47:57 -05:00
Blake Miner
e474302fba
Added Meteor._debug function to dependency list
2013-01-08 21:04:57 -08:00
Blake Miner
30bcbd8b58
Add underscore as dependency for Spark
...
Fixes #587
2013-01-08 21:04:57 -08:00
David Glasser
864371f9ab
Bump version number to 0.5.4 and write History.md.
2013-01-08 10:40:52 -08:00
David Glasser
fb24d39cba
cli-test: Use node instead of Python.
...
It's guaranteed to be there, and works better!
2013-01-03 00:40:08 -08:00
David Glasser
f3940cab78
Use Python instead of Perl.
2013-01-02 17:26:59 -08:00
David Glasser
8231783d22
More sleep is always the answer! (Avoid race between listens.)
2013-01-02 14:11:24 -08:00
David Glasser
4f8032e577
cli-test: Error checking in mongo message test.
2013-01-02 13:54:34 -08:00
David Glasser
66b0e7caff
cli-test: Use perl instead of nc for portability.
2013-01-02 12:08:39 -08:00
David Glasser
45b7ff1c78
Yet more sleeps in cli-test.
2013-01-01 16:42:42 -08:00
David Glasser
6c04fab366
Make sleeps larger in cli-test.sh (cheap AWS instances are slow...)
2012-12-31 12:49:28 -08:00
David Glasser
dea8fc6d4d
More sleeps to help things work on Linux.
2012-12-31 12:43:15 -08:00
David Glasser
eee3352675
Make cli-test.sh pass on Linux.
2012-12-31 12:36:44 -08:00
David Glasser
238a7858e5
admin/cli-test.sh --global should use 'meteor' from $PATH, not hardcode
...
/usr/local/bin.
2012-12-31 12:24:29 -08:00
David Glasser
1c47ffa07f
admin/node.sh: Preserve node's exit code.
2012-12-31 01:54:54 -08:00
David Glasser
e4befac16f
copy-release-from-jenkins now takes care of setting URLs correctly in
...
s3://com.meteor.static/test/update/
2012-12-27 14:00:49 -08:00
David Glasser
d5e65dc2ce
Add a script for copying builds from Jenkins to s3.
2012-12-27 13:24:32 -08:00
David Glasser
cf4190e9c0
Increment version to 0.5.3.
2012-12-23 12:36:05 -08:00
David Glasser
321581dc8a
Fix increment-version script for bundled underscore
2012-12-23 12:34:59 -08:00
David Greenspan
7f55a7e928
bump dev-bundle version
2012-12-17 19:57:26 -08:00
David Greenspan
fcfc7dd4c1
add bug-fixed isaacs/fstream and have tar use it
2012-12-17 19:56:54 -08:00
David Greenspan
6c9cd218a9
bump dev_bundle version to 0.2.11
2012-12-12 16:06:31 -08:00
David Greenspan
033fd00a58
add npm "tar" package for use by engine
2012-12-12 16:06:21 -08:00
Naomi Seyfer
9bc802b3f6
Added file with library of mongo exit codes
...
Make meteor clearer about why mongo exited.
test for one possible mongo badness
Only print explanation if we have it
2012-12-07 11:27:18 -08:00
Naomi Seyfer
ad564f26aa
Re-silince settings test
2012-12-06 14:21:42 -08:00
Naomi Seyfer
0531db7dcb
Adjusting code as per code review comments
2012-12-06 14:21:42 -08:00
Naomi Seyfer
fb1d2b319a
Tests for --settings, and also Nick's review comments
2012-12-06 14:21:42 -08:00
Avital Oliver
cdbfb84759
Add underscore to dev bundle
2012-12-05 19:51:56 -08:00
Avital Oliver
103757bb89
Allow running find-new-npm-versions.sh from any directory
2012-12-05 19:49:35 -08:00
Avital Oliver
6902c2a2ca
Don't hard-code meteor install directory in find-new-npm-versions.sh
2012-12-05 19:46:49 -08:00
Avital Oliver
ab0eb2c090
Add script to detect new versions of npm modules
2012-12-05 19:45:01 -08:00
David Glasser
c09aaa7908
Bump dev bundle version to 0.2.9
2012-11-29 16:26:25 -08:00
David Glasser
3262492f8d
Update clean-css to 0.8.3. Fixes #515 .
2012-11-29 16:26:01 -08:00
David Glasser
a4db69aca2
Revert "Update clean-css to 0.8.3. Fixes #515."
...
This reverts commit 8ee9959a8e .
Need to do this on a branch and build a dev bundle.
2012-11-29 16:24:14 -08:00
David Glasser
8ee9959a8e
Update clean-css to 0.8.3. Fixes #515 .
2012-11-29 16:19:03 -08:00
Naomi Seyfer
1cbfe4e361
Modified cli-test.sh to be less sensitive to directory run from
2012-11-28 18:39:25 -08:00
Naomi Seyfer
6ccd7b4bb1
Changed cli-test.sh to default to using working copy meteor.
...
If you want the old behavior, using the installed meteor,
pass in the option --global
2012-11-28 18:30:04 -08:00
David Glasser
68db80f500
Update version number to 0.5.2.
2012-11-27 08:43:29 -08:00