[GRASS-dev] [release planning] GRASS GIS 7.2.2

Hi all,

GRASS 7.2.1 has been released on 3rd May 2017, so time to plan the
next release, i.e. 7.2.2. Currently 7.2.2 release is planned in July
[1]. It would mean, following RFC4 [2] using [3]:

2017-07-05 - soft freeze (only bugfixes)
2017-08-04 - hard freeze + RC1
2017-08-14 - RC2
2017-08-29 - final

It would be nice also to solve waiting backports [4] till 2017-07-05
or also at the FOSS4G-E code sprint.

Opinions?

Markus

[1] https://trac.osgeo.org/grass/milestone/7.2.2
[2] https://trac.osgeo.org/grass/wiki/RFC/4_ReleaseProcedure
[3] derive RFC4 dates tool :slight_smile:

#!/bin/sh
for d in 0 30 40 55 ; do
  delay=7 # between this first announcement and day X
  d=`expr $d + $delay`
  date -d "now +$d days" +"%Y-%m-%d"
done

[4] https://trac.osgeo.org/grass/wiki/Grass7Planning#a7.2.2tobebackported

Hi,

2017-06-28 23:02 GMT+02:00 Markus Neteler <neteler@osgeo.org>:

2017-07-05 - soft freeze (only bugfixes)
2017-08-04 - hard freeze + RC1
2017-08-14 - RC2
2017-08-29 - final

It would be nice also to solve waiting backports [4] till 2017-07-05
or also at the FOSS4G-E code sprint.

Opinions?

make sense to me. Would be nice to release RC1 at FOSS4G-E, but it
would be probably too early regarding to soft freeze period.

[3] derive RFC4 dates tool :slight_smile:

#!/bin/sh
for d in 0 30 40 55 ; do
  delay=7 # between this first announcement and day X
  d=`expr $d + $delay`
  date -d "now +$d days" +"%Y-%m-%d"
done

What about putting it to grass_addons/tools ?

Martin

--
Martin Landa
http://geo.fsv.cvut.cz/gwiki/Landa
http://gismentors.cz/mentors/landa

On Sun, Jul 9, 2017 at 12:50 PM, Martin Landa <landa.martin@gmail.com> wrote:

Hi,

2017-06-28 23:02 GMT+02:00 Markus Neteler <neteler@osgeo.org>:

2017-07-05 - soft freeze (only bugfixes)
2017-08-04 - hard freeze + RC1
2017-08-14 - RC2
2017-08-29 - final

It would be nice also to solve waiting backports [4] till 2017-07-05
or also at the FOSS4G-E code sprint.

Opinions?

make sense to me. Would be nice to release RC1 at FOSS4G-E, but it
would be probably too early regarding to soft freeze period.

We just need to start :slight_smile:

[3] derive RFC4 dates tool :slight_smile:

#!/bin/sh
for d in 0 30 40 55 ; do
  delay=7 # between this first announcement and day X
  d=`expr $d + $delay`
  date -d "now +$d days" +"%Y-%m-%d"
done

What about putting it to grass_addons/tools ?

Sure: r71252.

Markus

Hi,

2017-07-09 15:08 GMT+02:00 Markus Neteler <neteler@osgeo.org>:

What about putting it to grass_addons/tools ?

Sure: r71252.

thanks, cool :slight_smile: Ma

--
Martin Landa
http://geo.fsv.cvut.cz/gwiki/Landa
http://gismentors.cz/mentors/landa

Hi,

2017-06-28 23:02 GMT+02:00 Markus Neteler <neteler@osgeo.org>:

2017-07-05 - soft freeze (only bugfixes)
2017-08-04 - hard freeze + RC1
2017-08-14 - RC2
2017-08-29 - final

kind reminder, we are close to hard freeze, only bugfixes are allowed
in relbr72. Martin

--
Martin Landa
http://geo.fsv.cvut.cz/gwiki/Landa
http://gismentors.cz/mentors/landa

On 03/08/17 09:58, Martin Landa wrote:

Hi,

2017-06-28 23:02 GMT+02:00 Markus Neteler <neteler@osgeo.org>:

2017-07-05 - soft freeze (only bugfixes)
2017-08-04 - hard freeze + RC1
2017-08-14 - RC2
2017-08-29 - final

kind reminder, we are close to hard freeze, only bugfixes are allowed
in relbr72. Martin

Could you have a look at #3380 ? Can we backport ?

Moritz

2017-08-03 9:58 GMT+02:00 Martin Landa <landa.martin@gmail.com>:

2017-07-05 - soft freeze (only bugfixes)
2017-08-04 - hard freeze + RC1
2017-08-14 - RC2
2017-08-29 - final

