Skip to content

Commit 381377a

Browse files
committedNov 13, 2011
last changes preparing 1.7.2 bugfix release
1 parent 2a4e7d0 commit 381377a

File tree

3 files changed

+480
-190
lines changed

3 files changed

+480
-190
lines changed
 

‎CHANGELOG

+154-81
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,114 @@
11
Quantum GIS (QGIS) Changelog
22
Change history for the QGIS Project
3-
Friday September 23, 2011
4-
5-
Last Updated: Friday September 23, 2011
6-
Last Change : Friday September 23, 2011
3+
Sunday November 13, 2011
4+
5+
6+
------------------------------------------------------------------------
7+
8+
9+
1. Whats new in Version 1.7.2 'Wroclaw'?
10+
2. Whats new in Version 1.7.1 'Wroclaw'?
11+
3. Whats new in Version 1.7.0 'Wroclaw'?
12+
3.1. Symbology labels and diagrams
13+
3.2. New Tools
14+
3.3. User interface updates
15+
3.4. CRS Handling
16+
3.5. Rasters
17+
3.6. Providers and Data Handling
18+
3.7. Api and Developer Centric
19+
3.8. QGIS Mapserver
20+
3.9. Plugins
21+
3.10. Printing
22+
4. Whats new in Version 1.6.0 'Capiapo'?
23+
4.1. General Improvements
24+
4.2. Table of contents (TOC) improvements
25+
4.3. Labelling (New generation only)
26+
4.4. Layer properties and symbology
27+
4.5. Map Composer
28+
5. Whats new in Version 1.5.0?
29+
5.1. Main GUI
30+
5.2. WMS and WMS-C Support
31+
5.3. API Updates
32+
6. Whats new in Version 1.4.0 'Enceladus'?
33+
7. Whats new in Version 1.3.0 'Mimas'?
34+
7.1. OSM plugin & provider updates
35+
7.2. Other notable features and improvements in this release
36+
8. Version 1.2.0 'Daphnis'
37+
8.1. Editing
38+
8.2. Keyboard shortcuts
39+
8.3. Map Composer
40+
8.4. Attribute tables
41+
8.5. Plugins
42+
8.6. Projects Management
43+
8.7. PostGIS & the PostgreSQL Provider
44+
8.8. Symbology enhancements
45+
8.9. Command line arguments
46+
9. Version 1.0.0 'Kore'
47+
10. Version 0.11.0 'Metis'
48+
11. Version 0.10.0 'Io'
49+
12. Version 0.9.2rc1 'Ganymede'
50+
13. Version 0.9.1 'Ganymede'
51+
14. Version 0.9 'Ganymede'
52+
15. Version 0.8 'Joesephine' .... development version
53+
16. Version 0.6 'Simon'
54+
17. 0.5
55+
56+
57+
------------------------------------------------------------------------
58+
59+
60+
Last Updated: Sunday November 13, 2011
61+
Last Change : Sunday November 13, 2011
62+
63+
64+
1. Whats new in Version 1.7.2 'Wroclaw'?
65+
========================================
766

67+
This is a bugfix release over version 1.7.1. The following changes
68+
were made.
869

