Re: [Qgis-developer] QGIS 2.0 point release?

2013-11-12 Thread Sandro Santilli
On Tue, Nov 12, 2013 at 02:29:08PM +1100, Nyall Dawson wrote:
 A bit of an update on how this is progressing:
 
 I got reasonably close to cherry picking a large number of commits from
 master which apply to the 2.0 branch. Originally, I'd included any fixes
 which were applicable, including commits which introduce new strings or
 change strings. In hindsight this was a mistake - I don't think any string
 changes should be pulled into the 2.0 branch as this would then require
 translation updates/etc. So I'm going to re-go through my branch and remove
 these fixes.
 
 There's quite a lot of useful fixes which do apply nicely to 2.0, so I
 still think a point release is a good idea. I'll post an update when I've
 got my branch ready to merge.

Thank you for your work Nyall.

I think one important safety measure when doing point releases would be
ensuring that the existing successful tests remains successful.
I know it's not easy as there's no 100% succeeding testsuite right now
(would help _a_lot_ to have one), but you could compare the runs between
the two branches (2.0.1 and 2.0.2-dev).

Ideally (one day) backports would not be allowed if without a testcase
to prove the fix was needed :)

--strk;
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] QGIS 2.0 point release?

2013-11-02 Thread Werner Macho
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi!

I guess if you have committed the fixes to the release-2_0 branch they
will be taken anyway ..
I am going to commit some german updates as well in that release branch ..
(I think that's what the release branch is meant for)

regards
Werner


On 11/02/2013 08:01 AM, Paolo Cavallini wrote:
 Il 02/11/2013 00:30, Nyall Dawson ha scritto:
 
 I'm not sure about translation related commits - does anyone have
 any thoughts regarding this?
 
 I have fixed a number of issues, I'd be happy of having them on the
 release. Thanks. ___ 
 Qgis-developer mailing list Qgis-developer@lists.osgeo.org 
 http://lists.osgeo.org/mailman/listinfo/qgis-developer
 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.15 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iEYEARECAAYFAlJ0oH4ACgkQDAH1YiCxBgmC0wCfa9KUAusPfbVZ+FWutyY59P7I
8lYAoIHPqWDwG4GTUcIJsmjZxZrhNLZo
=qr1w
-END PGP SIGNATURE-
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] QGIS 2.0 point release?

2013-11-01 Thread Jonathan Moules

 It's fine for us that control the hardware we run stuff on but a lot of
 people don't and have to go though a major process to get an update.


To that end, would it be possible to create an update that's more like a
patch of the sort that Windows, ArcGIS, most-games use, rather than (or
maybe on top of) an entirely new install? I realise this would be a lot of
work to initially set up (I don't think QGIS has this ability yet?), but
for end users, it would make keeping up to date much easier.

Joanthan

-- 
This transmission is intended for the named addressee(s) only and may 
contain sensitive or protectively marked material up to RESTRICTED and 
should be handled accordingly. Unless you are the named addressee (or 
authorised to receive it for the addressee) you may not copy or use it, or 
disclose it to anyone else. If you have received this transmission in error 
please notify the sender immediately. All email traffic sent to or from us, 
including without limitation all GCSX traffic, may be subject to recording 
and/or monitoring in accordance with relevant legislation.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] QGIS 2.0 point release?

2013-11-01 Thread Nathan Woodrow
I have experimented with a couple of binary patch making tools, never could
get any of them to really work but that is a good idea if someone has the
skills.

- Nathan


On Fri, Nov 1, 2013 at 8:49 PM, Jonathan Moules 
jonathanmou...@warwickshire.gov.uk wrote:

 It's fine for us that control the hardware we run stuff on but a lot of
 people don't and have to go though a major process to get an update.


 To that end, would it be possible to create an update that's more like a
 patch of the sort that Windows, ArcGIS, most-games use, rather than (or
 maybe on top of) an entirely new install? I realise this would be a lot of
 work to initially set up (I don't think QGIS has this ability yet?), but
 for end users, it would make keeping up to date much easier.

 Joanthan

 This transmission is intended for the named addressee(s) only and may
 contain sensitive or protectively marked material up to RESTRICTED and
 should be handled accordingly. Unless you are the named addressee (or
 authorised to receive it for the addressee) you may not copy or use it, or
 disclose it to anyone else. If you have received this transmission in error
 please notify the sender immediately. All email traffic sent to or from us,
 including without limitation all GCSX traffic, may be subject to recording
 and/or monitoring in accordance with relevant legislation.

___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] QGIS 2.0 point release?

2013-11-01 Thread Nyall Dawson
Seems like a positive response all round, I'll get started...


Do you have a plan about how to make sure, that the fixes did not
 introduce any regressions as side-effect?


My plans are to push any bug fix only (no new features) commits across, but
to exclude:
- Any processing related commits (since that's been updated via the plugin
mechanism)
- Any specific packaging related commits (I'm assuming all commits required
to build qgis 2.0 have already been push to the 2.0 branch, if not, i'll
leave that up to the packagers who know the situation better then me)

If a bug fix commit references an issue number I'll read up and check with
any attached datasets/etc to make sure there's no side effects. If in
doubt, I'll err on the side of caution and not port the commit. I'll also
put together a list of commits I'm unsure about and post here for further
input.

I'm not sure about translation related commits - does anyone have any
thoughts regarding this?

Nyall
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] QGIS 2.0 point release?

2013-11-01 Thread Nyall Dawson
On 2 November 2013 10:30, Nyall Dawson nyall.daw...@gmail.com wrote:


 My plans are to push any bug fix only (no new features) commits across,
 but to exclude:
 - Any processing related commits (since that's been updated via the plugin
 mechanism)
 - Any specific packaging related commits (I'm assuming all commits
 required to build qgis 2.0 have already been push to the 2.0 branch, if
 not, i'll leave that up to the packagers who know the situation better then
 me)

 I also should have added that I'll exclude any android-related commits too.

Nyall
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] QGIS 2.0 point release?

2013-10-31 Thread Matthias Kuhn
Hi Nyall,

I will happly release updated Packages for Fedora in my own Repo and I'm
sure they will also be packaged for the official repository in Fedora 20.

I am in favor of this plan. But the most heavily requested packages will
probably be Ubuntu + OS X + Windows. So it would be nice to receive
feedback of the respective maintainers.

Do you have a plan about how to make sure, that the fixes did not
introduce any regressions as side-effect?

Regards and thank you for the offer,
Matthias

On 29.10.2013 23:21, Nyall Dawson wrote:
 Hey all,

 I'm just scoping things out -- if I was to go through all the commits
 which have hit master since the 2.0 release and apply any relevant bug
 fixes to the release-2_0 branch, what's the chance of getting this
 packaged up and released as a 2.0 point release?

 I'm happy to apply all the bug fixes, but packaging isn't in my skillset!

 Nyall



 ___
 Qgis-developer mailing list
 Qgis-developer@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-developer

___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] QGIS 2.0 point release?

2013-10-31 Thread William Kyngesburye
Sure, I'll package for OS X.

On Oct 31, 2013, at 6:43 AM, Matthias Kuhn wrote:

 Hi Nyall,
 
 I will happly release updated Packages for Fedora in my own Repo and I'm
 sure they will also be packaged for the official repository in Fedora 20.
 
 I am in favor of this plan. But the most heavily requested packages will
 probably be Ubuntu + OS X + Windows. So it would be nice to receive
 feedback of the respective maintainers.
 
 Do you have a plan about how to make sure, that the fixes did not
 introduce any regressions as side-effect?
 
 Regards and thank you for the offer,
 Matthias
 
 On 29.10.2013 23:21, Nyall Dawson wrote:
 Hey all,
 
 I'm just scoping things out -- if I was to go through all the commits
 which have hit master since the 2.0 release and apply any relevant bug
 fixes to the release-2_0 branch, what's the chance of getting this
 packaged up and released as a 2.0 point release?
 
 I'm happy to apply all the bug fixes, but packaging isn't in my skillset!
 
 Nyall

-
William Kyngesburye kyngchaos*at*kyngchaos*dot*com
http://www.kyngchaos.com/

The beast is actively interested only in now, and, as it is always now and 
always shall be, there is an eternity of time for the accomplishment of 
objects.

- the wisdom of Tarzan





___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] QGIS 2.0 point release?

2013-10-31 Thread Paolo Cavallini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Il 29/10/2013 23:21, Nyall Dawson ha scritto:
 I'm happy to apply all the bug fixes, but packaging isn't in my skillset!

Hi Nyall,
thanks for your offer, very interesting. Of course packagers will have to bear 
much
of the burden of a new release, so they have a say on this.
On the other hand, AFAIK we are going to release more often, so I wonder if it 
is
worth the while backporting fixes while releasing a new version, with the same 
bugs
fixed.
All the best.
- -- 
Paolo Cavallini - Faunalia
www.faunalia.eu
Full contact details at www.faunalia.eu/pc
Nuovi corsi QGIS e PostGIS: http://www.faunalia.it/calendario
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.15 (GNU/Linux)
Comment: Using GnuPG with Icedove - http://www.enigmail.net/

iEYEARECAAYFAlJyhxgACgkQ/NedwLUzIr7SbwCfe1pI4DxzxV19OGx5RfsQKYGw
qV4AoIhYnwrzNN4gTB/x0JSrVJNSiCY2
=GIBY
-END PGP SIGNATURE-
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] QGIS 2.0 point release?

2013-10-30 Thread Jonathan Moules
+1

I was going to ask if there were plans for something like this, but it's
great to see someone taking the initiative on it!



On 29 October 2013 22:21, Nyall Dawson nyall.daw...@gmail.com wrote:

 Hey all,

 I'm just scoping things out -- if I was to go through all the commits
 which have hit master since the 2.0 release and apply any relevant bug
 fixes to the release-2_0 branch, what's the chance of getting this packaged
 up and released as a 2.0 point release?

 I'm happy to apply all the bug fixes, but packaging isn't in my skillset!

 Nyall


 ___
 Qgis-developer mailing list
 Qgis-developer@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-developer


-- 
This transmission is intended for the named addressee(s) only and may 
contain sensitive or protectively marked material up to RESTRICTED and 
should be handled accordingly. Unless you are the named addressee (or 
authorised to receive it for the addressee) you may not copy or use it, or 
disclose it to anyone else. If you have received this transmission in error 
please notify the sender immediately. All email traffic sent to or from us, 
including without limitation all GCSX traffic, may be subject to recording 
and/or monitoring in accordance with relevant legislation.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

[Qgis-developer] QGIS 2.0 point release?

2013-10-29 Thread Nyall Dawson
Hey all,

I'm just scoping things out -- if I was to go through all the commits which
have hit master since the 2.0 release and apply any relevant bug fixes to
the release-2_0 branch, what's the chance of getting this packaged up and
released as a 2.0 point release?

I'm happy to apply all the bug fixes, but packaging isn't in my skillset!

Nyall
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer