mirror of
https://github.com/pgpointcloud/pointcloud.git
synced 2026-02-01 17:20:32 +00:00
deploy: 6e7ecaa0124e6918f400580ac5835f1d608ce759
This commit is contained in:
parent
3d24020f0e
commit
624a8852db
@ -183,12 +183,12 @@ Steps for releasing a new version of Pointcloud:
|
||||
1. Add a new section to the ``NEWS`` file, listing all the changes associated
|
||||
with the new release.
|
||||
|
||||
2. Change the version number in the ``Version.config`` and
|
||||
2. Change the version number in the ``README``, ``Version.config`` and
|
||||
``pgsql/expected/pointcloud.out`` files.
|
||||
|
||||
3. Update the value of ``UPGRADABLE`` in ``pgsql/Makefile.in``. This variable
|
||||
defines the versions from which a database can be upgraded to the new
|
||||
Pointcloud version.
|
||||
3. Update the value of ``UPGRADABLE`` in ``pgsql/Makefile.in`` and
|
||||
``pgsql_postgis/Makefile``. This variable defines the versions from which a
|
||||
database can be upgraded to the new Pointcloud version.
|
||||
|
||||
4. Create a PR with these changes.
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
|
||||
VERSION: '1.2.3',
|
||||
VERSION: '1.2.4',
|
||||
LANGUAGE: 'en',
|
||||
COLLAPSE_INDEX: false,
|
||||
BUILDER: 'html',
|
||||
|
||||
@ -34,7 +34,7 @@
|
||||
<a href="index.html" class="icon icon-home"> pgPointcloud
|
||||
</a>
|
||||
<div class="version">
|
||||
1.2.3
|
||||
1.2.4
|
||||
</div>
|
||||
<div role="search">
|
||||
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
|
||||
|
||||
@ -34,7 +34,7 @@
|
||||
<a href="../index.html" class="icon icon-home"> pgPointcloud
|
||||
</a>
|
||||
<div class="version">
|
||||
1.2.3
|
||||
1.2.4
|
||||
</div>
|
||||
<div role="search">
|
||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||
|
||||
@ -34,7 +34,7 @@
|
||||
<a href="../index.html" class="icon icon-home"> pgPointcloud
|
||||
</a>
|
||||
<div class="version">
|
||||
1.2.3
|
||||
1.2.4
|
||||
</div>
|
||||
<div role="search">
|
||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||
|
||||
@ -34,7 +34,7 @@
|
||||
<a href="../index.html" class="icon icon-home"> pgPointcloud
|
||||
</a>
|
||||
<div class="version">
|
||||
1.2.3
|
||||
1.2.4
|
||||
</div>
|
||||
<div role="search">
|
||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||
|
||||
@ -34,7 +34,7 @@
|
||||
<a href="../index.html" class="icon icon-home"> pgPointcloud
|
||||
</a>
|
||||
<div class="version">
|
||||
1.2.3
|
||||
1.2.4
|
||||
</div>
|
||||
<div role="search">
|
||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||
|
||||
@ -34,7 +34,7 @@
|
||||
<a href="../index.html" class="icon icon-home"> pgPointcloud
|
||||
</a>
|
||||
<div class="version">
|
||||
1.2.3
|
||||
1.2.4
|
||||
</div>
|
||||
<div role="search">
|
||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||
|
||||
@ -34,7 +34,7 @@
|
||||
<a href="../index.html" class="icon icon-home"> pgPointcloud
|
||||
</a>
|
||||
<div class="version">
|
||||
1.2.3
|
||||
1.2.4
|
||||
</div>
|
||||
<div role="search">
|
||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||
|
||||
@ -33,7 +33,7 @@
|
||||
<a href="index.html" class="icon icon-home"> pgPointcloud
|
||||
</a>
|
||||
<div class="version">
|
||||
1.2.3
|
||||
1.2.4
|
||||
</div>
|
||||
<div role="search">
|
||||
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
|
||||
|
||||
@ -34,7 +34,7 @@
|
||||
<a href="index.html" class="icon icon-home"> pgPointcloud
|
||||
</a>
|
||||
<div class="version">
|
||||
1.2.3
|
||||
1.2.4
|
||||
</div>
|
||||
<div role="search">
|
||||
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
|
||||
@ -253,11 +253,11 @@ and with various PostgreSQL/PostGIS releases:</p>
|
||||
<ol class="arabic simple">
|
||||
<li><p>Add a new section to the <code class="docutils literal notranslate"><span class="pre">NEWS</span></code> file, listing all the changes associated
|
||||
with the new release.</p></li>
|
||||
<li><p>Change the version number in the <code class="docutils literal notranslate"><span class="pre">Version.config</span></code> and
|
||||
<li><p>Change the version number in the <code class="docutils literal notranslate"><span class="pre">README</span></code>, <code class="docutils literal notranslate"><span class="pre">Version.config</span></code> and
|
||||
<code class="docutils literal notranslate"><span class="pre">pgsql/expected/pointcloud.out</span></code> files.</p></li>
|
||||
<li><p>Update the value of <code class="docutils literal notranslate"><span class="pre">UPGRADABLE</span></code> in <code class="docutils literal notranslate"><span class="pre">pgsql/Makefile.in</span></code>. This variable
|
||||
defines the versions from which a database can be upgraded to the new
|
||||
Pointcloud version.</p></li>
|
||||
<li><p>Update the value of <code class="docutils literal notranslate"><span class="pre">UPGRADABLE</span></code> in <code class="docutils literal notranslate"><span class="pre">pgsql/Makefile.in</span></code> and
|
||||
<code class="docutils literal notranslate"><span class="pre">pgsql_postgis/Makefile</span></code>. This variable defines the versions from which a
|
||||
database can be upgraded to the new Pointcloud version.</p></li>
|
||||
<li><p>Create a PR with these changes.</p></li>
|
||||
<li><p>When the PR is merged create a tag for the new release and push it to
|
||||
GitHub:</p></li>
|
||||
|
||||
@ -34,7 +34,7 @@
|
||||
<a href="index.html" class="icon icon-home"> pgPointcloud
|
||||
</a>
|
||||
<div class="version">
|
||||
1.2.3
|
||||
1.2.4
|
||||
</div>
|
||||
<div role="search">
|
||||
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
|
||||
|
||||
2
faq.html
2
faq.html
@ -34,7 +34,7 @@
|
||||
<a href="index.html" class="icon icon-home"> pgPointcloud
|
||||
</a>
|
||||
<div class="version">
|
||||
1.2.3
|
||||
1.2.4
|
||||
</div>
|
||||
<div role="search">
|
||||
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
|
||||
|
||||
@ -34,7 +34,7 @@
|
||||
<a href="../index.html" class="icon icon-home"> pgPointcloud
|
||||
</a>
|
||||
<div class="version">
|
||||
1.2.3
|
||||
1.2.4
|
||||
</div>
|
||||
<div role="search">
|
||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||
|
||||
@ -34,7 +34,7 @@
|
||||
<a href="../index.html" class="icon icon-home"> pgPointcloud
|
||||
</a>
|
||||
<div class="version">
|
||||
1.2.3
|
||||
1.2.4
|
||||
</div>
|
||||
<div role="search">
|
||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||
|
||||
@ -34,7 +34,7 @@
|
||||
<a href="../index.html" class="icon icon-home"> pgPointcloud
|
||||
</a>
|
||||
<div class="version">
|
||||
1.2.3
|
||||
1.2.4
|
||||
</div>
|
||||
<div role="search">
|
||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||
|
||||
@ -34,7 +34,7 @@
|
||||
<a href="../index.html" class="icon icon-home"> pgPointcloud
|
||||
</a>
|
||||
<div class="version">
|
||||
1.2.3
|
||||
1.2.4
|
||||
</div>
|
||||
<div role="search">
|
||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||
|
||||
@ -34,7 +34,7 @@
|
||||
<a href="../index.html" class="icon icon-home"> pgPointcloud
|
||||
</a>
|
||||
<div class="version">
|
||||
1.2.3
|
||||
1.2.4
|
||||
</div>
|
||||
<div role="search">
|
||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||
|
||||
@ -31,7 +31,7 @@
|
||||
<a href="index.html" class="icon icon-home"> pgPointcloud
|
||||
</a>
|
||||
<div class="version">
|
||||
1.2.3
|
||||
1.2.4
|
||||
</div>
|
||||
<div role="search">
|
||||
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
|
||||
|
||||
@ -33,7 +33,7 @@
|
||||
<a href="#" class="icon icon-home"> pgPointcloud
|
||||
</a>
|
||||
<div class="version">
|
||||
1.2.3
|
||||
1.2.4
|
||||
</div>
|
||||
<div role="search">
|
||||
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
|
||||
|
||||
BIN
objects.inv
BIN
objects.inv
Binary file not shown.
@ -34,7 +34,7 @@
|
||||
<a href="index.html" class="icon icon-home"> pgPointcloud
|
||||
</a>
|
||||
<div class="version">
|
||||
1.2.3
|
||||
1.2.4
|
||||
</div>
|
||||
<div role="search">
|
||||
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
|
||||
|
||||
@ -34,7 +34,7 @@
|
||||
<a href="index.html" class="icon icon-home"> pgPointcloud
|
||||
</a>
|
||||
<div class="version">
|
||||
1.2.3
|
||||
1.2.4
|
||||
</div>
|
||||
<div role="search">
|
||||
<form id="rtd-search-form" class="wy-form" action="#" method="get">
|
||||
|
||||
File diff suppressed because one or more lines are too long
@ -34,7 +34,7 @@
|
||||
<a href="../index.html" class="icon icon-home"> pgPointcloud
|
||||
</a>
|
||||
<div class="version">
|
||||
1.2.3
|
||||
1.2.4
|
||||
</div>
|
||||
<div role="search">
|
||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||
|
||||
@ -34,7 +34,7 @@
|
||||
<a href="../index.html" class="icon icon-home"> pgPointcloud
|
||||
</a>
|
||||
<div class="version">
|
||||
1.2.3
|
||||
1.2.4
|
||||
</div>
|
||||
<div role="search">
|
||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||
|
||||
@ -34,7 +34,7 @@
|
||||
<a href="../index.html" class="icon icon-home"> pgPointcloud
|
||||
</a>
|
||||
<div class="version">
|
||||
1.2.3
|
||||
1.2.4
|
||||
</div>
|
||||
<div role="search">
|
||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||
|
||||
@ -34,7 +34,7 @@
|
||||
<a href="index.html" class="icon icon-home"> pgPointcloud
|
||||
</a>
|
||||
<div class="version">
|
||||
1.2.3
|
||||
1.2.4
|
||||
</div>
|
||||
<div role="search">
|
||||
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user