source: git/debian/changelog @ 4898fef

RELEASE/1.0
Last change on this file since 4898fef was 4898fef, checked in by Olly Betts <olly@…>, 13 years ago

debian/survex.install: Update for move of survex man page to section 7.

git-svn-id: file:///home/survex-svn/survex/branches/1.0@3724 4b37db11-9a0c-4f06-9ece-9ab7cdaee568

  • Property mode set to 100644
File size: 25.3 KB
Line 
1survex (1.0.40) UNRELEASED; urgency=low
2
3  * debian/survex.install: Update for move of survex man page to section 7.
4 
5 -- Olly Betts <olly@survex.com>  Tue, 24 May 2011 05:24:26 +0000
6
7survex (1.0.39) unstable; urgency=low
8
9  * Updates to French translation from Michel Bovey.  Also updates to German,
10    Italian, Catalan, Spanish, and Romanian translations.
11  * test suite: fix smoke test to pass even without X running (it was meant to
12    but the code had a bug).  Bug introduced in 1.0.38.
13  * Updated "Build-Depends:" for the new X library packaging. Closes: #347108
14  * Rebuilt debian/rules starting from debhelper example rules.multi2 to
15    eliminate cruft such as use of debhelper programs which are deprecated or
16    have better alternatives.  The new rules file puts exactly the same set of
17    files in each package as the old one does, but should be easier to
18    understand and maintain.
19
20 -- Wookey <wookey@survex.com>  Thu, 12 Jan 2006 03:36:05 +0000
21
22survex (1.0.38) unstable; urgency=low
23
24  All changes backported from 1.1.7:
25  * Check environmental variable LC_MESSAGES when deciding what language to use
26    for messages.
27  * aven: Improved update of mouse coordinates and measuring line (thanks to
28    Martin Green).
29  * aven: When printing an extended elevation, don't show bearing and elevation.
30  * aven: Added Aven's icon to the "About" dialog.
31  * aven: Use localised character for the decimal point (e.g. "," in most
32    continental European countries).
33  * aven: Previously the survey tree would get focus and then take keypresses
34    (e.g. "P", "L", "Delete").  Now we pass most keypresses across so they
35    operate on the cave, and transfer the input focus across when we do.
36  * aven: Make pressing "Return" in the tree control expand/collapse a subtree.
37  * aven: Make entrances green in side panel tree list to match green blobs used
38    in cave view.
39  * aven: Reworded "Restore Default Settings" as "Restore Default View".
40  * aven: Set sensible default margins for printing and preserve any margin
41    values the user specifies between runs (previously margins defaulted to 0
42    each time aven was run).
43  * aven: Really stop setting extra toolbar margin when using GTK2.0.  The
44    attempt to fix this backported in 1.0.36 failed because __WXGTK12__ is set
45    for GTK+ 1.2 or *any later release* so it is true for GTK+ 2.0 too!
46  * aven: Add details of which of wxGTK, wxMotif, and wxX11 we've been
47    compiled with, and which GTK+/Motif version where appropriate.
48  * extend: Fixed 2 uninitialised flags (problem apparently never manifests
49    on Linux - presumably we're lucky and always get zeroed memory from malloc
50    if we never call free).
51  * extend: Default output name for a file called input.3d is now
52    input_extend.3d rather than just extend.3d (which was annoying if you
53    wanted to extend several surveys in the same directory).
54  * cavern: Applied Simeon Warner's patch for handling backcompass, backclino,
55    and omitted forward compass/clino readings in Compass DAT files.  Added
56    a feature test for this to the testsuite.
57  * cavern: Fix handling of a *solve followed by survey data, none of which is
58    attached to the previous data.
59  * cavern: Fixed "No survey data" error when a *solve is followed by another
60    *solve (or the implicit solve at the end of processing) with no data between
61    them.
62  * cavern: Fixed small one-off memory leak if you specify -o more than once.
63
64 -- Wookey <wookey@survex.com>  Tue, 18 Oct 2005 04:33:32 +0100
65
66survex (1.0.37) unstable; urgency=low
67
68  * cavern: Also ignore any arguments after "*data passage" which makes this
69    feature actually useful as intended.
70  * aven: Recognise .3d file format versions 4 and 5 so you can load .3d files
71    processed by 1.1.x test builds.
72  * aven: Normalise filename by adding any extension used, and use the
73    normalised filename for file history and window title.
74
75 -- Wookey <wookey@survex.com>  Sat, 10 Sep 2005 19:31:20 +0100
76
77survex (1.0.36) unstable; urgency=low
78
79  * cavern: Ignore "*data passage" data style so you can process files
80    containing LRUD data for Survex 1.1.3 and later.
81  * cavern: Fix assertion failure when handling a survey with a station only
82    attached by a nosurvey leg.
83  * Capitalise first word of debian package description.
84  * Install vim syntax file as debian vim policy describes.
85  * Changes backported from 1.1.3:
86    + aven: Improve initial window sizing and placement on multimonitor
87      displays when using wx2.4 or earlier.
88    + testsuite: Fix cavern.tst to report misspelled test names and
89      make badnewline test case actually run and actually pass.
90    + aven: Only add toolbar margins for gtk1.2
91    + configure: Updated check for wx version.
92
93 -- Wookey <wookey@survex.com>  Thu, 08 Sep 2005 00:39:51 +0100
94
95survex (1.0.35) unstable; urgency=low
96
97  * Standards-Version: 3.6.2 (no changes).
98  * aven: Fix printing which was deciding how many pages to spread the plot
99    over by looking at the whole paper size, not the printable area.
100  * aven: When exporting, omit surface data if it's not being shown at the
101    moment.  Also omit unnecessary MOVE ops from generated files (which saves
102    quite a lot of space when surface data is turned off).
103  * Set Aven's icon on non-Windows platforms too.  This means that with
104    windowmaker the appicon has an icon without user intervention, and
105    probably improves things with other windowmanagers too.
106  * extend: Added documentation and test cases for the new extend features.
107  * manual: Fix example of setting decimal separator.
108  * Include syntax colouring mode for .svx files for the vim editor, written
109    by David Loeffler.
110
111 -- Wookey <wookey@survex.com>  Mon, 27 Jun 2005 22:32:19 +0100
112
113survex (1.0.34) unstable; urgency=low
114
115  * extend: Added changes from John Pybus which allow you to specify a
116    configuration file to control how the centreline is extended - e.g.
117    where to fold and where to break loops.
118
119 -- Wookey <wookey@survex.com>  Sat, 22 Jan 2005 01:44:39 +0000
120
121survex (1.0.33) unstable; urgency=low
122
123  * aven: Fixed bug which would sometimes pick one too few pages
124    vertically resulting in the survey escaping off the top of the topmost
125    pages.
126  * aven: Changed the toner-wasting, hard-to-measure-exactly alternately filled
127    scale bar to a simple line with ticks.
128  * aven: SVG export fixes: second and subsequent exports had bogus extra
129    "</g>"; Fixed to invert all Y coordinates, not just some; Fixed tags for
130    layers.
131  * aven: Added EPS export option.
132  * Minor documentation updates.
133
134 -- Wookey <wookey@survex.com>  Wed, 13 Jan 2005 05:40:38 +0000
135
136survex (1.0.32) unstable; urgency=low
137
138  * aven: Fixed font sizes in "Print Preview".
139  * aven: In the print setup dialog, replaced "Orientation" radio buttons with
140    "Plan" and "Elevation" buttons.
141  * aven: Fixed info box on printouts of elevations, tilted views, and
142    extend elevations.
143  * aven: Added "fit on one page" option, and make it the default.
144  * aven: Reorder "Cancel", "Preview", "Print" buttons and make "Print" the
145    default button.
146  * aven: Read settings back from the print dialog when the "Print" button is
147    pressed (was only done for "Preview" previously).
148  * aven: Sorted out the initial size of the "Print Preview" window.
149  * aven: Fixed the window manager's close button on the "Print Preview"
150    window - previously this was being ignored.
151  * aven: Sorted out initial survey scaling when loading a survey at startup.
152  * aven: Fixed the measuring line to work better when the survey tree is
153    manipulated with keys.  Tweaked redrawing of the measuring line to be a
154    smidgen more efficient.  Fixed the blob and ring size which were one
155    pixel too small on Windows.
156  * aven: Added "System Information:" section to the "About" dialog to hold
157    information useful when reporting bugs.  Currently it contains the
158    wxWindows version, OS version, and colour depth information.
159  * aven: Changed the "About" dialog's "Close" button to be "OK" for
160    consistency with pretty much every other application.
161  * aven: Added "File->Export as..." which integrates cad3d's functionality
162    within aven.
163  * aven: Updated a few icons.
164  * cad3d: Added SVG export support from John Pybus
165  * Fixed to allow compilation with GCC 3.4
166  * Updates to German translation.
167
168 -- Wookey <wookey@survex.com>  Thu, 30 Sep 2004 23:07:39 +0100
169
170survex (1.0.31) unstable; urgency=low
171
172  * aven: Fixed grid menu item so that it always correctly reflects whether
173    the grid is enabled or not.
174  * aven: Minor improvements to appearance of a few toolbar icons.
175  * Updates to Catalan, French, Italian, Romanian, Slovak, and Spanish
176    translations.
177  * cavern: Fixed Romanian message which was appearing in English .err files.
178
179 -- Wookey <wookey@survex.com>  Thu, 01 Jul 2004 01:36:19 +0100
180
181survex (1.0.30) unstable; urgency=low
182
183  * aven: Added printing directly from Aven!
184  * aven: Fixed memory leak when showing the "About" dialog.
185  * cavern: Equates are no longer considered when deciding which stations are
186    flagged as surface and underground.
187  * Romanian translation mostly completed.
188  * Minor packaging tweaks (added website URL and changed package descriptions
189    to start with a lowercase letter as suggested by packaging guidelines).
190
191 -- Wookey <wookey@survex.com>  Sat, 29 May 2004 23:01:13 +0100
192
193survex (1.0.29) unstable; urgency=low
194
195  * cad3d: Fixed problem with DXF files which stopped them loading with some
196    drawing packages (introduced in 1.0.27).
197  * aven: Changed File->Exit to File->Quit.
198  * Removed some unused messages from the message files.
199  * Romanian translation started.
200  * Fixed a few new lintian warnings.
201  * Fixed new lintian warnings about missing quotes in menu files.
202
203 -- Wookey <wookey@survex.com>  Mon, 19 Mar 2004 14:55:23 +0000
204
205survex (1.0.28) unstable; urgency=low
206
207  * Fixed 3d file reading code to fix incorrect unpacking of compressed
208    station names in a rare case.  Also checked other rare cases work
209    correctly.
210
211 -- Wookey <wookey@survex.com>  Mon, 08 Mar 2004 20:54:03 +0000
212
213survex (1.0.27) unstable; urgency=low
214
215  * cad3d: DXF output now puts surface legs, stations, and labels in separate
216    layers.
217  * debian/control,debian/rules: The default gcc/g++ is now c102 so removed
218    code to explicitly use GCC 3.2.
219
220 -- Wookey <wookey@survex.com>  Wed, 07 Jan 2004 03:27:58 +0000
221
222survex (1.0.26) unstable; urgency=low
223
224  * Standards-Version: 3.6.1 (no changes).
225  * Fixed lintian warning.
226  * Tidied up debian/rules.
227  * cavern: Fixed interleaved topofil data style - the length was always being
228    calculated as zero.
229  * aven: "All Files" now shows files without extensions too.
230  * aven: added Ctrl+Q as shortcut for File->Exit.
231  * aven: depth colouring now uses a proper colour gradient.
232  * cad3d: fixed -e and -r options to not crash (the long versions have always
233    worked).
234  * extend: fixed to initialise an internal structure - failing to do so was
235    probably causing crashes on some platforms.
236  * Fixed standard graphics for "Note", "Warning", etc in the PostScript manual.
237  * Documentation updated.
238  * fixed svxedit man page which previously contained xcaverot documentation!
239  * test suite: check that cavern doesn't report "nan" or "NaN" for any values.
240
241 -- Wookey <wookey@survex.com>  Sat, 29 Nov 2003 00:40:24 +0000
242
243survex (1.0.25) unstable; urgency=low
244
245  * Updated config.guess and config.sub (closes: bug#186687).
246  * Added missing Build-Depends on xlibs-dev (closes: bug#186956).
247
248 -- Wookey <wookey@survex.com>  Mon, 31 Mar 2003 17:49:29 +0100
249
250survex (1.0.24) unstable; urgency=low
251
252  * cavern: fixed LEVEL (broken since around 1.0.8) and added test case.
253  * cavern: corrected handling of declination in Compass DAT files and added
254    test case; also added tests for other aspects of Compass DAT file
255    reading.
256  * printps/printpcl: fixed blank page detection in some obscure cases.
257  * Documentation: started manual section on working with Compass data files.
258  * Added Build-Depends on gcc-3.2 and g++-3.2.
259
260 -- Wookey <wookey@survex.com>  Fri, 28 Mar 2003 02:03:16 +0000
261
262survex (1.0.23) unstable; urgency=low
263
264  * Documentation: include 3d v3 file format description on MS Windows, MS
265    DOS, and RISC OS too; include PNG graphics for manual on MS Windows; minor
266    updates to manual.
267  * Prefer wxWindows 2.4 if it's available (closes: bug#183158).
268  * Disabled experimental support for Chinese (LANG=zh) - it isn't currently
269    working and makes the printer drivers unusable when LANG is set to zh.
270  * Changed Section from math to science.
271  * Changed Priority from optional to extra (we clearly should be optional).
272  * Standards-Version: 3.5.8.0 (support DEB_BUILD_OPTIONS).
273
274 -- Wookey <wookey@survex.com>  Tue, 04 Mar 2003 20:54:17 +0000
275
276survex (1.0.22) unstable; urgency=low
277
278  * aven: Fixed handling of extended elevations (and other flat surveys).
279  * Documentation: fixed 3d v3 file format description and include it in debs.
280  * Build-Depends on libwxgtk2.3-dev|libwxgtk2.2-dev so we still build on
281    hppa while Ron Lee resolves the wx hppa build failure.
282
283 -- Wookey <wookey@survex.com>  Tue, 26 Nov 2002 04:22:26 +0000
284
285survex (1.0.21) unstable; urgency=low
286
287  * cavern: when reading Compass DAT files, we now processes compass and clino
288    backsights, and recognise the "X" flag which indicates a leg should be
289    entirely ignored.  And we now report correct line number with errors in
290    Compass .MAK files.
291  * cavern: if "*infer plumbs on", don't infer a plumb if the clino is
292    +/- 90 degrees, but the backclino isn't (and vice versa).
293  * cavern: fixed 3dx output so it actually works with Chasm once more.
294  * cavern: don't allocate extra space needed for producing 3dx output for
295    Chasm unless we're actually producing that output - saves about 8 bytes
296    per station.
297  * cavern: removed slightly too keen sanity check which could misfire in very
298    unusual circumstances.
299
300 -- Wookey <wookey@survex.com>  Sat, 16 Nov 2002 15:15:12 +0000
301
302survex (1.0.20) unstable; urgency=low
303
304  * aven: update display when "Metric" or "Degrees" is toggled.
305  * cavern: fixed handling of compass and clino corrections in Compass survey
306    data - these were interpreted as radians rather than degrees so the
307    correction was about 57 times too large!)
308  * Improved handling of Compass PLT files - if the survey name is empty, don't
309    insert a survey separator character.
310  * Documentation: fixed incorrect markup which resulted in a bogus footnote.
311  * Use wxwindows-2.3 rather than wxwindows-2.2 (closes: bug#166105).
312
313 -- Wookey <wookey@survex.com>  Fri, 01 Nov 2002 15:28:37 +0000
314
315survex (1.0.19) unstable; urgency=low
316
317  * cavern: can now process Compass format survey data, and even mixed
318    datasets.
319  * cavern: major speedup (up to 60%) when reading in survey data containing
320    a lot of stations in the same survey hierarchy level (which is how Compass
321    files are handled).
322  * cavern: don't warn about a compass reading on a plumbed leg if the
323    plumb was inferred and the compass reading is zero.
324  * cavern: reduced memory usage in code which reads a survey station name.
325  * cavern: reported CPU time would go negative if cavern ran for more than
326    about 36 minutes (highly unlikely but not impossible on a slow machine
327    with a large, highly interconnect survey) - fixed.
328  * cavern: avoid unnecessary work when --percentage isn't specified.
329  * cavern: Writing "*:" at the start of a .svx file would crash cavern - fixed
330    and added test case.  This is an error anyway, but it shouldn't cause a
331    crash.
332  * Don't distribute unused toolbar icons.
333  * Documentation: minor updates.
334
335 -- Wookey <wookey@survex.com>  Fri, 25 Oct 2002 03:16:34 +0100
336
337survex (1.0.18) unstable; urgency=low
338
339  * Fixed "Process" action on .svx files.
340  * File associations: if survex-svxedit isn't installed, run gnome-edit
341    instead.
342  * Include file associations and file icons in the main package rather than
343    survex-aven.
344  * Documentation: added details of the 3d file format (version 3).
345  * Updated TODO list.
346  * Tweaked source to hopefully build on HPPA again (closes: bug#162912).
347  * Proper description for survex-svxedit (closes: bug#162954, bug#162970).
348
349 -- Wookey <wookey@survex.com>  Mon, 07 Oct 2002 00:29:05 +0100
350
351survex (1.0.17) unstable; urgency=low
352
353  * Note: 1.0.15 and 1.0.16 addressed MS Windows specific problems.
354  * survex-aven package now installs mime types, icons, and file associations
355    for Gnome.  Note: at present GMC doesn't seem to notice new files being
356    created (e.g.  Process on a .svx file creates .3d and .err files) - you
357    have to manually refresh the view.
358  * survex-svxedit is now architecture independent.  Fixed up a few lintian
359    warnings relating to it too.
360  * Minor update to manual.
361
362 -- Wookey <wookey@survex.com>  Tue, 24 Sep 2002 20:20:20 +0100
363
364survex (1.0.14) unstable; urgency=low
365
366  * svxedit: This is a Survex data entry editor from the therion team.  It
367    currently experimental needs tcl and wish installed, so is it its own
368    package: survex-svxedit.
369  * Improved handling of Compass PLT files and CMAP xyz files.
370  * aven: when picking non-overlapping labels, show a slight preference to
371    shorter labels with the aim of displaying more labels.
372  * aven: fixed hard to notice problem which could cause the cave to appear
373    tilted sideways after a lot of manipulation.
374  * cavern: Modest speed improvement (0.5% for sample dataset).
375  * cavern: fixed a rarely sighted bug which caused erroneous error about some
376    stations not being attached to a fixed point.
377  * cavern: fixed clino readings and DIRECTION to work in interleaved data.
378  * cavern: improved error reporting when an invalid value is given for a
379    DIRECTION reading.
380  * cavern: fixed "singular matrix" error when very low SDs were specified.
381  * print*: if the --raw is used, the survey can now use the space this would
382    have taken up.
383  * Reading of ASCII 3d files now copes with MSDOS/MS Windows line endings
384    once again.  Added regression test for this.
385  * Updated documentation.
386
387 -- Wookey <wookey@survex.com>  Sun, 15 Sep 2002 00:11:05 +0100
388
389survex (1.0.13) unstable; urgency=low
390
391  * aven: Fixed bug which caused the occasional spurious leg to be shown
392    connecting arbitrary stations.
393  * extend: try to extend along a survey, and make breaks where other surveys
394    join.
395  * cavern: Number reading code reworked to allow repeat readings to be
396    supported, but the actual repeat reading code is currently disabled,
397    and everything should work exactly as before.
398  * Experimental support for Chinese (LANG=zh) - only a few messages are
399    currently translated.
400
401 -- Wookey <wookey@survex.com>  Fri, 28 Jun 2002 15:34:26 +0100
402
403survex (1.0.12) unstable; urgency=low
404
405  * diffpos: fixed to work on 64bit architectures.
406  * sorterr: fixed to work with more than 1024 traverses.
407  * Fixed handling of iso-8859-2 character set.
408  * Fixed Aven to work from Debian Apps menu (running an installed program
409    with an explicit path works again).
410  * xcaverot: automatically switch on PDA mode if the screen is narrower than
411    640 pixels.
412  * Updates to Portuguese translation - all translations are now up-to-date.
413
414 -- Wookey <wookey@survex.com>  Fri, 07 Jun 2002 18:16:30 +0100
415
416survex (1.0.11) unstable; urgency=low
417
418  * aven: improvements in 1.0.10 to the file type selector only work with
419    wxGtk >= 2.3 (the debian package is the latest stable release: 2.2.9
420    where this doesn't work).  Fixed to work as well as possible on 2.2.9,
421    and as intended if rebuilt against 2.3.
422  * aven: fixed so that loading PLT files works regardless of the current locale
423    (previously it would fail for locales where the decimal character wasn't
424    '.').
425  * aven: key actions during autorotation no longer temporarily pause
426    autorotation.
427  * aven: switching to plan or elevation while rotating is now smooth.
428  * aven: removed undocumented and confusing "free rotation mode".
429  * cad3d: write dummy passage dimensions to .plt files to avoid Compass bug.
430  * printps: now supports coloured printouts.
431  * print*: fixed to work correctly with PLT files.
432  * extend: fixed to work correctly with PLT files.
433  * Updates to Italian translation.
434  * Minor documentation updates.
435
436 -- Wookey <wookey@survex.com>  Wed, 29 May 2002 13:44:31 +0100
437
438survex (1.0.10) unstable; urgency=low
439
440  * aven: Fully disabled some debug code (closes: bug#147309).
441  * aven: only add a file to the list of recently used files if it was opened
442    successfully.
443  * aven: recognise ".plf" as a Compass PLT file too; recognise uppercase
444    variants of file extensions in File->Open filters to help people who
445    transfer files from MSDOS/MS Windows.
446  * cavern: fixed bogus warning triggered by "*begin abc.def" (I'm not sure
447    that this should be valid, but the warning given wasn't appropriate).
448  * Fixed scaling problem when reading PLT file (feet->metres conversion
449    factor was being applied backwards!)
450  * Fixed potential problem when reading or writing a 3d file which couldn't
451    be opened.
452  * Translate dots to spaces in survey names in Compass PLT files.
453  * Better handling of PLT files which have a D command before any M command.
454  * Updates to German and Italian internationalisations.
455
456 -- Wookey <wookey@survex.com>  Fri, 24 May 2002 12:48:54 +0100
457
458survex (1.0.9) unstable; urgency=low
459
460  * aven: Fixed jerky start when auto-rotation begins.
461  * cavern: Fixed Direction reading - bug previously made it unusable.
462  * Updates to French, Spanish, Catalan, and Slovak internationalisations.
463
464 -- Wookey <wookey@survex.com>  Fri, 17 May 2002 12:06:48 +0100
465
466survex (1.0.8) unstable; urgency=low
467
468  * aven: lots of improvements and fixes - now uses 25% less memory.
469  * cavern: support for backsights, percentage gradients, inferred exports,
470    and a few minor bug fixes.
471  * print*: a few improvements.
472  * New Slovak (sk) internationalisation.
473
474 -- Wookey <wookey@survex.com>  Mon, 13 May 2002 12:13:27 +0100
475
476survex (1.0.7) unstable; urgency=low
477
478  * print*: halted with a failed assertion in 1.0.4-1.0.6.
479
480 -- Wookey <wookey@survex.com>  Mon, 08 Apr 2002 09:48:43 +0100
481
482survex (1.0.6) unstable; urgency=low
483
484  * Assorted aven fixes and enhancements.
485  * Spell-checked documentation.
486
487 -- Wookey <wookey@survex.com>  Sun, 07 Apr 2002 15:36:11 +0100
488
489survex (1.0.5) unstable; urgency=low
490
491  * img_open_survey() could crash if you tried to open an unrecognised file
492    (i.e. not .3d, .pos, .plt, or .xyz format).
493  * North and East were the wrong way round when reading in .plt files.
494  * cad3d: Improved .plt file output - Compass should read it now.
495  * Documentation updates.
496
497 -- Wookey <wookey@survex.com>  Fri, 05 Apr 2002 01:52:54 +0100
498
499survex (1.0.4) unstable; urgency=low
500
501  * extend: now keep all names for an equated group of stations.
502  * cad3d: if an output filename is given, use its extension to pick the
503    default output format.
504  * aven: movement with keyboard is now accelerated by Shift as in caverot.
505  * print*: --no-borders fixed to work as documented; --no-cutlines added to
506    turn off the dashed lines where pages join on multi-page printouts.
507  * Improvements to .plt file reading.
508  * Added support for reading CMAP XYZ files.
509  * Documentation updates.
510
511 -- Wookey <wookey@survex.com>  Mon, 01 Apr 2002 23:23:07 +0100
512
513survex (1.0.3) unstable; urgency=low
514
515  * aven: support for feet and grads.
516  * aven: show altitude of mouse pointer when in elevation view.
517  * print*: say where output is being sent.
518  * Updated fr internationalisation; minor updates to other languages.
519
520 -- Wookey <wookey@survex.com>  Thu, 21 Mar 2002 01:51:27 +0000
521
522survex (1.0.2) unstable; urgency=low
523
524  * printdm and printpcl now obey font_size_labels setting in print.ini etc.
525  * Enhancements and bug-fix to handling of Topofil.
526  * *FIX with 3 standard deviations but no covariances now works.
527  * cad3d: new --plt option produces crude approximation to Compass .plt
528    files - should be good enough for reading into Carto.
529  * img library now reads Compass .plt files as if they were .3d files.
530  * Updated ca and es internationalisations.
531
532 -- Wookey <wookey@survex.com>  Sun, 17 Mar 2002 12:42:44 +0000
533
534survex (1.0.1) unstable; urgency=low
535
536  * Updated pt-br and it internationalisations.
537
538 -- Wookey <wookey@survex.com>  Thu, 31 Jan 2002 06:15:26 +0000
539
540survex (1.0.0) unstable; urgency=low
541
542  * Compiling gfxcore.cc often causes an ICE in GCC 2.95, so if the compile
543    fails on this source we now retry with -O instead of -O2.  Hopefully
544    this'll get us a build on all architectures...
545
546 -- Wookey <wookey@survex.com>  Sun, 23 Dec 2001 01:58:55 +0000
547
548survex (0.99.10) unstable; urgency=low
549
550  * Aven updates
551  * Bug fix in .3d file reading code
552
553 -- Wookey <wookey@survex.com>  Wed, 19 Dec 2001 14:28:10 +0000
554
555survex (0.99.9) unstable; urgency=low
556
557  * Aven updates
558
559 -- Wookey <wookey@survex.com>  Sat, 15 Dec 2001 14:27:00 +0000
560
561survex (0.99.8) unstable; urgency=low
562
563  * New release - now compiles under GCC3.0 so should build on hppa
564
565 -- Wookey <wookey@survex.com>  Tue, 04 Dec 2001 19:30:07 +0000
566
567survex (0.99.7) unstable; urgency=low
568
569  * New release
570
571 -- Wookey <wookey@survex.com>  Thu, 15 Nov 2001 18:49:05 +0000
572
573survex (0.99.6) unstable; urgency=low
574
575  * New release (closes: bug#118280)
576
577 -- Wookey <wookey@survex.com>  Fri, 09 Nov 2001 15:02:37 +0000
578
579survex (0.99.5) unstable; urgency=low
580
581  * New release (closes: bug#116511)
582  * Aven updates
583
584 -- Wookey <wookey@survex.com>  Mon, 22 Oct 2001 12:16:02 +0100
585
586survex (0.99.4) unstable; urgency=low
587
588  * New release
589
590 -- Wookey <wookey@survex.com>  Fri, 12 Oct 2001 01:56:58 +0100
591
592survex (0.99.3) unstable; urgency=low
593 
594  * New release
595     
596 -- Wookey <wookey@survex.com>  Fri, 05 Oct 2001 01:04:36 +0100
597
Note: See TracBrowser for help on using the repository browser.