kind reminder, we are close to hard freeze, only bugfixes are allowed
in relbr72. Martin

so far no blocker [1], we can go ahead. Ma

[1] https://trac.osgeo.org/grass/query?status=new&status=assigned&status=reopened&priority=blocker&priority=critical&milestone=7.2.2&group=type&order=priority

--
Martin Landa
http://geo.fsv.cvut.cz/gwiki/Landa
http://gismentors.cz/mentors/landa

Hi Moritz,

2017-08-03 10:02 GMT+02:00 Moritz Lennert <mlennert@club.worldonline.be>:

Could you have a look at #3380 ? Can we backport ?

done in r71322. Martin

--
Martin Landa
http://geo.fsv.cvut.cz/gwiki/Landa
http://gismentors.cz/mentors/landa

Hi,

what about these fixes here done by mmetz?

r71253 dbmi_base lib: add missing arg type
r71191 lidarlib: free structs

They are not backport yet in case they should be.

markusN

2017-08-04 11:37 GMT+02:00 Markus Neteler <neteler@osgeo.org>:

r71253 dbmi_base lib: add missing arg type
r71191 lidarlib: free structs

They are not backport yet in case they should be.

I think so, done in r71323-4. Ma

--
Martin Landa
http://geo.fsv.cvut.cz/gwiki/Landa
http://gismentors.cz/mentors/landa

On 04/08/17 12:04, Martin Landa wrote:

2017-08-04 11:37 GMT+02:00 Markus Neteler <neteler@osgeo.org>:

r71253 dbmi_base lib: add missing arg type
r71191 lidarlib: free structs

They are not backport yet in case they should be.

I think so, done in r71323-4. Ma

As can be seen from [1], there is confusion about v.in.ogr syntax for importing PostGIS layers. This was modified in May (r71093/r71096) to correspond to ogr syntax. The man page still has other info, however.

IIUC, in the current (trunk and release72) version, this is enough to import a layer:

v.in.ogr input="PG:host=localhost dbname=postgis user=postgres" layer=polymap \
output=polygons type=boundary,centroid

and with schema:

v.in.ogr input="PG:host=localhost dbname=postgis user=postgres" layer=schema.polymap \
output=polygons type=boundary,centroid

I'm not sure if any of the info in the "Default connection settings as datasource (PostgreSQL only)" section of the man page is still valid. If not, I suggest to erase the entire section and add an example with a schema into the "PostGIS tables" section.

Martin, any comments ?

Moritz

[1] https://lists.osgeo.org/pipermail/grass-user/2017-August/076804.html

Hi devs,

On Wed, Jun 28, 2017 at 11:02 PM, Markus Neteler <neteler@osgeo.org> wrote:

Hi all,

GRASS 7.2.1 has been released on 3rd May 2017, so time to plan the
next release, i.e. 7.2.2.

...

2017-08-04 - hard freeze + RC1

... tagging RC1 now (the Windows packages are back).

Markus

--
Markus Neteler, PhD
http://www.mundialis.de - free data with free software
http://grass.osgeo.org
http://courses.neteler.org/blog

On Thu, Aug 10, 2017 at 10:39 PM, Markus Neteler <neteler@osgeo.org> wrote:

Hi devs,

On Wed, Jun 28, 2017 at 11:02 PM, Markus Neteler <neteler@osgeo.org> wrote:

Hi all,

GRASS 7.2.1 has been released on 3rd May 2017, so time to plan the
next release, i.e. 7.2.2.

...

2017-08-04 - hard freeze + RC1

... tagging RC1 now (the Windows packages are back).

RC1 is available:
https://trac.osgeo.org/grass/wiki/Release/7.2.2-News#ReleaseCandidate1RC1

Binaries and announcements work in progress...

Markus

Hi,

2017-08-11 11:04 GMT+02:00 Markus Neteler <neteler@osgeo.org>:

RC1 is available:
https://trac.osgeo.org/grass/wiki/Release/7.2.2-News#ReleaseCandidate1RC1

Binaries and announcements work in progress...

Windows binaries are available for testing [1], also OSGeo4W package
uploaded (you need to mark `Exp` box).

Ma

[1] https://grass.osgeo.org/grass72/binary/mswindows/native/

--
Martin Landa
http://geo.fsv.cvut.cz/gwiki/Landa
http://gismentors.cz/mentors/landa

Hi,

2017-08-11 11:26 GMT+02:00 Martin Landa <landa.martin@gmail.com>:

Windows binaries are available for testing [1], also OSGeo4W package
uploaded (you need to mark `Exp` box).

bad news, I tested standalone binaries on fresh Windows 8.1 VM. GUI is
failing with Error 126, g.region from CLI says, missing
api-ms-crt-runtime-l1-1-0.dll. I will try to fix it ASAP and produce
new binaries. Ma

--
Martin Landa
http://geo.fsv.cvut.cz/gwiki/Landa
http://gismentors.cz/mentors/landa

Hi,

2017-08-11 11:45 GMT+02:00 Martin Landa <landa.martin@gmail.com>:

bad news, I tested standalone binaries on fresh Windows 8.1 VM. GUI is
failing with Error 126, g.region from CLI says, missing
api-ms-crt-runtime-l1-1-0.dll. I will try to fix it ASAP and produce
new binaries. Ma

can someone tested on Windows 8.1 and different versions? Ma

--
Martin Landa
http://geo.fsv.cvut.cz/gwiki/Landa
http://gismentors.cz/mentors/landa

On Fri, Aug 11, 2017 at 5:48 AM, Martin Landa <landa.martin@gmail.com> wrote:

Hi,

2017-08-11 11:45 GMT+02:00 Martin Landa <landa.martin@gmail.com>:

bad news, I tested standalone binaries on fresh Windows 8.1 VM. GUI is
failing with Error 126, g.region from CLI says, missing
api-ms-crt-runtime-l1-1-0.dll. I will try to fix it ASAP and produce
new binaries. Ma

can someone tested on Windows 8.1 and different versions? Ma

I tested 64bit version on windows 10 and it works for me, but lidar
tools are missing.

--
Martin Landa
http://geo.fsv.cvut.cz/gwiki/Landa
http://gismentors.cz/mentors/landa
_______________________________________________
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Hi,

2017-08-11 15:59 GMT+02:00 Anna Petrášová <kratochanna@gmail.com>:

I tested 64bit version on windows 10 and it works for me, but lidar
tools are missing.

you are right, I have accidentally disabled las support also on 64bit
platform. Unfortunately building server is not accessible since
15:00CET (at least for two days) due to network reconfiguration at
CTU. Should be fixed in trunk (r71392). I will do backport later when
first G73 64bit build will be published (probably on Monday). Ma

--
Martin Landa
http://geo.fsv.cvut.cz/gwiki/Landa
http://gismentors.cz/mentors/landa

2017-08-11 17:05 GMT+02:00 Martin Landa <landa.martin@gmail.com>:

Hi,

2017-08-11 15:59 GMT+02:00 Anna Petrášová <kratochanna@gmail.com>:

I tested 64bit version on windows 10 and it works for me, but lidar
tools are missing.

you are right, I have accidentally disabled las support also on 64bit
platform. Unfortunately building server is not accessible since
15:00CET (at least for two days) due to network reconfiguration at
CTU. Should be fixed in trunk (r71392). I will do backport later when
first G73 64bit build will be published (probably on Monday). Ma

well, it broke [1] 64bit even few days ago it worked [2]. No changes
in buliding envirnment since then. Windows mystery, I am lost, any
idea?

C:/msys64/usr/src/grass_trunk/dist.x86_64-w64-mingw32/bin/r.in.lidar.exe:
error while loading shared libraries: libgrass_raster.7.3.svn.dll:
cannot open shared object file: No such file or directory

Ma

[1] https://wingrass.fsv.cvut.cz/grass73/x86_64/logs/log-r71395-321/package.log
[2] https://wingrass.fsv.cvut.cz/grass73/x86_64/logs/log-r71337-316/package.log

--
Martin Landa
http://geo.fsv.cvut.cz/gwiki/Landa
http://gismentors.cz/mentors/landa

2017-08-14 11:54 GMT+02:00 Martin Landa <landa.martin@gmail.com>:

C:/msys64/usr/src/grass_trunk/dist.x86_64-w64-mingw32/bin/r.in.lidar.exe:
error while loading shared libraries: libgrass_raster.7.3.svn.dll:
cannot open shared object file: No such file or directory

of course the library exists

$ file /c/msys64/usr/src/grass_trunk/dist.x86_64-w64-mingw32/lib/libgrass_raster.7.3.svn.dll
/c/msys64/usr/src/grass_trunk/dist.x86_64-w64-mingw32/lib/libgrass_raster.7.3.svn.dll:
PE32+ executable (DLL) (console) x86-64, for MS Windows

and

/c/msys64/usr/src/grass_trunk/dist.x86_64-w64-mingw32/lib

is in the path. Other raster modules do not fail. Only those with LAS
support. Ma

--
Martin Landa
http://geo.fsv.cvut.cz/gwiki/Landa
http://gismentors.cz/mentors/landa