<feed xmlns='http://www.w3.org/2005/Atom'>
<title>PROJ/HOWTO-RELEASE, branch 8.2</title>
<subtitle>Forked from https://github.com/OSGeo/PROJ</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/'/>
<entry>
<title>CMake: align the VERSION of the library with libtool practices</title>
<updated>2021-10-22T16:17:38+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2021-10-22T16:17:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=5a47650a5bdbffe5a877164857d40ae28babf6eb'/>
<id>5a47650a5bdbffe5a877164857d40ae28babf6eb</id>
<content type='text'>
Currently (at least as of 8.1.1) we don't have the same .so.x.y.z
numbers for the libtool and cmake builds (the y and z are swapped for
the cmake build). While only the SONAME (the .x part) mostly matters,
it is probably better to stick with the libtool convention to determine
the y and z.
This patch should make it easier by setting explicitly each of the
current, revision, age and computing automatically
x = current - age
y = age
z = revision
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently (at least as of 8.1.1) we don't have the same .so.x.y.z
numbers for the libtool and cmake builds (the y and z are swapped for
the cmake build). While only the SONAME (the .x part) mostly matters,
it is probably better to stick with the libtool convention to determine
the y and z.
This patch should make it easier by setting explicitly each of the
current, revision, age and computing automatically
x = current - age
y = age
z = revision
</pre>
</div>
</content>
</entry>
<entry>
<title>HOWTO-RELEASE: mention updating PROJ_DATA.VERSION</title>
<updated>2021-05-17T17:36:25+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2021-05-17T17:36:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=5fbcc3a7319de8c4a49dab0246715a25cb1b8a7d'/>
<id>5fbcc3a7319de8c4a49dab0246715a25cb1b8a7d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>HOWTORELEASE: Do not up update proj_api.h version numbers</title>
<updated>2021-03-01T12:22:14+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2021-03-01T12:22:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=82665e3bafe59b2997c6ca93cc55cf78a42b538b'/>
<id>82665e3bafe59b2997c6ca93cc55cf78a42b538b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix vim regex for making github links</title>
<updated>2020-11-03T06:15:03+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2020-11-03T06:15:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=126445148d3b742c7f4e31f5f65857be59c48340'/>
<id>126445148d3b742c7f4e31f5f65857be59c48340</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update PROJ_API_VERSION instructions</title>
<updated>2020-10-26T13:06:40+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2020-10-26T13:06:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=16a8e74ca0a4733c2dc2b34a2f6bf5e44030055a'/>
<id>16a8e74ca0a4733c2dc2b34a2f6bf5e44030055a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Post release updates (#2270)</title>
<updated>2020-07-01T10:40:35+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2020-07-01T10:40:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=bb15481e667570bf49e5b3f94fc284dbd494d253'/>
<id>bb15481e667570bf49e5b3f94fc284dbd494d253</id>
<content type='text'>
* Minor updates to HOWTO-RELEASE

* Update webpage for 7.1.0 release</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Minor updates to HOWTO-RELEASE

* Update webpage for 7.1.0 release</pre>
</div>
</content>
</entry>
<entry>
<title>Add a few notes to HOWTORELEASE</title>
<updated>2020-05-01T08:40:44+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2020-05-01T08:40:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=9a1a00b3c09d1c076a53263af588cdb26f987677'/>
<id>9a1a00b3c09d1c076a53263af588cdb26f987677</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Align install.rst with current version (#2075)</title>
<updated>2020-03-17T09:21:56+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2020-03-17T09:21:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=781dedec1fc3b8452d12f67f3c8ddd9d45f724f4'/>
<id>781dedec1fc3b8452d12f67f3c8ddd9d45f724f4</id>
<content type='text'>
Using {PROJVERSION} and {PROJDATAVERSION} substitutes the macro for the current
version numbers of PROJ and PROJ-data.

Rephrased a few sections regarding grid packages.

Closes #2072

Co-authored-by: Mike Taves &lt;mwtoews@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Using {PROJVERSION} and {PROJDATAVERSION} substitutes the macro for the current
version numbers of PROJ and PROJ-data.

Rephrased a few sections regarding grid packages.

Closes #2072

Co-authored-by: Mike Taves &lt;mwtoews@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Remove man3 files</title>
<updated>2020-02-17T20:02:41+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2020-02-17T11:02:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=2d98931a8875412325680773db85572c383add66'/>
<id>2d98931a8875412325680773db85572c383add66</id>
<content type='text'>
Closes #1258
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #1258
</pre>
</div>
</content>
</entry>
<entry>
<title>HOWTO-RELEASE: update to add a check for version numbers [ci skip]</title>
<updated>2020-02-10T10:38:11+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2020-02-10T10:38:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=188dcf2cb98efda40c97372c110aa6d46c57f9fb'/>
<id>188dcf2cb98efda40c97372c110aa6d46c57f9fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