9-
1. Whats new in Version 1.7.1 'Wroclaw'?
70+
- Fix Gdaltools error checking for ogr layers
71+
- More Translations in OSM plugin
72+
- Fix for ticket #4283 (composer forgets on/off status of layers)
73+
- Fix to v.generalize for recent GRASS versions
74+
- Fix typos in GRASS command list
75+
- Restore override cursor when about box is shown
76+
- Fix #4319 (Enhance maximum for point displacement tolerance)
77+
- Added Python wrappers for QgsZonalStatistics
78+
- Fix #4331 (Classification dialog issues)
79+
- Fix #4282 (Wrong map zooming when using the "Attribute Table" zoom tool)
80+
- Match proj4string in database
81+
- Fix #4241 (Ensure that we have a valid line in line decoration)
82+
- Fix label id for GetPrint in composer
83+
- Fix #3041 (Make the gdaltools command editable)
84+
- Fix shift in point displacement renderer
85+
- Fix for a crash in projection selection
86+
- Fix #4308 (Interpolation and Terrain core plugins)
87+
- Insert date value in attribute editor
88+
- Fix #4387 (Enable "add direction symbol" only for line layers)
89+
- Fix #2491 (Handle raster layer's transparency band while rendering)
90+
- Allow setting I/O encoding for OGR layers in vector layer properties.
91+
- Fix #4414 (SVG indicators for arrows are not shown)
92+
- Label direction symbol shouldn't depend on "map" vs. "line" orientation.
93+
- Set prompt as default behaviour for unknown CRS
94+
- For EPSG initialize GDAL CRS from authid instead of proj.4 string
95+
- Fix #4439 (Crash when changing style in Layer Properties)
96+
- Fix #4444 (Error when loading Python plugins)
97+
- Fix #4440 (invalid reference to Trac)
98+
- Fix stopRender call in graduated symbol renderer
99+
- Fix #4479 - trigger "new color ramp" always when activated
100+
- Hide query entry in legend context menu for layers with joins
101+
- Fix #4496 (Refresh map list in composer table widget in showEvent)
102+
- OS X build/install updates
103+
- GRASS version support
104+
- Intializing from WKT favourize EPSG instead of PROJ.4
105+
- Add What's this to Help menu (implement #4179)
106+
- fTools: update layers lists after adding new layer to TOC (fix #4318)
107+
- Don't block QGIS main window when running Merge shapefiles tool. Partially addresses #4383
108+
- Fix broken Assign projection functionality in GDALTools and improve handling output file extension
109+
110+
111+
2. Whats new in Version 1.7.1 'Wroclaw'?
10112
========================================
11113

12114
This is a bugfix release over version 1.7.0. The following changes
@@ -69,7 +171,7 @@ http://linfiniti.com/2011/08/improvements-to-raster-performance-in-qgis-master/]
69171
- Fixed a bug where map= was not being published in onlineresource url when project files are not in the same dir as cgi
70172

71173

72-
2. Whats new in Version 1.7.0 'Wroclaw'?
174+
3. Whats new in Version 1.7.0 'Wroclaw'?
73175
========================================
74176

75177
This release is named after the town of Wrocław in Poland. The Department of
@@ -86,7 +188,7 @@ enhancements. Once again it is impossible to document everything here that has
86188
changed so we will just provide a bullet list of key new features here.
87189

88190

89-
2.1. Symbology labels and diagrams
191+
3.1. Symbology labels and diagrams
90192
==================================
91193

92194
- New symbology now used by default!
@@ -104,8 +206,7 @@ changed so we will just provide a bullet list of key new features here.
104206
- Move/rotate/change label edit tools to interactively change data defined label properties.
105207

106208

107-
108-
2.2. New Tools
209+
3.2. New Tools
109210
==============
110211

111212
- Added GUI for gdaldem.
@@ -114,7 +215,7 @@ changed so we will just provide a bullet list of key new features here.
114215
- Added voronoi polygon tool to Vector menu.
115216

116217

117-
2.3. User interface updates
218+
3.3. User interface updates
118219
===========================
119220

120221
- Allow managing missing layers in a list.
@@ -125,7 +226,7 @@ changed so we will just provide a bullet list of key new features here.
125226
- General clean-ups and usability improvements.
126227

127228

128-
2.4. CRS Handling
229+
3.4. CRS Handling
129230
=================
130231

131232
- Show active crs in status bar.
@@ -135,8 +236,7 @@ changed so we will just provide a bullet list of key new features here.
135236
- Default to last selection when prompting for CRS.
136237

137238

138-
139-
2.5. Rasters
239+
3.5. Rasters
140240
============
141241

142242
- Added AND and OR operator for raster calculator
@@ -145,8 +245,7 @@ changed so we will just provide a bullet list of key new features here.
145245
- Added raster toolbar with histogram stretch functions.
146246

147247

148-
149-
2.6. Providers and Data Handling
248+
3.6. Providers and Data Handling
150249
================================
151250

152251
- New SQLAnywhere vector provider.
@@ -172,8 +271,7 @@ changed so we will just provide a bullet list of key new features here.
172271
- Allow OGR 'save as' without attributes (for eg. DGN/DXF).
173272

174273

175-
176-
2.7. Api and Developer Centric
274+
3.7. Api and Developer Centric
177275
==============================
178276

179277
- Refactored attribute dialog calls to QgsFeatureAttribute.
@@ -185,31 +283,29 @@ changed so we will just provide a bullet list of key new features here.
185283
new QgsGeometry.validateGeometry function
186284

187285

188-
2.8. QGIS Mapserver
286+
3.8. QGIS Mapserver
189287
===================
190288

191289
- Ability to specify wms service capabilities in the properties
192290
section of the project file (instead of wms_metadata.xml file).
193291
- Support for wms printing with GetPrint-Request.
194292

195293

196-
2.9. Plugins
294+
3.9. Plugins
197295
============
198296

199297
- Support for icons of plugins in the plugin manager dialog.
200298
- Removed quickprint plugin - use easyprint plugin rather from plugin repo.
201299
- Removed ogr convertor plugin - use 'save as' context menu rather.
202300

203301

204-
205-
2.10. Printing
302+
3.10. Printing
206303
==============
207304

208305
- Undo/Redo support for the print composer
209306

210307

211-
212-
3. Whats new in Version 1.6.0 'Capiapo'?
308+
4. Whats new in Version 1.6.0 'Capiapo'?
213309
========================================
214310

215311
Please note that this is a release in our 'cutting edge' release series. As
@@ -221,7 +317,7 @@ Once again it is impossible to document everything here that has changed so we w
221317
just provide a bullet list of key new features here.
222318

223319

224-
3.1. General Improvements
320+
4.1. General Improvements
225321
=========================
226322

227323
- Added gpsd support to live gps tracking.
@@ -255,8 +351,7 @@ caching providers (currently WMS and WFS) can synchronize with changes in
255351
the datasource.
256352

257353

258-
259-
3.2. Table of contents (TOC) improvements
354+
4.2. Table of contents (TOC) improvements
260355
=========================================
261356

262357
- Added a new option to the raster legend menu that will stretch the current
@@ -266,15 +361,14 @@ as' option, you can now specify OGR creation options.
266361
- In the table of contents, it is now possible to select and remove several layers at once.
267362

268363

269-
270-
3.3. Labelling (New generation only)
364+
4.3. Labelling (New generation only)
271365
====================================
272366

273367
- Data defined label position in labeling-ng.
274368
- Line wrapping, data defined font and buffer settings for labeling-ng.
275369

276370

277-
3.4. Layer properties and symbology
371+
4.4. Layer properties and symbology
278372
===================================
279373

280374
- Three new classification modes added to graduated symbol renderer (version
@@ -295,8 +389,7 @@ the transparency table in the raster layer properties dialog.
295389
the style manager more easily.
296390

297391

298-
299-
3.5. Map Composer
392+
4.5. Map Composer
300393
=================
301394

302395
- add capability to show and manipulate composer item width/ height in item
@@ -305,8 +398,7 @@ position dialog.
305398
- Sorting for composer attribute table (several columns and ascending / descending).
306399

307400

308-
309-
4. Whats new in Version 1.5.0?
401+
5. Whats new in Version 1.5.0?
310402
==============================
311403

312404
Please note that this is a release in our 'cutting edge' release series. As
@@ -321,7 +413,7 @@ Once again it is impossible to document everything here that has changed so we w
321413
just provide a bullet list of key new features here.
322414

323415

324-
4.1. Main GUI
416+
5.1. Main GUI
325417
=============
326418

327419
- There is a new angle measuring tool that allows you to interactively
@@ -376,8 +468,7 @@ only visible features in composer table or all features
376468
closed and reappears when reactivated.
377469

378470

379-
380-
4.2. WMS and WMS-C Support
471+
5.2. WMS and WMS-C Support
381472
==========================
382473

383474
- WMS-C support, new spatial authorities, wms selection improvements
@@ -390,8 +481,7 @@ IGNF definitions in srs.db
390481
- WMS-C scale slider gui added and more selection improvements
391482

392483

393-
394-
4.3. API Updates
484+
5.3. API Updates
395485
================
396486

397487
- QgsDataProvider & QgsMapLayer: add dataChanged() signal, so that a
@@ -408,8 +498,7 @@ variables. More paths can be passed, separated by semicolon.
408498
- Support more GEOS operators
409499

410500

411-
412-
5. Whats new in Version 1.4.0 'Enceladus'?
501+
6. Whats new in Version 1.4.0 'Enceladus'?
413502
==========================================
414503

415504
Please note that this is a release in our 'cutting edge' release series. As
@@ -467,13 +556,13 @@ For power users, you can now create customizable attribute forms using Qt
467556
Designer dialog UIs.
468557

469558

470-
6. Whats new in Version 1.3.0 'Mimas'?
559+
7. Whats new in Version 1.3.0 'Mimas'?
471560
======================================
472561

473562
This release includes over 30 bug fixes and several useful new features:
474563

475564

476-
6.1. OSM plugin & provider updates
565+
7.1. OSM plugin & provider updates
477566
======================================
478567

479568
- new OSM style files.
@@ -485,8 +574,7 @@ This release includes over 30 bug fixes and several useful new features:
485574
- other OSM related bugfixes.
486575

487576

488-
489-
6.2. Other notable features and improvements in this release
577+
7.2. Other notable features and improvements in this release
490578
============================================================
491579

492580
- Marker size is now configurable when editing a layer.
@@ -501,8 +589,7 @@ This release includes over 30 bug fixes and several useful new features:
501589
- Zoom to a coordinate by entering it in the status bar coordinate display.
502590

503591

504-
505-
7. Version 1.2.0 'Daphnis'
592+
8. Version 1.2.0 'Daphnis'
506593
==========================
507594

508595
Please note that this is a release in our 'cutting edge' release series. As
@@ -515,7 +602,7 @@ over the QGIS 1.1.0 release. In addition we have added
515602
the following new features:
516603

517604

518-
7.1. Editing
605+
8.1. Editing
519606
============
520607

521608
Editing functionality in QGIS has had a major update in this release. This
@@ -530,7 +617,6 @@ includes the addition of new vector editing tools:
530617
- Added option to show only markers of selected features in editing mode.
531618
- Change layer's icon in legend to reflext that the layer is editable.
532619

533-
534620
In addition, there are undo/redo actions in Edit menu, in Advanced digitizing toolbar
535621
and there is a new dock widget displaying undo stack of active layer.
536622

@@ -548,14 +634,14 @@ this tool: the redraws are much faster and the map is not cluttered with
548634
markers.
549635

550636

551-
7.2. Keyboard shortcuts
637+
8.2. Keyboard shortcuts
552638
=======================
553639

554640
New feature: configure shortcuts for actions within main window of qgis!
555641
See menu Setting->Configure shortcuts
556642

557643

558-
7.3. Map Composer
644+
8.3. Map Composer
559645
=================
560646

561647
It is now possible to lock/unlock composer item positions by right mouse click.
@@ -566,7 +652,7 @@ It is now possible to keep the current layers in a composer map even if further
566652
layers are added to the main map. Export to PDF in composer is now possible.
567653

568654

569-
7.4. Attribute tables
655+
8.4. Attribute tables
570656
=====================
571657

572658
It is now possible to search the attribute table within selected records only.
@@ -582,7 +668,7 @@ for layer attributes. A new dialog allows loading a value map from a layer
582668
be respected in the attribute table.
583669

584670

585-
7.5. Plugins
671+
8.5. Plugins
586672
============
587673

588674
- The order of layers in the WMS dialog can now be changed.
@@ -595,15 +681,14 @@ be respected in the attribute table.
595681
- An new OpenStreetMap provider and plugin have been added to QGIS.
596682

597683

598-
599-
7.6. Projects Management
684+
8.6. Projects Management
600685
========================
601686

602687
QGIS now includes support for project relative position of file data sources
603688
and svgs. The saving of relative paths of file data sources is optional.
604689

605690

606-
7.7. PostGIS & the PostgreSQL Provider
691+
8.7. PostGIS & the PostgreSQL Provider
607692
======================================
608693

609694
You can now select the SSL mode when adding a new DB connection. Turning off
@@ -612,7 +697,7 @@ connection security is not required. Support has been added for more native
612697
types and for setting of column comments.
613698

614699

615-
7.8. Symbology enhancements
700+
8.8. Symbology enhancements
616701
===========================
617702

618703
- allow refresh of symbols via popup menu on the renderer's symbol selection
@@ -622,8 +707,7 @@ types and for setting of column comments.
622707
independent of the mapscale)
623708

624709

625-
626-
7.9. Command line arguments
710+
8.9. Command line arguments
627711
===========================
628712

629713
Added command line argument support on windows.
@@ -694,8 +778,7 @@ implementation based on the SQLITE database.
694778
layers based on attribute data.
695779

696780

697-
698-
8. Version 1.0.0 'Kore'
781+
9. Version 1.0.0 'Kore'
699782
=======================
700783

701784
This release includes over 265 bug fixes and enhancements over the
@@ -724,9 +807,8 @@ running will support a plugin that is being installed.
724807
- Ported all GDAL/OGR and GEOS usage to use C APIs only.
725808

726809

727-
728-
9. Version 0.11.0 'Metis'
729-
=========================
810+
10. Version 0.11.0 'Metis'
811+
==========================
730812

731813
This release includes over 60 bug fixes and enhancements over the
732814
QGIS 0.10.0 release. In addition we have made the following changes:
@@ -741,8 +823,7 @@ QGIS 0.10.0 release. In addition we have made the following changes:
741823
- QML Style support for rasters and database layers
742824

743825

744-
745-
10. Version 0.10.0 'Io'
826+
11. Version 0.10.0 'Io'
746827
=======================
747828

748829
This release includes over 120 bug fixes and enchancements
@@ -763,8 +844,7 @@ improvements 'under the hood'.
763844
- Support for migration of old projects to work in newer QGIS versions.
764845

765846

766-
767-
11. Version 0.9.2rc1 'Ganymede'
847+
12. Version 0.9.2rc1 'Ganymede'
768848
===============================
769849

770850
- This release candidate includes over 40 bug fixes and enchancements
@@ -781,8 +861,7 @@ in raster layers. Support for color ramps in raster layers.
781861
improvements 'under the hood'.
782862

783863

784-
785-
12. Version 0.9.1 'Ganymede'
864+
13. Version 0.9.1 'Ganymede'
786865
============================
787866

788867
This is a bug fix release
@@ -795,8 +874,7 @@ This is a bug fix release
795874
- Python Plugin installer to install PyQGIS plugins from the repository
796875

797876

798-
799-
13. Version 0.9 'Ganymede'
877+
14. Version 0.9 'Ganymede'
800878
==========================
801879

802880
- Python bindings - This is the major focus of this release
@@ -811,8 +889,7 @@ This is a bug fix release
811889
- Improvements to the GeoReferencer
812890

813891

814-
815-
14. Version 0.8 'Joesephine' .... development version
892+
15. Version 0.8 'Joesephine' .... development version
816893
=====================================================
817894

818895
- 2006-01-23 [timlinux] 0.7.9.10 Dropped use of qpicture and resampling for point markers in favour of
@@ -836,8 +913,7 @@ over time,
836913
grid_maker plugin
837914

838915

839-
840-
15. Version 0.6 'Simon'
916+
16. Version 0.6 'Simon'
841917
=======================
842918

843919
QGIS Change Log
@@ -925,7 +1001,7 @@ under construction.
9251001
save or save as (if not specified by the user).
9261002

9271003

928-
16. 0.5
1004+
17. 0.5
9291005
=======
9301006

9311007
- 2004-12-01 [gsherman] 0.5.0devel30 Added functions to qgsdataprovider.h to support updating the feature count
@@ -1737,7 +1813,6 @@ including:
17371813
- currently this process IS NOT KNOWN TO BE REVERSIBLE so please backup data
17381814
first before experimenting.
17391815

1740-
17411816
2004-04-27 [ts] 0.2.0devel1
17421817

17431818
Rejigged single marker symbol so directory, icon selector, preview and
@@ -1971,7 +2046,9 @@ Search radius for identifying features on vector layers added to Preferences
19712046
2004-02-23 [ts]
19722047
Save current view to disk as a PNG image
19732048

2049+
19742050
------------------------------------------------------------------------------
2051+
19752052
Version 0.1 'Moroz' February 25, 2004
19762053
User interface improvements - menu and dialog cleanups and a new icon theme
19772054
based on Everaldo's Crystal icon set.
@@ -2117,7 +2194,3 @@ July 6, 2002
21172194
This is the initial import of the code base into CVS on Sourceforge.net.
21182195
vim: set shiftwidth=3 textwidth=75 autoindent:
21192196

2120-
2121-
2122-
2123-

‎doc/changelog.html

+320-98
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22
<HTML>
33
<HEAD>
4-
<META NAME="generator" CONTENT="http://txt2tags.sf.net">
4+
<META NAME="generator" CONTENT="http://txt2tags.org">
55
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
66
<TITLE>Quantum GIS (QGIS) Changelog</TITLE>
7+
8+
<!-- Included style.css -->
79
<STYLE TYPE="text/css">
810
body{ background: white;
911
color: black;
@@ -71,25 +73,142 @@
7173
font-size: small;
7274
}
7375
</STYLE>
76+
7477
</HEAD>
7578
<BODY>
7679

7780
<DIV CLASS="header" ID="header">
7881
<H1>Quantum GIS (QGIS) Changelog</H1>
7982
<H2>Change history for the QGIS Project</H2>
80-
<H3>Friday September 23, 2011</H3>
83+
<H3>Sunday November 13, 2011</H3>
8184
</DIV>
8285

86+
<DIV CLASS="toc">
87+
88+
<OL>
89+
<LI><A HREF="#toc1">Whats new in Version 1.7.2 'Wroclaw'?</A>
90+
<LI><A HREF="#toc2">Whats new in Version 1.7.1 'Wroclaw'?</A>
91+
<LI><A HREF="#toc3">Whats new in Version 1.7.0 'Wroclaw'?</A>
92+
<UL>
93+
<LI><A HREF="#toc4">3.1. Symbology labels and diagrams</A>
94+
<LI><A HREF="#toc5">3.2. New Tools</A>
95+
<LI><A HREF="#toc6">3.3. User interface updates</A>
96+
<LI><A HREF="#toc7">3.4. CRS Handling</A>
97+
<LI><A HREF="#toc8">3.5. Rasters</A>
98+
<LI><A HREF="#toc9">3.6. Providers and Data Handling</A>
99+
<LI><A HREF="#toc10">3.7. Api and Developer Centric</A>
100+
<LI><A HREF="#toc11">3.8. QGIS Mapserver</A>
101+
<LI><A HREF="#toc12">3.9. Plugins</A>
102+
<LI><A HREF="#toc13">3.10. Printing</A>
103+
</UL>
104+
<LI><A HREF="#toc14">Whats new in Version 1.6.0 'Capiapo'?</A>
105+
<UL>
106+
<LI><A HREF="#toc15">4.1. General Improvements</A>
107+
<LI><A HREF="#toc16">4.2. Table of contents (TOC) improvements</A>
108+
<LI><A HREF="#toc17">4.3. Labelling (New generation only)</A>
109+
<LI><A HREF="#toc18">4.4. Layer properties and symbology</A>
110+
<LI><A HREF="#toc19">4.5. Map Composer</A>
111+
</UL>
112+
<LI><A HREF="#toc20">Whats new in Version 1.5.0?</A>
113+
<UL>
114+
<LI><A HREF="#toc21">5.1. Main GUI</A>
115+
<LI><A HREF="#toc22">5.2. WMS and WMS-C Support</A>
116+
<LI><A HREF="#toc23">5.3. API Updates</A>
117+
</UL>
118+
<LI><A HREF="#toc24">Whats new in Version 1.4.0 'Enceladus'?</A>
119+
<LI><A HREF="#toc25">Whats new in Version 1.3.0 'Mimas'?</A>
120+
<UL>
121+
<LI><A HREF="#toc26">7.1. OSM plugin &amp;amp; provider updates</A>
122+
<LI><A HREF="#toc27">7.2. Other notable features and improvements in this release</A>
123+
</UL>
124+
<LI><A HREF="#toc28">Version 1.2.0 'Daphnis'</A>
125+
<UL>
126+
<LI><A HREF="#toc29">8.1. Editing</A>
127+
<LI><A HREF="#toc30">8.2. Keyboard shortcuts</A>
128+
<LI><A HREF="#toc31">8.3. Map Composer</A>
129+
<LI><A HREF="#toc32">8.4. Attribute tables</A>
130+
<LI><A HREF="#toc33">8.5. Plugins</A>
131+
<LI><A HREF="#toc34">8.6. Projects Management</A>
132+
<LI><A HREF="#toc35">8.7. PostGIS &amp; the PostgreSQL Provider</A>
133+
<LI><A HREF="#toc36">8.8. Symbology enhancements</A>
134+
<LI><A HREF="#toc37">8.9. Command line arguments</A>
135+
</UL>
136+
<LI><A HREF="#toc38">Version 1.0.0 'Kore'</A>
137+
<LI><A HREF="#toc39">Version 0.11.0 'Metis'</A>
138+
<LI><A HREF="#toc40">Version 0.10.0 'Io'</A>
139+
<LI><A HREF="#toc41">Version 0.9.2rc1 'Ganymede'</A>
140+
<LI><A HREF="#toc42">Version 0.9.1 'Ganymede'</A>
141+
<LI><A HREF="#toc43">Version 0.9 'Ganymede'</A>
142+
<LI><A HREF="#toc44">Version 0.8 'Joesephine' .... development version</A>
143+
<LI><A HREF="#toc45">Version 0.6 'Simon'</A>
144+
<LI><A HREF="#toc46">0.5</A>
145+
</OL>
146+
147+
</DIV>
83148
<DIV CLASS="body" ID="body">
84149
<P>
85-
Last Updated: Friday September 23, 2011
86-
Last Change : Friday September 23, 2011
150+
Last Updated: Sunday November 13, 2011
151+
Last Change : Sunday November 13, 2011
87152
</P>
88-
<H1>1. Whats new in Version 1.7.1 'Wroclaw'?</H1>
153+
154+
<A NAME="toc1"></A>
155+
<H1>1. Whats new in Version 1.7.2 'Wroclaw'?</H1>
156+
157+
<P>
158+
This is a bugfix release over version 1.7.1. The following changes
159+
were made.
160+
</P>
161+
162+
<UL>
163+
<LI>Fix Gdaltools error checking for ogr layers
164+
<LI>More Translations in OSM plugin
165+
<LI>Fix for ticket #4283 (composer forgets on/off status of layers)
166+
<LI>Fix to v.generalize for recent GRASS versions
167+
<LI>Fix typos in GRASS command list
168+
<LI>Restore override cursor when about box is shown
169+
<LI>Fix #4319 (Enhance maximum for point displacement tolerance)
170+
<LI>Added Python wrappers for QgsZonalStatistics
171+
<LI>Fix #4331 (Classification dialog issues)
172+
<LI>Fix #4282 (Wrong map zooming when using the "Attribute Table" zoom tool)
173+
<LI>Match proj4string in database
174+
<LI>Fix #4241 (Ensure that we have a valid line in line decoration)
175+
<LI>Fix label id for GetPrint in composer
176+
<LI>Fix #3041 (Make the gdaltools command editable)
177+
<LI>Fix shift in point displacement renderer
178+
<LI>Fix for a crash in projection selection
179+
<LI>Fix #4308 (Interpolation and Terrain core plugins)
180+
<LI>Insert date value in attribute editor
181+
<LI>Fix #4387 (Enable "add direction symbol" only for line layers)
182+
<LI>Fix #2491 (Handle raster layer's transparency band while rendering)
183+
<LI>Allow setting I/O encoding for OGR layers in vector layer properties.
184+
<LI>Fix #4414 (SVG indicators for arrows are not shown)
185+
<LI>Label direction symbol shouldn't depend on "map" vs. "line" orientation.
186+
<LI>Set prompt as default behaviour for unknown CRS
187+
<LI>For EPSG initialize GDAL CRS from authid instead of proj.4 string
188+
<LI>Fix #4439 (Crash when changing style in Layer Properties)
189+
<LI>Fix #4444 (Error when loading Python plugins)
190+
<LI>Fix #4440 (invalid reference to Trac)
191+
<LI>Fix stopRender call in graduated symbol renderer
192+
<LI>Fix #4479 - trigger "new color ramp" always when activated
193+
<LI>Hide query entry in legend context menu for layers with joins
194+
<LI>Fix #4496 (Refresh map list in composer table widget in showEvent)
195+
<LI>OS X build/install updates
196+
<LI>GRASS version support
197+
<LI>Intializing from WKT favourize EPSG instead of PROJ.4
198+
<LI>Add What's this to Help menu (implement #4179)
199+
<LI>fTools: update layers lists after adding new layer to TOC (fix #4318)
200+
<LI>Don't block QGIS main window when running Merge shapefiles tool. Partially addresses #4383
201+
<LI>Fix broken Assign projection functionality in GDALTools and improve handling output file extension
202+
</UL>
203+
204+
<A NAME="toc2"></A>
205+
<H1>2. Whats new in Version 1.7.1 'Wroclaw'?</H1>
206+
89207
<P>
90208
This is a bugfix release over version 1.7.0. The following changes
91209
were made.
92210
</P>
211+
93212
<UL>
94213
<LI>Raster performance improvements backported to 1.7.1 [see
95214
<A HREF="http://linfiniti.com/2011/08/improvements-to-raster-performance-in-qgis-master/">http://linfiniti.com/2011/08/improvements-to-raster-performance-in-qgis-master/</A>]
@@ -148,7 +267,9 @@ <H1>1. Whats new in Version 1.7.1 'Wroclaw'?</H1>
148267
<LI>Fixed a bug where map= was not being published in onlineresource url when project files are not in the same dir as cgi
149268
</UL>
150269

151-
<H1>2. Whats new in Version 1.7.0 'Wroclaw'?</H1>
270+
<A NAME="toc3"></A>
271+
<H1>3. Whats new in Version 1.7.0 'Wroclaw'?</H1>
272+
152273
<P>
153274
This release is named after the town of Wrocław in Poland. The Department of
154275
Climatology and Atmosphere Protection, University of Wrocław kindly hosted our
@@ -164,7 +285,10 @@ <H1>2. Whats new in Version 1.7.0 'Wroclaw'?</H1>
164285
enhancements. Once again it is impossible to document everything here that has
165286
changed so we will just provide a bullet list of key new features here.
166287
</P>
167-
<H2>2.1. Symbology labels and diagrams</H2>
288+
289+
<A NAME="toc4"></A>
290+
<H2>3.1. Symbology labels and diagrams</H2>
291+
168292
<UL>
169293
<LI>New symbology now used by default!
170294
<LI>Diagram system that uses the same smart placement system as labeling-ng
@@ -181,16 +305,19 @@ <H2>2.1. Symbology labels and diagrams</H2>
181305
<LI>Move/rotate/change label edit tools to interactively change data defined label properties.
182306
</UL>
183307

184-
<P></P>
185-
<H2>2.2. New Tools</H2>
308+
<A NAME="toc5"></A>
309+
<H2>3.2. New Tools</H2>
310+
186311
<UL>
187312
<LI>Added GUI for gdaldem.
188313
<LI>Added 'Lines to polygons' tool to vector menu.
189314
<LI>Added field calculator with functions like $x, $y and $perimeter.
190315
<LI>Added voronoi polygon tool to Vector menu.
191316
</UL>
192317

193-
<H2>2.3. User interface updates</H2>
318+
<A NAME="toc6"></A>
319+
<H2>3.3. User interface updates</H2>
320+
194321
<UL>
195322
<LI>Allow managing missing layers in a list.
196323
<LI>Zoom to group of layers.
@@ -200,7 +327,9 @@ <H2>2.3. User interface updates</H2>
200327
<LI>General clean-ups and usability improvements.
201328
</UL>
202329

203-
<H2>2.4. CRS Handling</H2>
330+
<A NAME="toc7"></A>
331+
<H2>3.4. CRS Handling</H2>
332+
204333
<UL>
205334
<LI>Show active crs in status bar.
206335
<LI>Assign layer CRS to project (in the legend context menu).
@@ -209,17 +338,19 @@ <H2>2.4. CRS Handling</H2>
209338
<LI>Default to last selection when prompting for CRS.
210339
</UL>
211340

212-
<P></P>
213-
<H2>2.5. Rasters</H2>
341+
<A NAME="toc8"></A>
342+
<H2>3.5. Rasters</H2>
343+
214344
<UL>
215345
<LI>Added AND and OR operator for raster calculator
216346
<LI>On-the-fly reprojection of rasters added!
217347
<LI>Proper implementation of raster providers.
218348
<LI>Added raster toolbar with histogram stretch functions.
219349
</UL>
220350

221-
<P></P>
222-
<H2>2.6. Providers and Data Handling</H2>
351+
<A NAME="toc9"></A>
352+
<H2>3.6. Providers and Data Handling</H2>
353+
223354
<UL>
224355
<LI>New SQLAnywhere vector provider.
225356
<LI>Table join support.
@@ -250,8 +381,9 @@ <H2>2.6. Providers and Data Handling</H2>
250381
</UL>
251382
</UL>
252383

253-
<P></P>
254-
<H2>2.7. Api and Developer Centric</H2>
384+
<A NAME="toc10"></A>
385+
<H2>3.7. Api and Developer Centric</H2>
386+
255387
<UL>
256388
<LI>Refactored attribute dialog calls to QgsFeatureAttribute.
257389
<LI>Added QgsVectorLayer::featureAdded signal.
@@ -262,28 +394,34 @@ <H2>2.7. Api and Developer Centric</H2>
262394
new QgsGeometry.validateGeometry function
263395
</UL>
264396

265-
<H2>2.8. QGIS Mapserver</H2>
397+
<A NAME="toc11"></A>
398+
<H2>3.8. QGIS Mapserver</H2>
399+
266400
<UL>
267401
<LI>Ability to specify wms service capabilities in the properties
268402
section of the project file (instead of wms_metadata.xml file).
269403
<LI>Support for wms printing with GetPrint-Request.
270404
</UL>
271405

272-
<H2>2.9. Plugins</H2>
406+
<A NAME="toc12"></A>
407+
<H2>3.9. Plugins</H2>
408+
273409
<UL>
274410
<LI>Support for icons of plugins in the plugin manager dialog.
275411
<LI>Removed quickprint plugin - use easyprint plugin rather from plugin repo.
276412
<LI>Removed ogr convertor plugin - use 'save as' context menu rather.
277413
</UL>
278414

279-
<P></P>
280-
<H2>2.10. Printing</H2>
415+
<A NAME="toc13"></A>
416+
<H2>3.10. Printing</H2>
417+
281418
<UL>
282419
<LI>Undo/Redo support for the print composer
283420
</UL>
284421

285-
<P></P>
286-
<H1>3. Whats new in Version 1.6.0 'Capiapo'?</H1>
422+
<A NAME="toc14"></A>
423+
<H1>4. Whats new in Version 1.6.0 'Capiapo'?</H1>
424+
287425
<P>
288426
Please note that this is a release in our 'cutting edge' release series. As
289427
such it contains new features and extends the programmatic interface over QGIS
@@ -294,7 +432,10 @@ <H1>3. Whats new in Version 1.6.0 'Capiapo'?</H1>
294432
Once again it is impossible to document everything here that has changed so we will
295433
just provide a bullet list of key new features here.
296434
</P>
297-
<H2>3.1. General Improvements</H2>
435+
436+
<A NAME="toc15"></A>
437+
<H2>4.1. General Improvements</H2>
438+
298439
<UL>
299440
<LI>Added gpsd support to live gps tracking.
300441
<LI>A new plugin has been included that allows for offline editing.
@@ -327,8 +468,9 @@ <H2>3.1. General Improvements</H2>
327468
the datasource.
328469
</UL>
329470

330-
<P></P>
331-
<H2>3.2. Table of contents (TOC) improvements</H2>
471+
<A NAME="toc16"></A>
472+
<H2>4.2. Table of contents (TOC) improvements</H2>
473+
332474
<UL>
333475
<LI>Added a new option to the raster legend menu that will stretch the current
334476
layer using the min and max pixel values of the current extent.
@@ -337,14 +479,17 @@ <H2>3.2. Table of contents (TOC) improvements</H2>
337479
<LI>In the table of contents, it is now possible to select and remove several layers at once.
338480
</UL>
339481

340-
<P></P>
341-
<H2>3.3. Labelling (New generation only)</H2>
482+
<A NAME="toc17"></A>
483+
<H2>4.3. Labelling (New generation only)</H2>
484+
342485
<UL>
343486
<LI>Data defined label position in labeling-ng.
344487
<LI>Line wrapping, data defined font and buffer settings for labeling-ng.
345488
</UL>
346489

347-
<H2>3.4. Layer properties and symbology</H2>
490+
<A NAME="toc18"></A>
491+
<H2>4.4. Layer properties and symbology</H2>
492+
348493
<UL>
349494
<LI>Three new classification modes added to graduated symbol renderer (version
350495
2), including Natural Breaks (Jenks), Standard Deviations, and Pretty
@@ -364,17 +509,19 @@ <H2>3.4. Layer properties and symbology</H2>
364509
the style manager more easily.
365510
</UL>
366511

367-
<P></P>
368-
<H2>3.5. Map Composer</H2>
512+
<A NAME="toc19"></A>
513+
<H2>4.5. Map Composer</H2>
514+
369515
<UL>
370516
<LI>add capability to show and manipulate composer item width/ height in item
371517
position dialog.
372518
<LI>Composer items can now be deleted with the backspace key.
373519
<LI>Sorting for composer attribute table (several columns and ascending / descending).
374520
</UL>
375521

376-
<P></P>
377-
<H1>4. Whats new in Version 1.5.0?</H1>
522+
<A NAME="toc20"></A>
523+
<H1>5. Whats new in Version 1.5.0?</H1>
524+
378525
<P>
379526
Please note that this is a release in our 'cutting edge' release series. As
380527
such it contains new features and extends the programmatic interface over QGIS
@@ -388,7 +535,10 @@ <H1>4. Whats new in Version 1.5.0?</H1>
388535
Once again it is impossible to document everything here that has changed so we will
389536
just provide a bullet list of key new features here.
390537
</P>
391-
<H2>4.1. Main GUI</H2>
538+
539+
<A NAME="toc21"></A>
540+
<H2>5.1. Main GUI</H2>
541+
392542
<UL>
393543
<LI>There is a new angle measuring tool that allows you to interactively
394544
measure angles against the map backdrop.
@@ -442,8 +592,9 @@ <H2>4.1. Main GUI</H2>
442592
closed and reappears when reactivated.
443593
</UL>
444594

445-
<P></P>
446-
<H2>4.2. WMS and WMS-C Support</H2>
595+
<A NAME="toc22"></A>
596+
<H2>5.2. WMS and WMS-C Support</H2>
597+
447598
<UL>
448599
<LI>WMS-C support, new spatial authorities, wms selection improvements
449600
<LI>Resolved EPSG dependency in spatial reference systems and included french
@@ -455,8 +606,9 @@ <H2>4.2. WMS and WMS-C Support</H2>
455606
<LI>WMS-C scale slider gui added and more selection improvements
456607
</UL>
457608

458-
<P></P>
459-
<H2>4.3. API Updates</H2>
609+
<A NAME="toc23"></A>
610+
<H2>5.3. API Updates</H2>
611+
460612
<UL>
461613
<LI>QgsDataProvider &amp;amp; QgsMapLayer: add dataChanged() signal, so that a
462614
provider can signal that the datasource changed
@@ -472,8 +624,9 @@ <H2>4.3. API Updates</H2>
472624
<LI>Support more GEOS operators
473625
</UL>
474626

475-
<P></P>
476-
<H1>5. Whats new in Version 1.4.0 'Enceladus'?</H1>
627+
<A NAME="toc24"></A>
628+
<H1>6. Whats new in Version 1.4.0 'Enceladus'?</H1>
629+
477630
<P>
478631
Please note that this is a release in our 'cutting edge' release series. As
479632
such it contains new features and extends the programmatic interface over QGIS
@@ -538,11 +691,17 @@ <H1>5. Whats new in Version 1.4.0 'Enceladus'?</H1>
538691
For power users, you can now create customizable attribute forms using Qt
539692
Designer dialog UIs.
540693
</P>
541-
<H1>6. Whats new in Version 1.3.0 'Mimas'?</H1>
694+
695+
<A NAME="toc25"></A>
696+
<H1>7. Whats new in Version 1.3.0 'Mimas'?</H1>
697+
542698
<P>
543699
This release includes over 30 bug fixes and several useful new features:
544700
</P>
545-
<H2>6.1. OSM plugin &amp;amp; provider updates</H2>
701+
702+
<A NAME="toc26"></A>
703+
<H2>7.1. OSM plugin &amp;amp; provider updates</H2>
704+
546705
<UL>
547706
<LI>new OSM style files.
548707
<LI>new icons.
@@ -553,8 +712,9 @@ <H2>6.1. OSM plugin &amp;amp; provider updates</H2>
553712
<LI>other OSM related bugfixes.
554713
</UL>
555714

556-
<P></P>
557-
<H2>6.2. Other notable features and improvements in this release</H2>
715+
<A NAME="toc27"></A>
716+
<H2>7.2. Other notable features and improvements in this release</H2>
717+
558718
<UL>
559719
<LI>Marker size is now configurable when editing a layer.
560720
<LI>Incorporation of the analysis library into the mainstream release.
@@ -568,8 +728,9 @@ <H2>6.2. Other notable features and improvements in this release</H2>
568728
<LI>Zoom to a coordinate by entering it in the status bar coordinate display.
569729
</UL>
570730

571-
<P></P>
572-
<H1>7. Version 1.2.0 'Daphnis'</H1>
731+
<A NAME="toc28"></A>
732+
<H1>8. Version 1.2.0 'Daphnis'</H1>
733+
573734
<P>
574735
Please note that this is a release in our 'cutting edge' release series. As
575736
such it contains new features and extends the programmatic interface over
@@ -580,11 +741,15 @@ <H1>7. Version 1.2.0 'Daphnis'</H1>
580741
over the QGIS 1.1.0 release. In addition we have added
581742
the following new features:
582743
</P>
583-
<H2>7.1. Editing</H2>
744+
745+
<A NAME="toc29"></A>
746+
<H2>8.1. Editing</H2>
747+
584748
<P>
585749
Editing functionality in QGIS has had a major update in this release. This
586750
includes the addition of new vector editing tools:
587751
</P>
752+
588753
<UL>
589754
<LI>delete part of multipart feature
590755
<LI>delete hole from polygon
@@ -596,7 +761,6 @@ <H2>7.1. Editing</H2>
596761
<LI>Change layer's icon in legend to reflext that the layer is editable.
597762
</UL>
598763

599-
<P></P>
600764
<P>
601765
In addition, there are undo/redo actions in Edit menu, in Advanced digitizing toolbar
602766
and there is a new dock widget displaying undo stack of active layer.
@@ -616,12 +780,18 @@ <H2>7.1. Editing</H2>
616780
this tool: the redraws are much faster and the map is not cluttered with
617781
markers.
618782
</P>
619-
<H2>7.2. Keyboard shortcuts</H2>
783+
784+
<A NAME="toc30"></A>
785+
<H2>8.2. Keyboard shortcuts</H2>
786+
620787
<P>
621788
New feature: configure shortcuts for actions within main window of qgis!
622789
See menu Setting-&gt;Configure shortcuts
623790
</P>
624-
<H2>7.3. Map Composer</H2>
791+
792+
<A NAME="toc31"></A>
793+
<H2>8.3. Map Composer</H2>
794+
625795
<P>
626796
It is now possible to lock/unlock composer item positions by right mouse click.
627797
The width and height of the composer map will now remain fixed if user sets the
@@ -630,7 +800,10 @@ <H2>7.3. Map Composer</H2>
630800
It is now possible to keep the current layers in a composer map even if further
631801
layers are added to the main map. Export to PDF in composer is now possible.
632802
</P>
633-
<H2>7.4. Attribute tables</H2>
803+
804+
<A NAME="toc32"></A>
805+
<H2>8.4. Attribute tables</H2>
806+
634807
<P>
635808
It is now possible to search the attribute table within selected records only.
636809
General speedups have been made on the attribute table. Setting of field width
@@ -645,7 +818,10 @@ <H2>7.4. Attribute tables</H2>
645818
(could be non-spatial table too!). The edit widgets settings will also now
646819
be respected in the attribute table.
647820
</P>
648-
<H2>7.5. Plugins</H2>
821+
822+
<A NAME="toc33"></A>
823+
<H2>8.5. Plugins</H2>
824+
649825
<UL>
650826
<LI>The order of layers in the WMS dialog can now be changed.
651827
<LI>The eVis plugin, version 1.1.0, has been added to the QGIS project and
@@ -657,20 +833,27 @@ <H2>7.5. Plugins</H2>
657833
<LI>An new OpenStreetMap provider and plugin have been added to QGIS.
658834
</UL>
659835

660-
<P></P>
661-
<H2>7.6. Projects Management</H2>
836+
<A NAME="toc34"></A>
837+
<H2>8.6. Projects Management</H2>
838+
662839
<P>
663840
QGIS now includes support for project relative position of file data sources
664841
and svgs. The saving of relative paths of file data sources is optional.
665842
</P>
666-
<H2>7.7. PostGIS &amp; the PostgreSQL Provider</H2>
843+
844+
<A NAME="toc35"></A>
845+
<H2>8.7. PostGIS &amp; the PostgreSQL Provider</H2>
846+
667847
<P>
668848
You can now select the SSL mode when adding a new DB connection. Turning off
669849
SSL encryption can greatly improve performance of PostGIS data loading where
670850
connection security is not required. Support has been added for more native
671851
types and for setting of column comments.
672852
</P>
673-
<H2>7.8. Symbology enhancements</H2>
853+
854+
<A NAME="toc36"></A>
855+
<H2>8.8. Symbology enhancements</H2>
856+
674857
<UL>
675858
<LI>allow refresh of symbols via popup menu on the renderer's symbol selection
676859
<LI>add support for data defined symbols
@@ -679,12 +862,14 @@ <H2>7.8. Symbology enhancements</H2>
679862
independent of the mapscale)
680863
</UL>
681864

682-
<P></P>
683-
<H2>7.9. Command line arguments</H2>
865+
<A NAME="toc37"></A>
866+
<H2>8.9. Command line arguments</H2>
867+
684868
<P>
685869
Added command line argument support on windows.
686870
Enhancement of command line arguments:
687871
</P>
872+
688873
<UL>
689874
<LI>allow given snapshot sizes
690875
<LI>allow suppression of splash screen
@@ -751,12 +936,14 @@ <H2>7.9. Command line arguments</H2>
751936
layers based on attribute data.
752937
</UL>
753938

754-
<P></P>
755-
<H1>8. Version 1.0.0 'Kore'</H1>
939+
<A NAME="toc38"></A>
940+
<H1>9. Version 1.0.0 'Kore'</H1>
941+
756942
<P>
757943
This release includes over 265 bug fixes and enhancements over the
758944
QGIS 0.11.0 release. In addition we have made the following changes:
759945
</P>
946+
760947
<UL>
761948
<LI>HIG Compliance improvements for Windows / Mac OS X / KDE / Gnome
762949
<LI>Saving a vector layer or subset of that layer to disk with a different
@@ -781,12 +968,14 @@ <H1>8. Version 1.0.0 'Kore'</H1>
781968
<LI>Ported all GDAL/OGR and GEOS usage to use C APIs only.
782969
</UL>
783970

784-
<P></P>
785-
<H1>9. Version 0.11.0 'Metis'</H1>
971+
<A NAME="toc39"></A>
972+
<H1>10. Version 0.11.0 'Metis'</H1>
973+
786974
<P>
787975
This release includes over 60 bug fixes and enhancements over the
788976
QGIS 0.10.0 release. In addition we have made the following changes:
789977
</P>
978+
790979
<UL>
791980
<LI>Revision of all dialogs for user interface consistency
792981
<LI>Improvements to unique value renderer vector dialog
@@ -798,13 +987,15 @@ <H1>9. Version 0.11.0 'Metis'</H1>
798987
<LI>QML Style support for rasters and database layers
799988
</UL>
800989

801-
<P></P>
802-
<H1>10. Version 0.10.0 'Io'</H1>
990+
<A NAME="toc40"></A>
991+
<H1>11. Version 0.10.0 'Io'</H1>
992+
803993
<P>
804994
This release includes over 120 bug fixes and enchancements
805995
over the QGIS 0.9.1 release. In addition we have added
806996
the following new features:
807997
</P>
998+
808999
<UL>
8091000
<LI>Improvements to digitising capabilities.
8101001
<LI>Supporting default and defined styles (.qml) files for file based
@@ -820,8 +1011,9 @@ <H1>10. Version 0.10.0 'Io'</H1>
8201011
<LI>Support for migration of old projects to work in newer QGIS versions.
8211012
</UL>
8221013

823-
<P></P>
824-
<H1>11. Version 0.9.2rc1 'Ganymede'</H1>
1014+
<A NAME="toc41"></A>
1015+
<H1>12. Version 0.9.2rc1 'Ganymede'</H1>
1016+
8251017
<UL>
8261018
<LI>This release candidate includes over 40 bug fixes and enchancements
8271019
over the QGIS 0.9.1 release. In addition we have added
@@ -837,11 +1029,13 @@ <H1>11. Version 0.9.2rc1 'Ganymede'</H1>
8371029
improvements 'under the hood'.
8381030
</UL>
8391031

840-
<P></P>
841-
<H1>12. Version 0.9.1 'Ganymede'</H1>
1032+
<A NAME="toc42"></A>
1033+
<H1>13. Version 0.9.1 'Ganymede'</H1>
1034+
8421035
<P>
8431036
This is a bug fix release
8441037
</P>
1038+
8451039
<UL>
8461040
<LI>70 Bugs closed
8471041
<LI>Added locale tab to options dialog so that locale can be overridden
@@ -851,8 +1045,9 @@ <H1>12. Version 0.9.1 'Ganymede'</H1>
8511045
<LI>Python Plugin installer to install PyQGIS plugins from the repository
8521046
</UL>
8531047

854-
<P></P>
855-
<H1>13. Version 0.9 'Ganymede'</H1>
1048+
<A NAME="toc43"></A>
1049+
<H1>14. Version 0.9 'Ganymede'</H1>
1050+
8561051
<UL>
8571052
<LI>Python bindings - This is the major focus of this release
8581053
it is now possible to create plugins using python. It is also
@@ -866,8 +1061,9 @@ <H1>13. Version 0.9 'Ganymede'</H1>
8661061
<LI>Improvements to the GeoReferencer
8671062
</UL>
8681063

869-
<P></P>
870-
<H1>14. Version 0.8 'Joesephine' .... development version</H1>
1064+
<A NAME="toc44"></A>
1065+
<H1>15. Version 0.8 'Joesephine' .... development version</H1>
1066+
8711067
<UL>
8721068
<LI>2006-01-23 [timlinux] 0.7.9.10 Dropped use of qpicture and resampling for point markers in favour of
8731069
qt4.1 qsvgrenderer new goodies
@@ -890,11 +1086,13 @@ <H1>14. Version 0.8 'Joesephine' .... development version</H1>
8901086
grid_maker plugin
8911087
</UL>
8921088

893-
<P></P>
894-
<H1>15. Version 0.6 'Simon'</H1>
1089+
<A NAME="toc45"></A>
1090+
<H1>16. Version 0.6 'Simon'</H1>
1091+
8951092
<P>
8961093
QGIS Change Log
8971094
</P>
1095+
8981096
<UL>
8991097
<LI>2005-07-03 [morb_au] 0.7.devel2 Merged changes in the 0.7 release
9001098
candidate branch (as at "Release-0_7-candidate-pre1") back into the trunk.
@@ -983,7 +1181,9 @@ <H1>15. Version 0.6 'Simon'</H1>
9831181
save or save as (if not specified by the user).
9841182
</UL>
9851183

986-
<H1>16. 0.5</H1>
1184+
<A NAME="toc46"></A>
1185+
<H1>17. 0.5</H1>
1186+
9871187
<UL>
9881188
<LI>2004-12-01 [gsherman] 0.5.0devel30 Added functions to qgsdataprovider.h to support updating the feature count
9891189
and extents. To be supported, these functions must be implemented in the data
@@ -1896,14 +2096,14 @@ <H1>16. 0.5</H1>
18962096
This current implementation does not warn you of possible side effects
18972097
including:
18982098
</P>
2099+
18992100
<UL>
19002101
<LI>possible image degradation if too many pyramids are generated
19012102
<LI>possuble large increase in image side
19022103
<LI>currently this process IS NOT KNOWN TO BE REVERSIBLE so please backup data
19032104
first before experimenting.
19042105
</UL>
19052106

1906-
<P></P>
19072107
<P>
19082108
2004-04-27 [ts] 0.2.0devel1
19092109
</P>
@@ -2140,6 +2340,7 @@ <H1>16. 0.5</H1>
21402340
<P>
21412341
2004-02-28 [ts] 0.1.0devel5
21422342
</P>
2343+
21432344
<UL>
21442345
<LI>-snapshot command line parameter working now and correctly scaling
21452346
snapshot to size of pixmap.
@@ -2185,7 +2386,11 @@ <H1>16. 0.5</H1>
21852386
2004-02-23 [ts]
21862387
Save current view to disk as a PNG image
21872388
<P></P>
2389+
</UL>
2390+
21882391
<HR NOSHADE SIZE=1>
2392+
2393+
<P>
21892394
Version 0.1 'Moroz' February 25, 2004
21902395
User interface improvements - menu and dialog cleanups and a new icon theme
21912396
based on Everaldo's Crystal icon set.
@@ -2209,15 +2414,17 @@ <H1>16. 0.5</H1>
22092414
Numerous bug fixes
22102415
Removed dependency on libpq++ when compiling with PostgreSQL/PostGIS support
22112416
PostgreSQL/PostGIS layers now rely on GEOS for selecting features
2212-
<P></P>
2417+
</P>
2418+
<P>
22132419
Version 0.0.13 December 8, 2003
22142420
New build system (uses GNU Autoconf)
22152421
Improvement to sorting in attribute table
22162422
Persistent selections (shapefiles only)
22172423
Display order can be changed by dragging a layer to a new position in the legend
22182424
Export QGIS view as a Mapserver map file
22192425
Fix for crash on SuSE 9.0 when moving mouse in legend area
2220-
<P></P>
2426+
</P>
2427+
<P>
22212428
Version 0.0.12-alpha June 10, 2003
22222429
Multiple features displayed with the Identify tool
22232430
Identify function returns and displays attributes for multiple
@@ -2232,7 +2439,8 @@ <H1>16. 0.5</H1>
22322439
Bug fix: Bug that prevented lines from being drawn with widths
22332440
other than 1 pixel
22342441
Build system has changed for building with PostgreSQL support.
2235-
<P></P>
2442+
</P>
2443+
<P>
22362444
Version 0.0.11-alpha June 10, 2003
22372445
Preliminary Plugin Manager implementation
22382446
Version check under tools menu
@@ -2245,39 +2453,46 @@ <H1>16. 0.5</H1>
22452453
Fix for crash when opening a shapefile attribute table
22462454
twice in succession
22472455
Fix for crash when opening invalid shapefiles
2248-
<P></P>
2456+
</P>
2457+
<P>
22492458
Version 0.0.10-alpha May 13, 2003
22502459
*Fixes to project save/open support
22512460
*Enhancements to plugin tests
22522461
*Fixes to build system (gdal link problem)
2253-
<P></P>
2462+
</P>
2463+
<P>
22542464
Version 0.0.9-alpha January 25, 2003
22552465
*Preliminary project save/open support
22562466
*Streamlined build system
2257-
<P></P>
2467+
</P>
2468+
<P>
22582469
Version 0.0.8-alpha December 11, 2002
22592470
*During repaint, the data store is only accessed if map state or extent
22602471
has changed
22612472
*Changes to layer properites aren't effective until the Layer Properties
22622473
dialog is closed
22632474
*Canceling the Layer Propeties dialog cancels changes
2264-
<P></P>
2475+
</P>
2476+
<P>
22652477
Version 0.0.7-alpha November 30, 2002
22662478
*Changes to the build system to allow building with/without PostgeSQL
22672479
support
2268-
<P></P>
2480+
</P>
2481+
<P>
22692482
Version 0.0.6a-alpha November 27, 2002
22702483
*Fix to build problems introduced at 0.0.6. No new features are included
22712484
in this release.
2272-
<P></P>
2485+
</P>
2486+
<P>
22732487
Version 0.0.6-alpha November 24, 2002
22742488
*Improved handling/management of PostGIS connections
22752489
*Password prompt if the password is not stored with a connection
22762490
*Windows size and position and toolbar docking state is saved/restored
22772491
*Identify function for layers
22782492
*Attribute table for a layer can be displayed and sorted by clicking on column headers
22792493
*Duplicate layers (layers with same name) are now handled properly
2280-
<P></P>
2494+
</P>
2495+
<P>
22812496
Version 0.0.5-alpha October 5, 2002
22822497
* Removing a layer from the map no longer crashes the application
22832498
* Fixed multiple render bug when adding a layer
@@ -2288,7 +2503,8 @@ <H1>16. 0.5</H1>
22882503
* Zoom Previous added to toolbar
22892504
* Toolbar has been rearranged and new icons added
22902505
* Help|About QGis now contains Version, Whats New, and License information
2291-
<P></P>
2506+
</P>
2507+
<P>
22922508
Version 0.0.4-alpha August 15, 2002
22932509
* Added Layer Properties dialog
22942510
* User can set color for layers
@@ -2298,42 +2514,48 @@ <H1>16. 0.5</H1>
22982514
* Fixed multiple repaint bug that occurred when more than one layer was
22992515
added at a time
23002516
* Fixed bug that caused a full refresh at the beginning of a pan operation
2301-
<P></P>
2517+
</P>
2518+
<P>
23022519
Version 0.0.3-alpha August 10, 2002
23032520
* Support for shapefiles and other vector formats
23042521
* Improved handling of extents when adding layers
23052522
* Primitive legend that allows control of layer visibility
23062523
* About Quantum GIS implemented
23072524
* Other internal changes
2308-
<P></P>
2525+
</P>
2526+
<P>
23092527
July 26, 2002
23102528
Drawing code now properly displays layers and calculates extents when
23112529
zooming. Zoom is still fixed zoom in rather than interactive.
2312-
<P></P>
2530+
</P>
2531+
<P>
23132532
July 20, 2002
23142533
Repaint automatic for layers.
2315-
<P></P>
2534+
</P>
2535+
<P>
23162536
July 18, 2002
23172537
Point, line and polygon PostGis layers can be drawn. Still issues with
23182538
map exent and positioning of layers on the canvas. Drawing is manual and
23192539
not tied to the paint event. No zooming or panning yet.
2320-
<P></P>
2540+
</P>
2541+
<P>
23212542
July 10, 2002
23222543
Layers can be selected and added to the map canvas collection however
23232544
the rendering code is currently disabled and being reorganized. So if
23242545
you add a layer, nothing will be drawn...
2325-
<P></P>
2546+
</P>
2547+
<P>
23262548
July 6, 2002
23272549
This code is preliminary and really has no true functionality other than
23282550
the ability to define a PostGIS connection and display the spatially enabled
23292551
tables that could be loaded.
2330-
<P></P>
2552+
</P>
2553+
<P>
23312554
This is the initial import of the code base into CVS on Sourceforge.net.
23322555
vim: set shiftwidth=3 textwidth=75 autoindent:
2333-
</UL>
2334-
2556+
</P>
23352557
</DIV>
23362558

2337-
<!-- html code generated by txt2tags 2.3 (http://txt2tags.sf.net) -->
2338-
<!-- cmdline: txt2tags -t html -\-no-toc C:/dev/cpp/Quantum-GIS/doc/changelog.t2t -->
2559+
<!-- html code generated by txt2tags 2.6 (http://txt2tags.org) -->
2560+
<!-- cmdline: txt2tags -t html -o changelog.html changelog.t2t -->
23392561
</BODY></HTML>

‎doc/changelog.t2t

+6-11
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ Change history for the QGIS Project
2424
%rather apply it selectively to paragraphs where needed.
2525

2626
% To generate the text version of this document:
27-
% txt2tags -t txt -o CHANGELOG CHANGELOG.t2t
27+
% txt2tags -t txt -o ../CHANGELOG changelog.t2t
2828
% To generate the mediawiki version of this document:
29-
% txt2tags -t wiki --no-enum-title -o CHANGELOG.wiki CHANGELOG.t2t
29+
% txt2tags -t wiki --no-enum-title -o CHANGELOG.wiki changelog.t2t
3030
% To generate the html version of this document:
31-
% txt2tags -t html -o CHANGELOG.html CHANGELOG.t2t
31+
% txt2tags -t html -o changelog.html changelog.t2t
3232
% To generate the LaTeX version of this document:
33-
% txt2tags -t tex -o CHANGELOG.tex CHANGELOG.t2t; pdflatex CHANGELOG.tex
33+
% txt2tags -t tex -o CHANGELOG.tex CHANGELOG.t2t; pdflatex changelog.tex
3434

3535
% End of comments
3636
% -------------------
@@ -40,7 +40,7 @@ Last Change : %%mtime(%A %B %d, %Y)
4040

4141
= Whats new in Version 1.7.2 'Wroclaw'? =
4242

43-
This is a bugfix release over version 1.7.0. The following changes
43+
This is a bugfix release over version 1.7.1. The following changes
4444
were made.
4545

4646
- Fix Gdaltools error checking for ogr layers
@@ -56,15 +56,11 @@ were made.
5656
- Match proj4string in database
5757
- Fix #4241 (Ensure that we have a valid line in line decoration)
5858
- Fix label id for GetPrint in composer
59-
- Added gource script (thanks Nathan) and qgis download stats
60-
- Added simple script to generate a tarball
6159
- Fix #3041 (Make the gdaltools command editable)
62-
- Corrected URLs for GitHub and for the issue tracker
6360
- Fix shift in point displacement renderer
6461
- Fix for a crash in projection selection
6562
- Fix #4308 (Interpolation and Terrain core plugins)
6663
- Insert date value in attribute editor
67-
- Fixing typos in IT GUI
6864
- Fix #4387 (Enable "add direction symbol" only for line layers)
6965
- Fix #2491 (Handle raster layer's transparency band while rendering)
7066
- Allow setting I/O encoding for OGR layers in vector layer properties.
@@ -76,7 +72,6 @@ were made.
7672
- Fix #4444 (Error when loading Python plugins)
7773
- Fix #4440 (invalid reference to Trac)
7874
- Fix stopRender call in graduated symbol renderer
79-
- Fix Windows build
8075
- Fix #4479 - trigger "new color ramp" always when activated
8176
- Hide query entry in legend context menu for layers with joins
8277
- Fix #4496 (Refresh map list in composer table widget in showEvent)
@@ -85,7 +80,7 @@ were made.
8580
- Intializing from WKT favourize EPSG instead of PROJ.4
8681
- Add What's this to Help menu (implement #4179)
8782
- fTools: update layers lists after adding new layer to TOC (fix #4318)
88-
- don't block QGIS main window when running Merge shapefiles tool. Partially addresses #4383
83+
- Don't block QGIS main window when running Merge shapefiles tool. Partially addresses #4383
8984
- Fix broken Assign projection functionality in GDALTools and improve handling output file extension
9085
-
9186

0 commit comments

Comments
 (0)
Please sign in to comment.