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

Roger,

thanks for the reminder.  Once we get there, we'll do that.

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@xxxxxxxxxxxxxxxxxxxxxxx> 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



Back to the top