Re: [meteor-talk] 1.0 release candidate

533 views
Skip to first unread message

Arunoda Susiripala

unread,
Oct 17, 2014, 10:04:36 PM10/17/14
to meteo...@googlegroups.com, meteo...@googlegroups.com
Awesome :)


On Sat, Oct 18, 2014 at 7:11 AM, Emily Stark <em...@meteor.com> wrote:
Hi all,

We are sooooooo close! Today we are putting out a release candidate for 1.0. Give it a whirl in your apps with:

$ meteor --release 1.0-rc.1

For this release, we are focusing on polishing away rough edges, so please try it out on your apps and let us know about any weirdnesses or problems that you see. (Or if everything works great, we'd like to hear that too!)

Here are some of the notable features and improvements in this release:

* For package authors: we've made it much easier to publish packages with binary dependencies. A new `meteor admin get-machine` command gives you a secure shell to a machine on an architecture of your choice, on which you can run `meteor publish-for-arch`. See `meteor --release 1.0-rc.1 help admin get-machine` for more information.

* Reduce unnecessary syncs with the package server, which speeds up startup times for many commands.

* Speed up `meteor deploy` by removing unnecessary package files from the bundled app.

* Improve default launch screens for mobile apps.

Here's a link to the in-progress History notes: https://github.com/meteor/meteor/blob/devel/History.md

Enjoy!

--
You received this message because you are subscribed to the Google Groups "meteor-talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to meteor-talk...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Arunoda Susiripala

unread,
Oct 17, 2014, 10:07:34 PM10/17/14
to meteo...@googlegroups.com, meteo...@googlegroups.com

Have some questions?

> meteor publish no longer publishes builds automatically.

What if I don't publish any builds. You mean binary builds right?
So we need to publish-for-arc for mac as well (assume, I am using mac)

Nick Martin

unread,
Oct 17, 2014, 10:37:33 PM10/17/14
to meteo...@googlegroups.com, meteo...@googlegroups.com
Er, yeah, binary builds. This change only affects binary packages. Good catch =)

Right, you will now need to publish-for-arch for all three platforms instead of just the two you aren't running on. We recommend not publish-for-arch'ing from your development mac, as it won't necessarily have a controlled and stable ABI. The mac build machines you can access via get-machine are using a version of MacOS with an older toolchain so your builds will be compatible back to OSX 10.7. The linux machines build with an older glibc (2.7) so built binaries support older linuxes.

Cheers,
-- Nick

--
You received this message because you are subscribed to the Google Groups "meteor-core" group.
To unsubscribe from this group and stop receiving emails from it, send an email to meteor-core...@googlegroups.com.
To post to this group, send email to meteo...@googlegroups.com.
Visit this group at http://groups.google.com/group/meteor-core.

Arunoda Susiripala

unread,
Oct 17, 2014, 10:44:13 PM10/17/14
to meteo...@googlegroups.com, meteo...@googlegroups.com
Ok got it. Thanks. Build boxes seems like a great idea before a build farm. Thanks. 

May be we may script this. Do we allow to pass a init script or command to run when launching boxes. If so scripting can be done easily. :)


--

David Glasser

unread,
Oct 18, 2014, 1:45:19 AM10/18/14
to meteo...@googlegroups.com, meteo...@googlegroups.com
... and now, --release 1.0-rc.2 , fixing some minor bugs around using meteor while offline.

emgee3

unread,
Oct 19, 2014, 7:51:28 PM10/19/14
to meteo...@googlegroups.com, meteo...@googlegroups.com
Is it possible to get a release with a semver-compatible version number? e.g. --release 1.0.0-rc3 

Emily Stark

unread,
Oct 21, 2014, 11:06:18 AM10/21/14
to meteo...@googlegroups.com, meteo...@googlegroups.com

Nick Martin

unread,
Oct 21, 2014, 11:06:20 AM10/21/14
to meteo...@googlegroups.com, meteo...@googlegroups.com
Yeah, exactly. The idea is to eventually automate it so 'meteor publish' will do everything automatically. Manual ssh to build boxes is a first step.

I don't think the current admin get-machine command lets you pass a script to run, but that's a good idea.

Cheers,
-- Nick

Slava Kim

unread,
Oct 21, 2014, 1:16:52 PM10/21/14
to meteo...@googlegroups.com, meteo...@googlegroups.com
Richard,

