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
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
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
Avital Oliver
cdbfb84759
Add underscore to dev bundle
2012-12-05 19:51:56 -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
Nick Martin
5a668893f5
Revert node-progress back to 0.0.5 to deal with regression. Also bump http-proxy to 0.8.5, with the maxSockets regression fixed.
2012-11-19 13:06:00 -08:00
Nick Martin
0619101839
Comment on dependencies in license file.
2012-11-15 23:09:21 -08:00
Nick Martin
12c338be73
Roll http-proxy back to 0.8.3 (there is a regression in 0.8.4) and bump sockjs to 0.3.4.
2012-11-15 20:44:57 -08:00
Nick Martin
80b30a5dc2
Feedback from review: refactor mongo url code so there is only one place to change.
2012-11-15 20:44:57 -08:00
Nick Martin
03bbf28dcf
Remove unneeded dir that makes the dev bundle substantially bigger.
2012-11-15 20:44:57 -08:00
Nick Martin
10c2a20e11
bump dev bundle version number.
2012-11-15 20:44:56 -08:00
Nick Martin
5b35785253
bump a bunch of versions
2012-11-15 20:44:02 -08:00
David Glasser
a5cc93ee55
Remove the 'sass' package, as warned in 0.5.0.
...
Meteor's sass package wraps the "sass" NPM module, which implements a version of
the Sass language much older than the .sass described at sass-lang.com (and
doesn't implement the current recommended .scss language at all). It also has
poor error handling, so it mostly just ends up confusing users.
The module is unmaintained, and its author now uses stylus/nib (which Meteor
supports: see the stylus package).
If many users want Sass support, we could add this back in wrapping the
"node-sass" package instead (which supports a more recent version of the Sass
language), but for now, just remove it. Meteor still supports Stylus and Less
out of the box.
Fixes #143 .
2012-11-05 15:24:08 -08:00
David Glasser
cb464b7ee4
For both CLI meteor and the server, require up-to-date Node.
...
We allow Node versions later than the version in the dev bundle (which is the
version that is used for pre-release QA) but not earlier.
2012-11-05 14:04:48 -08:00
David Glasser
a432c243aa
Update version of fibers referred to in the docs.
2012-11-02 09:12:22 -07:00
David Glasser
09eda1e30a
Increment bundle to 0.2.5 (because 0.2.4 has a bad node version).
2012-09-27 13:03:45 -07:00
David Glasser
20f8da21c5
Update node to v0.8.11, a quick bugfix release on top of v0.8.10.
2012-09-27 13:02:43 -07:00
David Glasser
1426432da8
Update dev bundle version number to 0.2.4.
2012-09-27 12:39:01 -07:00
David Glasser
c4f977588a
Replace our custom non-blocking stdin hack.
...
Instead:
- Upgrade to node v0.8.10, which includes the fix to
https://github.com/joyent/node/issues/3994 , to fix "meteor mongo".
- To fix "meteor deploy" in emacs shell, use a hack to revert the O_NONBLOCK
setting after process.stdin is evaluated: since the 3994 fix only applies
when something is spawn'd, make sure to spawn 'true' after evaluating
process.stdin.
- In our node.sh script, if in emacs shell, use Perl to make stdin
non-blocking after node exits. This makes the Node REPL work.
2012-09-27 12:39:01 -07:00
David Glasser
bc3778c17f
Update SockJS to 0.3.3 for iOS 6 xhr-polling support.
...
See https://github.com/sockjs/sockjs-node/pull/88
2012-09-27 12:34:48 -07:00
David Glasser
9285bd9cab
Bump dev bundle version number to 0.2.3.
2012-09-17 18:51:21 -07:00
David Glasser
e50d71a208
Only include the correct architecture's fibers.node in the dev bundle.
2012-09-17 18:39:35 -07:00
David Glasser
216b3f312e
generate-dev-bundle.sh: add reminder to update LICENSE.txt.
2012-09-14 11:32:28 -07:00
Nick Martin
a43c8b1d6a
Comment on upcoming fix in node that means we can remove our hacky patch.
2012-09-11 17:14:07 -07:00
Nick Martin
1cfc9f6df2
Bump version number again for PORTABLE fix.
2012-09-06 22:41:33 -07:00
Nick Martin
b0dbd1cb7f
Use the PORTABLE flag to make npm not hard-code the install prefix
2012-09-06 22:13:53 -07:00
David Greenspan
bccc870ac4
minor comment wording
2012-09-06 21:12:30 -07:00
Nick Martin
b672b780d8
Bump version number for final build before merge.
2012-09-06 19:44:23 -07:00
Nick Martin
4498058a62
Reduce the size of the dev bundle.
2012-09-04 22:55:04 -07:00
Nick Martin
fe836775fd
Bump fibers, new version was just released.
2012-09-04 21:26:09 -07:00
Nick Martin
64bd3f782d
Clean up hack to node.
...
- clarify comments.
- setNonBlocking -> setBlocking
- add extra safety when calling on a stock node
2012-09-04 21:26:09 -07:00
David Greenspan
73ba7d1db1
Fix "meteor mongo" and behavior in the Emacs shell
...
Monkey-patches Node. This is super ugly!
2012-08-31 19:08:57 -07:00
Nick Martin
a0f64a317a
Node now builds openssl statically by default, so we can remove our hacky static linking.
2012-08-31 14:48:15 -07:00
David Greenspan
8d759523da
Add npm "keypress" module
2012-08-31 14:46:28 -07:00
Nick Martin
a8e963d8ca
Increment version numbers for all the software we use.
2012-08-31 13:58:19 -07:00
Nick Martin
01548403d0
Bump dev bundle version number. This is a big change, so 0.2.0.
2012-08-31 13:58:19 -07:00