David Glasser
f9579beab4
banner update
2015-03-20 11:30:00 -07:00
David Glasser
9e2539bcd1
1.0.4.2
2015-03-20 11:13:06 -07:00
David Glasser
722242dd89
banner spacing
2015-03-18 00:48:06 -07:00
David Glasser
2f1ee9f9fb
banners for 1.0.4.1
2015-03-18 00:35:23 -07:00
David Glasser
92ba69e860
1.0.4.1
2015-03-18 00:29:35 -07:00
David Glasser
4daaa76b12
METEOR@1.0.4
2015-03-17 13:06:07 -07:00
David Glasser
616649d492
1.0.4-rc.6
2015-03-17 12:22:32 -07:00
David Glasser
ff8b47abb0
Banner update
2015-03-17 12:17:28 -07:00
David Glasser
1d8e5f7a4e
1.0.4-rc.5
2015-03-16 12:31:50 -07:00
David Glasser
d770d81399
1.0.4-rc.4
2015-03-12 18:03:11 -07:00
David Glasser
7ffc3a44b0
1.0.4-rc.3
2015-03-10 22:00:24 -07:00
David Glasser
891a9c3893
1.0.4-rc.2
2015-03-10 11:49:25 -07:00
David Glasser
e7a9bdb507
1.0.4-rc.1
2015-03-09 16:20:50 -07:00
David Glasser
ab7527cfbd
Update release json file
2015-03-05 22:26:25 -08:00
Avital Oliver
a656c2cbfb
Make Windows installer delete old Meteor versions
...
Older installers, like the one on http://win.meteor.com
populated the same directory as our new installer, but with
different files. Specifically, meteor.exe which runs before
our meteor.bat. So we delete the contents of the installed
directory before starting the install.
2015-03-04 20:05:03 -08:00
Slava Kim
419befbf5f
Revert the new dev_bundle
2015-03-04 16:13:40 -08:00
Slava Kim
d50f904a29
Merge branch 'windows-linux-compat-dev-bundle' into devel
2015-03-04 14:35:24 -08:00
Slava Kim
db3eff5413
A new way of replacing \r\n with \n
2015-03-04 14:09:07 -08:00
Slava Kim
42b1e5250f
Windows DevBundle script generates unix end-lines for .bundle_version file
2015-03-04 12:08:20 -08:00
Avital Oliver
405009a2c3
Improve and simplify Windows installer flow
...
* Always install the the user's local directory
(skip the dialog asking where to install)
* Skip login/register dialog (it doesn't work yet)
* Improve prose
2015-03-03 23:20:24 -08:00
Avital Oliver
aa32cd1e2e
No ToS in Windows installer
2015-03-03 10:09:21 -08:00
Avital Oliver
c4be008a70
Slightly better installer text
2015-03-03 09:56:23 -08:00
Avital Oliver
b53774637d
Whitespace
2015-03-02 19:37:34 -08:00
Slava Kim
4de0ef6f61
Allow to override the previously compiled installer binary
2015-03-02 17:54:33 -08:00
Slava Kim
d8a3f9145b
Updated installer that has a skip button
2015-03-02 17:42:01 -08:00
Avital Oliver
1d828b5a16
Windows installer: Change a color
...
The version number on the bottom left corner is now black instead of
white.
2015-02-27 14:33:15 -08:00
Avital Oliver
b587efdab5
Add README for building Windows installer
2015-02-26 14:10:39 -08:00
Avital Oliver
83c65e718f
Rename wix-installer/ -> installer/
2015-02-26 12:09:30 -08:00
David Glasser
acae4a576e
Merge branch 'master' into devel
...
Made sure not to revert the run-velocity change that was reverted on
master.
2015-02-25 09:35:31 -08:00
David Glasser
0b8a33282e
METEOR@1.0.3.2
2015-02-25 08:55:26 -08:00
Slava Kim
1448770bb0
Edit windows installer script to take the last item from the array, not just the second one
2015-02-24 21:18:47 -08:00
Slava Kim
62ac82c835
Bump
2015-02-24 21:16:41 -08:00
Slava Kim
bf68f0f50e
Delete the source of old installer
2015-02-24 21:10:28 -08:00
Slava Kim
798e6c2e8b
Move installer to InstallMeteor.exe
2015-02-24 21:09:25 -08:00
Slava Kim
1aba870162
Always create an empty Release folder
...
otherwise the build fails
2015-02-24 21:06:38 -08:00
Slava Kim
bafde7f94c
Remove pauses
2015-02-24 21:02:35 -08:00
Slava Kim
b6f9bf5976
Installer builds
2015-02-24 21:01:13 -08:00
Slava Kim
c8c84f5a9c
Adapt the jenkins build script for the new installer.
2015-02-24 20:01:07 -08:00
David Glasser
67a45935e0
banner update for 1.0.3.2
2015-02-24 16:24:42 -08:00
David Glasser
58c58b0320
METEOR@1.0.3.2-rc.0
2015-02-24 12:40:51 -08:00
Slava Kim
d0fc2a386f
New installer from Sorin
...
That actually compiles well with VS2010 express
2015-02-23 17:16:54 -08:00
Slava Kim
5bd8d35b68
Remove the outdated line deleting a benchmarks folder in browserify from the
...
dev-bundle script
2015-02-16 15:13:41 -08:00
David Glasser
5d17598584
Update pathwatcher, which took our PR
...
Our PR landed in 4.1.0, so we no longer need a fork.
Hopefully, the runas-related bug which causes dev bundle builds to
sometimes fail (which is why we moved the install to its own step) is
fixed with the newer version of runas used by pathwatcher now.
Note that we were previous using a fork with an early version of our PR,
which put the numeric errno on 'code'. The accepted version of the PR
puts the numeric errno on 'errno' (and in Node 0.12, puts a string on
'code').
2015-02-16 14:34:54 -08:00
Slava Kim
37f3230591
Merge branch 'upgrade-cordova' into devel
...
This merge applies changes to the dev-bundle script, but the new dev-bundle is
yet to be built.
2015-02-16 14:07:00 -08:00
Sashko Stubailo
61893dacf0
Relax linter
2015-02-13 20:35:40 -08:00
Sashko Stubailo
04151aadaa
Relax linter
2015-02-13 20:27:22 -08:00
Sashko Stubailo
e62268609f
Make docs data serialization stable so that diffs are viable
2015-02-12 10:27:48 -08:00
Slava Kim
c3615d6898
Add a link to docs on ios-sim
2015-02-11 15:56:34 -08:00
Slava Kim
eed629b503
Upgrade the cordova-cli dependency
2015-02-11 12:24:17 -08:00
Slava Kim
ac113d4d6d
A newer version of the installer
2015-02-10 17:11:50 -08:00