could you please give me more information on what is going on? Is the app reloading or is it just plugin printing this line over and over?

Slava

On Monday, October 20, 2014 5:55:54 PM UTC-7, Richard Fielding wrote:
Getting the following infinite loop on cordova with rc.2 :

pc6:app user$ meteor run android-device -p 3000 --release 1.0-rc.2

  upgraded accounts-password from version 1.0.3 to version 1.0.4-rc.0           

  upgraded session from version 1.0.3 to version 1.0.4-rc.0

  upgraded blaze from version 2.0.2 to version 2.0.3-rc.0

  upgraded templating from version 1.0.8 to version 1.0.9-rc.0

  upgraded autoupdate from version 1.1.2 to version 1.1.3-rc.0

  upgraded less from version 1.0.10 to version 1.0.11-rc.1

  added launch-screen at version 1.0.0-rc.0    

  upgraded http from version 1.0.7 to version 1.0.8-rc.1

  upgraded logging from version 1.0.4 to version 1.0.5-rc.0

  upgraded minimongo from version 1.0.4 to version 1.0.5-rc.0

  upgraded accounts-ui-unstyled from version 1.1.3 to version 1.1.4-rc.0

  upgraded meteor from version 1.1.2 to version 1.1.3-rc.0

  upgraded webapp from version 1.1.3 to version 1.1.4-rc.0

  upgraded url from version 1.0.1 to version 1.0.2-rc.0

  upgraded ddp from version 1.0.10 to version 1.0.11-rc.0

  upgraded meteor-platform from version 1.1.2 to version 1.2.0-rc.0

  upgraded mongo from version 1.0.7 to version 1.0.8-rc.0

  upgraded minifiers from version 1.1.1 to version 1.1.2-rc.0

WARNING: You are testing your app on a remote device.                           

         For the mobile app to be able to connect to the local server, make

         sure your device is on the same network, and that the network

         configuration allows clients to talk to each other

         (no client isolation).

=> Using Meteor MET...@1.0-rc.2 as requested (overriding Meteor MET...@0.9.4)


[[[[[ ~/Desktop/kbg/distribution ]]]]]         


=> Started proxy.                              

=> Started MongoDB.                            

=> Started app on Android Device.              

=> Started your app.                           

                                               

=> App running at: http://localhost:3000/

I20141021-02:51:57.138(2) (android:plugins/com.chariotsolutions.nfc.plugin/www/phonegap-nfc.js:18) Initialized the NfcPlugin

