Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [paho-dev] Paho 0.9 Release Update

Thanks for looking at it, I'll see if I can get that in soon as.

Al

On 28 May 2014 14:52, "Andy Piper" <andypiperuk@xxxxxxxxx> wrote:
Nitpick on the p2 client repo (http://download.eclipse.org/paho/)

Currently the License and Copyright fields are not populated in the IDE when you select one of the two features to install (Details->More in the Install dialog). I suspect this is just a bit of missing metadata.


On Wed, May 21, 2014 at 10:13 PM, Ian Craggs <icraggs@xxxxxxxxxxxxxxxxxxxxxxx> wrote:
Roger,

I've done as you suggested for the C client, and used "v0.9-incubating" as the tag name, and the download zips do indeed have incubating in the name.    For example:

http://git.eclipse.org/c/paho/org.eclipse.paho.mqtt.c.git/snapshot/org.eclipse.paho.mqtt.c-0.9-incubating.zip

Thanks!


Ian

On 05/12/2014 10:56 PM, Roger Light wrote:
Hi all,

Something else that I think is important - you should all tag your
repositories to indicate what version 0.9 is.

I did

git tag -a -s v0.9 -m "Version 0.9"

That creates an annotated tag (hence the commit message, not sure if
it's entirely necessary) that is gpg signed with my key.

You can then push the tag using

git push --tags

A normal push doesn't deal with tags.

It may have been more appropriate to use "v0.9-incubating" as the tag
name - then the download files automatically generated on
http://git.eclipse.org/c/paho/org.eclipse.paho.mqtt.python.git/ would
presumably have had -incubating in the name as well.

Cheers,

Roger


On Mon, May 12, 2014 at 12:34 AM, Ian Craggs
<icraggs@xxxxxxxxxxxxxxxxxxxx.uk> wrote:
Where we are with the 0.9 release.

Python client on PyPi - thanks Roger.

C client:
     Linux build at
http://build.eclipse.org/technology/paho/C/0.9.0/201405081100/
     Also a "proper" mirrored download at
http://www.eclipse.org/downloads/download.php?file=/paho/0.9/eclipse-paho-mqtt-c-unix-incubation-0.9.0.tar.gz
     I have the MacOSX build working - updated Makefile in the master stream.
Todo: Hudson build and create download package.
     Windows Visual Studio build working.  Todo: finish Hudson build and
create download package.

Java client:
     I created a p2 install on my desktop last week, for the Java client and
Eclipse view with Maven/Tycho.  I handed that over to our colleague Bin, to
continue.

_javascript_ client:
     Not yet started.

New Website:
     Most pages complete.  Eclipse view and 1 or 2 others still to do.

I hope we can complete these remaining tasks this week - Allan is back from
vacation to help out too.

--
Ian Craggs
icraggs@xxxxxxxxxx                 IBM United Kingdom
Committer on Paho, Mosquitto

_______________________________________________
paho-dev mailing list
paho-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/paho-dev
_______________________________________________
paho-dev mailing list
paho-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/paho-dev

--
Ian Craggs
icraggs@xxxxxxxxxx                 IBM United Kingdom
Committer on Paho, Mosquitto

_______________________________________________
paho-dev mailing list
paho-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/paho-dev



--
Andy Piper | Kingston upon Thames, London (UK)
blog: http://andypiper.co.uk   |   skype: andypiperuk
twitter: @andypiper  |  images: http://www.flickr.com/photos/andypiper

_______________________________________________
paho-dev mailing list
paho-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/paho-dev


Back to the top