Skip to content

Commit 5873452

Browse files
committedFeb 22, 2019
Release of 3.6 (Noosa)
1 parent aee8ed4 commit 5873452

File tree

7 files changed

+20
-14
lines changed

7 files changed

+20
-14
lines changed
 

‎CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ CMAKE_POLICY (SET CMP0053 NEW)
1111
#############################################################
1212
# Project and version
1313
SET(CPACK_PACKAGE_VERSION_MAJOR "3")
14-
SET(CPACK_PACKAGE_VERSION_MINOR "5")
14+
SET(CPACK_PACKAGE_VERSION_MINOR "6")
1515
SET(CPACK_PACKAGE_VERSION_PATCH "0")
1616
SET(COMPLETE_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH})
17-
SET(RELEASE_NAME "Master")
17+
SET(RELEASE_NAME "Noosa")
1818
PROJECT(qgis VERSION ${COMPLETE_VERSION})
1919

2020
IF (APPLE)

‎INSTALL

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
QGIS
22
Building QGIS from source - step by step
3-
Friday November 30, 2018
3+
Friday February 22, 2019
44

55

6-
Last Updated: Friday November 30, 2018
6+
Last Updated: Friday February 22, 2019
77
Last Change : Friday November 30, 2018
88

99

@@ -457,7 +457,7 @@ For the QGIS build you need to install following packages from cygwin:
457457

458458
and from OSGeo4W (select Advanced Installation):
459459

460-
- qgis-dev-deps
460+
- qgis-rel-deps
461461

462462
This will also select packages the above packages depend on.
463463

‎debian/changelog

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1-
qgis (3.5.0) UNRELEASED; urgency=medium
1+
qgis (3.6.0) UNRELEASED; urgency=medium
2+
3+
* Release of 3.6.0
4+
5+
-- Jürgen E. Fischer <jef@norbit.de> Fri, 22 Feb 2019 13:47:20 +0100
6+
7+
qgis (3.5.0) unstable; urgency=medium
28

39
* New development version 3.5 after branch of 3.4
410

5-
-- Jürgen E. Fischer <jef@norbit.de> Fri, 26 Oct 2018 14:34:02 +0200
11+
-- Jürgen E. Fischer <jef@norbit.de> Fri, 22 Feb 2019 13:47:20 +0100
612

713
qgis (3.4.0) unstable; urgency=medium
814

‎doc/INSTALL.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
66
<TITLE>QGIS</TITLE>
77

8-
<!-- Included /home/fischer/src/qgis/doc/style.css -->
8+
<!-- Included doc/style.css -->
99
<STYLE TYPE="text/css">
1010
body{ background: white;
1111
color: black;
@@ -77,13 +77,13 @@
7777
<DIV CLASS="header" ID="header">
7878
<H1>QGIS</H1>
7979
<H2>Building QGIS from source - step by step</H2>
80-
<H3>Saturday February 16, 2019</H3>
80+
<H3>Friday February 22, 2019</H3>
8181
</DIV>
8282

8383
<DIV CLASS="body" ID="body">
8484
<P>
85-
Last Updated: Saturday February 16, 2019
86-
Last Change : Saturday February 16, 2019
85+
Last Updated: Friday February 22, 2019
86+
Last Change : Friday November 30, 2018
8787
</P>
8888
<DIV CLASS="toc">
8989

@@ -745,7 +745,7 @@ <H3>4.1.2. Other tools and dependencies</H3>
745745
</P>
746746

747747
<UL>
748-
<LI>qgis-dev-deps
748+
<LI>qgis-rel-deps
749749
</UL>
750750

751751
<P>
@@ -3121,5 +3121,5 @@ <H1>9. Authors and Acknowledgments</H1>
31213121

31223122
</DIV>
31233123
<!-- html code generated by txt2tags 2.6 (http://txt2tags.org) -->
3124-
<!-- cmdline: txt2tags -\-encoding=utf-8 -o/home/fischer/src/qgis/debian/build/doc/INSTALL.html -t html /home/fischer/src/qgis/doc/INSTALL.t2t -->
3124+
<!-- cmdline: txt2tags -\-encoding=utf-8 -odoc/INSTALL.html -t html doc/INSTALL.t2t -->
31253125
</BODY></HTML>

‎doc/msvc.t2t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ For the QGIS build you need to install following packages from cygwin:
3131

3232
and from OSGeo4W (select //Advanced Installation//):
3333

34-
- qgis-dev-deps
34+
- qgis-rel-deps
3535
-
3636

3737
This will also select packages the above packages depend on.

‎images/splash/splash.png

-1.62 MB
Loading
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)
Please sign in to comment.