I20141021-02:51:57.622(2) (android:http://meteor.local/plugins/com.chariotsolutions.nfc.plugin/www/phonegap-nfc.js:18) Initialized the NfcPlugin

I20141021-02:51:57.981(2) (android:http://meteor.local/plugins/com.chariotsolutions.nfc.plugin/www/phonegap-nfc.js:18) Initialized the NfcPlugin

I20141021-02:51:58.228(2) (android:http://meteor.local/plugins/com.chariotsolutions.nfc.plugin/www/phonegap-nfc.js:18) Initialized the NfcPlugin

I20141021-02:51:58.502(2) (android:http://meteor.local/plugins/com.chariotsolutions.nfc.plugin/www/phonegap-nfc.js:18) Initialized the NfcPlugin

I20141021-02:51:58.725(2) (android:http://meteor.local/plugins/com.chariotsolutions.nfc.plugin/www/phonegap-nfc.js:18) Initialized the NfcPlugin


ad infinitum

Emily Stark

unread,
Oct 23, 2014, 10:44:10 PM10/23/14
to meteo...@googlegroups.com, meteo...@googlegroups.com
Hi all,

We have a new RC for you to test! Please try it out with `meteor --release 1.0-rc.7`.

We've fixed a number of bugs and rough edges. Here are some of the highlights:
* Make the 'spiderable' package use TLSv1, for compatibility with servers that have disabled SSLv3 in light of POODLE.
* Fix bug where Cordova clients connected to http:// URLs in spite of using an https:// URL in the --mobile-server option.
* Add new default launch screen for Cordova apps.

Please let us know if you notice any problems or if everything goes smoothly. Thanks!

On Fri, Oct 17, 2014 at 6:41 PM, Emily Stark <em...@meteor.com> wrote:

Nuno Vidal

unread,
Oct 24, 2014, 12:00:24 PM10/24/14
to meteo...@googlegroups.com, meteo...@googlegroups.com
I'm getting the an error when using release 1.0-rc.7 and trying to run the android app saying that I need to install android sdk but I already have it installed. After asking meteor to install sdk I get the same error.


> meteor --release 1.0-rc.7 run android 
  upgraded accounts-password from version 1.0.3 to version 1.0.4-rc.0
  upgraded session
from version 1.0.3 to version 1.0.4-rc.0
  upgraded blaze
from version 2.0.2 to version 2.0.3-rc.0

  upgraded templating
from version 1.0.8 to version 1.0.9-rc.1
  upgraded autoupdate
from version 1.1.2 to version 1.1.3-rc.2
  upgraded less
from version 1.0.10 to version 1.0.11-rc.4
  upgraded google
from version 1.1.1 to version 1.1.2-rc.0

  added launch
-screen at version 1.0.0-rc.0
 
  upgraded accounts
-ui from version 1.1.2 to version 1.1.3-rc.0
  upgraded http
from version 1.0.7 to version 1.0.8-rc.4

  upgraded logging
from version 1.0.4 to version 1.0.5-rc.0
  upgraded minimongo
from version 1.0.4 to version 1.0.5-rc.0
  upgraded accounts
-ui-unstyled from version 1.1.3 to version 1.1.4-rc.0
  upgraded meteor
from version 1.1.2 to version 1.1.3-rc.0

  upgraded webapp
from version 1.1.3 to version 1.1.4-rc.2

  upgraded url
from version 1.0.1 to version 1.0.2-rc.0

  upgraded ddp
from version 1.0.10 to version 1.0.11-rc.1

  upgraded meteor
-platform from version 1.1.2 to version 1.2.0-rc.0

  upgraded mongo
from version 1.0.7 to version 1.0.8-rc.1
  upgraded minifiers
from version 1.1.1 to version 1.1.2-rc.1
The Android platform is not installed; please run: meteor install-sdk android


> meteor install-sdk android
✓ Found Android bundle
✓ A JDK is installed
✗ Android emulator acceleration is not installed
   
(The Android emulator will be very slow without acceleration)
✓ Found suitable Android x86 image
✓ 'meteor' android virtual device (AVD) found

If I run again "meteor --release 1.0-rc.7 run android" is get the same error 

Avital Oliver

unread,
Oct 24, 2014, 12:31:02 PM10/24/14
to meteo...@googlegroups.com, meteo...@googlegroups.com
What do you get if you run `meteor --release 1.0-rc.7 install-sdk android`?

Nuno Vidal

unread,
Oct 24, 2014, 12:56:59 PM10/24/14
to meteo...@googlegroups.com, meteo...@googlegroups.com
That does solve the first part! 

Now I'm getting other errors when trying to run the app on my android device directly from meteor using the following command line:

meteor run android-device --release 1.0-rc.7 --settings ./server/config/settings.json  --mobile-server http://www.mywebsite.com
  upgraded session from version 1.0.3 to version 1.0.4-rc.0
  upgraded blaze
from version 2.0.2 to version 2.0.3-rc.0
  upgraded templating
from version 1.0.8 to version 1.0.9-rc.1
  upgraded autoupdate
from version 1.1.2 to version 1.1.3-rc.2
  upgraded less
from version 1.0.10 to version 1.0.11-rc.4
  upgraded google
from version 1.1.1 to version 1.1.2-rc.0
  added launch
-screen at version 1.0.0-rc.0  
  upgraded accounts
-ui from version 1.1.2 to version 1.1.3-rc.0
  upgraded http
from version 1.0.7 to version 1.0.8-rc.4
  upgraded logging
from version 1.0.4 to version 1.0.5-rc.0
  upgraded minimongo
from version 1.0.4 to version 1.0.5-rc.0
  upgraded accounts
-ui-unstyled from version 1.1.3 to version 1.1.4-rc.0
  upgraded meteor
from version 1.1.2 to version 1.1.3-rc.0
  upgraded webapp
from version 1.1.3 to version 1.1.4-rc.2
  upgraded url
from version 1.0.1 to version 1.0.2-rc.0
  upgraded ddp
from version 1.0.10 to version 1.0.11-rc.1
  upgraded meteor
-platform from version 1.1.2 to version 1.2.0-rc.0
  upgraded mongo
from version 1.0.7 to version 1.0.8-rc.1
  upgraded minifiers
from version 1.1.1 to version 1.1.2-rc.1

WARNING
: You are testing your app on a remote device.
         
For the mobile app to be able to connect to the local server, make
         sure your device
is on the same network, and that the network
         configuration allows clients to talk to each other
         
(no client isolation).
=> Using Meteor METEOR@1.0-rc.7 as requested (overriding Meteor METEOR@0.9.4)

[[[[[ ~/MeteorApps/MyApp ]]]]]        

=> Started proxy.                            
=> Started MongoDB.                          
=> Started app on Android Device.            
                                             
/home/user/.meteor/packages/meteor-tool/.1.0.35-rc.9.1rcy91r++os.linux.x86_64+web.browser+web.cordova/meteor-tool-os.linux.x86_64/dev_bundle/lib/node_modules/fibers/future.js:154
 
throw new Error('Future resolved more than once');
       
^
Error: Future resolved more than once
    at
Object.Future.return (/home/user/.meteor/packages/meteor-tool/.1.0.35-rc.9.1rcy91r++os.linux.x86_64+web.browser+web.cordova/meteor-tool-os.linux.x86_64/dev_bundle/lib/node_modules/fibers/future.js:154:10)
    at
Object.<anonymous> (/home/user/.meteor/packages/meteor-tool/.1.0.35-rc.9.1rcy91r++os.linux.x86_64+web.browser+web.cordova/meteor-tool-os.linux.x86_64/dev_bundle/lib/node_modules/fibers/future.js:242:16)
    at
ChildProcess.<anonymous> (/home/user/.meteor/packages/meteor-tool/.1.0.35-rc.9.1rcy91r++os.linux.x86_64+web.browser+web.cordova/meteor-tool-os.linux.x86_64/tools/commands-cordova.js:223:13)
    at
ChildProcess.emit (events.js:98:17)
    at maybeClose
(child_process.js:755:16)
    at
Socket.<anonymous> (child_process.js:968:11)
    at
Socket.emit (events.js:95:17)
    at
Pipe.close (net.js:465:12)


When installing android sdk for rc7 and setting up the platform requirement also got some errors... don't think those are related, but as I'm not fluent in Linux I may be wrong...

meteor --release 1.0-rc.7 install-sdk android
✓ Found Android bundle
✓ A JDK is installed                          
✗ Android emulator acceleration is not installed
 
(The Android emulator will be very slow without acceleration)
✓ Found Android Platform tools                
Installing Android Build Tools                
✓ Installed Android Build Tools                                                    
✓ Found Android 19 API                        
✓ Found suitable Android x86 image            
✓ 'meteor' android virtual device (AVD) found
Platform requirements not yet met            
Please follow the instructions here:          
https
://github.com/meteor/meteor/wiki/Mobile-Dev-Install:-Android-on-Linux#haxm


sudo apt-get update; sudo apt-get install --yes openjdk-7-jdk
Ign http://archive.ubuntu.com trusty InRelease
Ign http://extra.linuxmint.com qiana InRelease                                
Ign http://archive.ubuntu.com trusty-updates InRelease  
...    
Err http://download.virtualbox.org qiana/contrib amd64 Packages                
 
404  Not found
Err http://download.virtualbox.org qiana/non-free amd64 Packages              
 
404  Not found
Err http://download.virtualbox.org qiana/contrib i386 Packages                
 
404  Not found
Err http://download.virtualbox.org qiana/non-free i386 Packages                
 
404  Not found
Ign http://download.virtualbox.org qiana/contrib Translation-en_US            
Ign http://download.virtualbox.org qiana/contrib Translation-en                
Ign http://download.virtualbox.org qiana/non-free Translation-en_US            
Ign http://download.virtualbox.org qiana/non-free Translation-en              
Fetched 1867 kB in 16s (110 kB/s)        
                                     
W
: Failed to fetch http://download.virtualbox.org/virtualbox/debian/dists/qiana/contrib/binary-amd64/Packages  404  Not found
W
: Failed to fetch http://download.virtualbox.org/virtualbox/debian/dists/qiana/non-free/binary-amd64/Packages  404  Not found
W
: Failed to fetch http://download.virtualbox.org/virtualbox/debian/dists/qiana/contrib/binary-i386/Packages  404  Not found
W
: Failed to fetch http://download.virtualbox.org/virtualbox/debian/dists/qiana/non-free/binary-i386/Packages  404  Not found
E
: Some index files failed to download. They have been ignored, or old ones used instead.

Reading package lists... Done
Building dependency tree      
Reading state information... Done
The following extra packages will be installed:
  icedtea
-7-jre-jamvm openjdk-7-jre openjdk-7-jre-headless
Suggested packages:
  openjdk
-7-demo openjdk-7-source visualvm sun-java6-fonts
  fonts
-ipafont-gothic fonts-ipafont-mincho ttf-telugu-fonts ttf-oriya-fonts
  ttf
-kannada-fonts ttf-bengali-fonts
Recommended packages:
  libxt
-dev libgconf2-4
The following packages will be upgraded:
  icedtea
-7-jre-jamvm openjdk-7-jdk openjdk-7-jre openjdk-7-jre-headless
4 upgraded, 0 newly installed, 0 to remove and 41 not upgraded.
Need to get 56,5 MB of archives.
After this operation, 296 kB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu/ trusty-updates/main openjdk-7-jdk amd64 7u71-2.5.3-0ubuntu0.14.04.1 [16,3 MB]
Get:2 http://archive.ubuntu.com/ubuntu/ trusty-updates/main openjdk-7-jre amd64 7u71-2.5.3-0ubuntu0.14.04.1 [171 kB]
Get:3 http://archive.ubuntu.com/ubuntu/ trusty-updates/main icedtea-7-jre-jamvm amd64 7u71-2.5.3-0ubuntu0.14.04.1 [430 kB]
Get:4 http://archive.ubuntu.com/ubuntu/ trusty-updates/main openjdk-7-jre-headless amd64 7u71-2.5.3-0ubuntu0.14.04.1 [39,5 MB]
Fetched 56,5 MB in 56s (997 kB/s)                                              
(Reading database ... 152867 files and directories currently installed.)
Preparing to unpack .../openjdk-7-jdk_7u71-2.5.3-0ubuntu0.14.04.1_amd64.deb ...
Unpacking openjdk-7-jdk:amd64 (7u71-2.5.3-0ubuntu0.14.04.1) over (7u65-2.5.2-3~14.04) ...
Preparing to unpack .../openjdk-7-jre_7u71-2.5.3-0ubuntu0.14.04.1_amd64.deb ...
Unpacking openjdk-7-jre:amd64 (7u71-2.5.3-0ubuntu0.14.04.1) over (7u65-2.5.2-3~14.04) ...
Preparing to unpack .../icedtea-7-jre-jamvm_7u71-2.5.3-0ubuntu0.14.04.1_amd64.deb ...
Unpacking icedtea-7-jre-jamvm:amd64 (7u71-2.5.3-0ubuntu0.14.04.1) over (7u65-2.5.2-3~14.04) ...
Preparing to unpack .../openjdk-7-jre-headless_7u71-2.5.3-0ubuntu0.14.04.1_amd64.deb ...
Unpacking openjdk-7-jre-headless:amd64 (7u71-2.5.3-0ubuntu0.14.04.1) over (7u65-2.5.2-3~14.04) ...
Processing triggers for gnome-menus (3.10.1-0ubuntu2) ...
Processing triggers for desktop-file-utils (0.22-1ubuntu1) ...
Processing triggers for mime-support (3.54ubuntu1) ...
Processing triggers for hicolor-icon-theme (0.13-1) ...
Setting up openjdk-7-jre-headless:amd64 (7u71-2.5.3-0ubuntu0.14.04.1) ...
Setting up openjdk-7-jre:amd64 (7u71-2.5.3-0ubuntu0.14.04.1) ...
Setting up openjdk-7-jdk:amd64 (7u71-2.5.3-0ubuntu0.14.04.1) ...
Setting up icedtea-7-jre-jamvm:amd64 (7u71-2.5.3-0ubuntu0.14.04.1) ...
Processing triggers for libc-bin (2.19-0ubuntu6.3) ...


sudo apt-get update; sudo apt-get install --yes lib32z1 lib32stdc++6
Ign http://archive.ubuntu.com trusty InRelease
Ign http://archive.ubuntu.com trusty-updates InRelease                            
Ign http://packages.linuxmint.com qiana InRelease                              
...                    
Err http://download.virtualbox.org qiana/contrib amd64 Packages                
 
404  Not found
Err http://download.virtualbox.org qiana/non-free amd64 Packages
 
404  Not found
Err http://download.virtualbox.org qiana/contrib i386 Packages
 
404  Not found
Err http://download.virtualbox.org qiana/non-free i386 Packages
 
404  Not found
Ign http://download.virtualbox.org qiana/contrib Translation-en_US
Ign http://download.virtualbox.org qiana/contrib Translation-en
Ign http://download.virtualbox.org qiana/non-free Translation-en_US
Ign http://download.virtualbox.org qiana/non-free Translation-en
Fetched 211 kB in 22s (9165 B/s)

W
: Failed to fetch http://download.virtualbox.org/virtualbox/debian/dists/qiana/contrib/binary-amd64/Packages  404  Not found
W
: Failed to fetch http://download.virtualbox.org/virtualbox/debian/dists/qiana/non-free/binary-amd64/Packages  404  Not found
W
: Failed to fetch http://download.virtualbox.org/virtualbox/debian/dists/qiana/contrib/binary-i386/Packages  404  Not found
W
: Failed to fetch http://download.virtualbox.org/virtualbox/debian/dists/qiana/non-free/binary-i386/Packages  404  Not found
E
: Some index files failed to download. They have been ignored, or old ones used instead.

Reading package lists... Done
Building dependency tree      
Reading state information... Done
lib32stdc
++6 is already the newest version.
lib32z1
is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 41 not upgraded.




Ekaterina Kuznetsova

unread,
Oct 24, 2014, 7:57:02 PM10/24/14
to meteo...@googlegroups.com, meteo...@googlegroups.com
Hey everyone!

Thanks for your testing! We have published the 1.0-rc.9 that fixes many reported issues. Please try it out!

Yay!

    at
ChildProcess.<anonymous> (/home/user/.meteor/packages/meteor-tool/.1.0.35-rc.9.1rcy91r++os.linux.x86_64+web.browser+<span
...

Ekaterina Kuznetsova

unread,
Oct 24, 2014, 7:58:55 PM10/24/14
to meteo...@googlegroups.com, meteo...@googlegroups.com
re: meteor admin get-machine

You can't pass in a script -- there is a lot of finer detail of error handling around that, that we haven't done yet. But you can pass in the --json argument,
which will print a json of hostname, sshKey, etc. From there, a script that runs get-machine, takes the output and passes it to ssh along with a script, should
be pretty straightforward.

Let us know if you run out of time on the machines -- we'll give you some extra. Thanks so much for the testing!

Emily Stark

unread,
Oct 27, 2014, 11:38:33 PM10/27/14
to meteo...@googlegroups.com, meteo...@googlegroups.com
Hi all,

We have another release candidate for you to try, where we've fixed a few bugs: `meteor --release 1.0-rc.10`. Notably, we've made accounts-twitter work in the Android emulator and with `meteor run [android-device|ios-device]`, so please give it a try if you use Twitter login in your app.

Thanks!
Emily

--
You received this message because you are subscribed to the Google Groups "meteor-core" group.
To unsubscribe from this group and stop receiving emails from it, send an email to meteor-core...@googlegroups.com.
To post to this group, send email to meteo...@googlegroups.com.
Visit this group at http://groups.google.com/group/meteor-core.

dcsan

unread,
Oct 28, 2014, 1:19:00 AM10/28/14
to meteo...@googlegroups.com, meteo...@googlegroups.com

unknown version?


+ METEOR_OFFLINE_CATALOG=true

+ meteor run --release 1.0-rc10 --settings private/config/local.json

1.0-rc10: unknown release.

Slava Kim

unread,
Oct 28, 2014, 1:19:47 AM10/28/14
to meteo...@googlegroups.com, meteo...@googlegroups.com

> 1.0-rc10: unknown release.

try 1.0-rc.10

--
You received this message because you are subscribed to a topic in the Google Groups "meteor-talk" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/meteor-talk/rrb2nUTd0zs/unsubscribe.
To unsubscribe from this group and all its topics, send an email to meteor-talk...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages