source: git/debian/changelog @ 34c131f

RELEASE/1.1RELEASE/1.2debug-cidebug-ci-sanitisersfaster-cavernloglog-selectstereostereo-2025walls-datawalls-data-hanging-as-warningwarn-only-for-hanging-survey
Last change on this file since 34c131f was 34c131f, checked in by Olly Betts <olly@…>, 20 years ago
  • Restore svxedit package (for now at least).
  • Add Conflicts/Replaces? with survex-aven package.
  • debian/doc-base: Register the manual in Apps/Science? rather than Apps/Math? for consistency with where we put the Debian menu entry.

git-svn-id: file:///home/survex-svn/survex/branches/survex-1_1@3221 4b37db11-9a0c-4f06-9ece-9ab7cdaee568

  • Property mode set to 100644
File size: 35.5 KB
RevLine 
[ffb9aef]1survex (1.1.8-1) unstable; urgency=low
2
3  * No longer a debian native package.
[a061c14a]4  * Updated "Build-Depends:" for the new X library packaging.
5  * Incorporate rebuilt debian/rules from 1.0 branch.
[ffb9aef]6  * "Standards-Version: 3.7.2" - no changes required.
[30f0342]7  * Add desktop file for aven contributed to the Ubuntu package by Phil Bull.
[34c131f]8  * debian/doc-base: Register the manual in Apps/Science rather than Apps/Math
9    for consistency with where we put the Debian menu entry.
10  * Add Conflicts/Replaces with survex-aven package.
[ffb9aef]11  * New upstream release:
12    + Drop support for building with wxWidgets versions prior to 2.4.0
13      (which was released on 2003-01-07).
[34c131f]14    + aven: Printing through aven now uses settings from the "[aven]" section
15      of print.ini, and support for hierarchical sections (using "like=") has
16      been disabled.
[ffb9aef]17    + aven: Change mouse actions to be compatible with those in Survex 1.0.
18      The mousewheel now zooms in/out (it doesn't do anything in 1.0) and
19      left drag is now smart about not rotating and zooming at the same
20      time.
21    + aven: Highlighting stations now happens as you type, and pressing
22      "Enter" or clicking the "Find" button now pans and zooms to show the
23      highlighted stations.
24    + aven: Left-clicking away from a station now cancels measuring line.
25    + aven: Setting view to North, South, East, or West is now animated like
26      the tilt from plan to elevation.
27    + aven: Fix presentation saving to also write "." for decimal points and
28      presentation loading to accept either "." or ",".
29    + aven: Add text for all toolbar items so that aven will work with the
30      Gnome desktop preference for displaying toolbars as icons with text or
31      just text (wxWidgets needs fixing first though).
32    + aven: Remove the ability to detach the menu bar (yell if you actually
33      used it and I'll restore it!)
34    + aven: Add "all survey files" option to the "open file" dialog.
35    + aven: Disable "Highlight exported points" if there aren't any.
36    + Updates to French translation from Michel Bovey.  Also updates to German,
37      Italian, Catalan, Spanish, and Romanian translations.
38    + test suite: fix smoke test to pass even without X running (it was meant
39      to but the code had a bug).
40    + aven: Check if OpenGL is available and exit cleanly with a helpful error
41      if it isn't.
42    + aven: Fix --help and --version to work without a working X display
43      (provided it's built with wxWidgets 2.5.1 or newer which the debian
44      package sadly isn't currently).
[30f0342]45    + aven: Automatically select the presentation tab of the notebook when the
46      user selects "New Presentation" or "Open Presentation".
47    + aven: Fix "Delete" in the presentation list to not get passed on (and so
48      not reset to default view as well).
49    + aven: Fix Ctrl+Insert in the presentation list not to segfault if the
50      list is empty.
51    + aven: Fix Cursor Up and Down in the presentation list to move the
52      highlight up and down instead of being passed on and moving the survey.
[ffb9aef]53    + aven: Improve SVG output compatibility.  Tested with Mozilla Firefox 1.5,
54      Adobe's SVG browser plugin, Gimp 2.2.8, Gqview 2.0.0, Opera 8.5,
55      Safari 2.0.3, and InkScape 0.42.
[30f0342]56    + aven: Put a 5mm border around exported SVG files to allow for station
57      markers and non-zero width lines.
[ffb9aef]58    + aven: Fix crash when exporting as SVG or Sketch if labels or surface data
59      was turned on.
[30f0342]60    + aven: Actually close the file we're exporting which fixes problems with
61      it not always being fully written.
[ffb9aef]62
[30f0342]63 -- Wookey <wookey@survex.com>  Thu, 29 Jun 2006 00:12:21 +0100
[a061c14a]64
[b4cb23f]65survex (1.1.7) unstable; urgency=low
66
67  * cavern: Add validity checking for dates in *date commands (with feature
68    test in testsuite).  A date entered as just "year" or "year.month" now
69    becomes a date range for the relevant period (previously it became a single
70    date near the middle of that period).
71  * extend: Fixed 2 uninitialised flags (problem apparently never manifests
72    on Linux - presumably we're lucky and always get zeroed memory from malloc
73    if we never call free).
74  * extend: Default output name for a file called input.3d is now
75    input_extend.3d rather than just extend.3d (which was annoying if you
76    wanted to extend several surveys in the same directory).
77  * aven: OpenGL 2.0 always includes support for point sprites so rework
78    our for them to include that knowledge.
79  * aven: Regenerate depth bar if user switches to/from metric units.
80  * aven: Don't clear the "there" mark just because the mouse pointer has
81    moved off a station.
82  * aven: When processing a .svx file, put the resultant .3d file in the
83    same directory (since that's where we then try to load it from).
84  * aven: Fix labelling of date colouring on 32 bit platforms.
85  * aven: If "colour by date" is on and we load a survey with no date info
86    (or all surveyed on the same date) then set "colour by none".
87  * aven: Make the error dialog modal and remove a signal handler once it
88    has fired to prevent endless (or seemingly endless) cascades of error
89    dialogs.
90  * aven: Enforce a minimum object volume diameter of 1m to avoid problems
91    if a survey file with only one station in is loaded.
92  * aven: Fix problems with indicators disappearing when we're drawing
93    blobs and/or crosses the slow (but always supported) way.  (Problem
94    introduced in 1.1.6).
95  * aven: Really stop setting extra toolbar margin when using GTK2.0.  The
96    attempt to fix this in 1.1.3 failed because __WXGTK12__ is set for GTK+
97    1.2 or *any later release* so is true for GTK+ 2.0 too!
98  * aven: Add details of which of wxGTK, wxMotif, and wxX11 we've been
99    compiled with, and which GTK+/Motif version where appropriate.
100  * documentation: Updates to 3d file format specification from Mike McCombe.
101
102 -- Wookey <wookey@survex.com>  Tue, 18 Oct 2005 03:19:42 +0100
103
[7e01c87]104survex (1.1.6) unstable; urgency=low
105
106  * aven: If aven is asked to load a .svx, .dat, or .mak file, run cavern on
107    it, showing cavern's output in a window (with errors and warnings clickable
108    to load the offending file into an editor), and then loading the resulting
109    3d file.
110  * aven: Added "Colour by Date" option.
111  * aven: Disable "Colour by Depth" option if there's no elevation variation.
112  * aven: Don't crash if trying to load a survey with no elevation variation.
113    Instead turn off depth colouring.
114  * aven: Export as HPGL added.
115  * aven: Improved update of mouse coordinates and measuring line (thanks to
116    Martin Green).
117  * aven: Show the coordinates of either the mouse pointer or the nearest
118    survey station to it (if there is one near enough).  Showing both was
119    confusing and meant the status bar overflowed on smaller displays.
120  * aven: When printing an extended elevation, don't show bearing and elevation.
121  * aven: Don't lock "flat" surveys which aren't extended elevations - a
122    flat survey with LRUD data isn't flat any more!
123  * aven: When we have to draw blobs and crosses the slow way (because the
124    graphics hardware doesn't support the fast way), draw them so that they
125    should appear at the correct depth into the 3D scene instead of on top
126    of everything else.
127  * aven: Make "play presentation backwards" icon green to match the other
128    presentation icons.
129  * cavern: Store dates for img_XSECT.
130  * cavern: Fixed small one-off memory leak if you specify -o more than once.
131  * Check environmental variable LC_MESSAGES when deciding what language to use
132    for messages.
133  * Removed old printer drivers.
134  * img library: When creating a 3d file, ignore img_XSECT if we've been asked
135    to write a file format version which doesn't support it.
136
137 -- Wookey <wookey@survex.com>  Mon, 10 Oct 2005 05:09:19 +0100
138
[95706e6]139survex (1.1.5) unstable; urgency=low
140
141  * aven: Make blobs round like they are in Survex 1.0.
142  * aven: If the graphics drivers don't support drawing blobs using OpenGL
143    point markers, fall back to drawing filled circles.
144  * aven: If the graphics drivers support it, draw crosses as texture mapped
145    OpenGL point markers which is much faster.
146  * aven: Cross size increased to match Survex 1.0.
147  * aven: We must update which blobs are displayed if display of surface or
148    underground legs is toggled.
149  * cavern: Fix handling of a *solve followed by survey data, none of which is
150    attached to the previous data.
151  * cavern: Fixed "No survey data" error when a *solve is followed by another
152    *solve (or the implicit solve at the end of processing) with no data between
153    them.
154
155 -- Wookey <wookey@survex.com>  Tue, 20 Sep 2005 15:08:53 +0100
156
[48f515e]157survex (1.1.4) unstable; urgency=low
158
159  * aven: Added Aven's icon to the "About" dialog.
160  * aven: Use localised character for the decimal point (e.g. "," in most
161    continental European countries).
162  * aven: Previously the survey tree would get focus and then take keypresses
163    (e.g. "P", "L", "Delete").  Now we pass most keypresses across so they
164    operate on the cave, and transfer the input focus across when we do.
165  * aven: Make pressing "Return" in the tree control expand/collapse a
166    subtree.
167  * aven: Speed up intialisation by delaying creation of OpenGL lists until
168    they're needed.
169  * aven: Added Mark Shinwell's bounding box with shadow of the survey.
170  * aven: Disable the "Tubes" button/menu item when there's no LRUD data.
171  * aven: Reworded "Restore Default Settings" as "Restore Default View".
172  * aven: Set sensible default margins for printing and preserve any margin
173    values the user specifies between runs (previously margins defaulted to 0
174    each time aven was run).
175  * Documentation: Document *DATA PASSAGE in the manual.
176
177 -- Wookey <wookey@survex.com>  Sat, 17 Sep 2005 21:34:57 +0100
178
[044323c]179survex (1.1.3) unstable; urgency=low
180
181  * cavern: Allow OMIT character (-) for left/right/up/down.
182  * aven: Remove an unnecessary menu separator.
183  * aven: Fix "Find" and "Hide" toolbar buttons to work with GTK2.0.
184  * aven: Make the tooltip for "Hide" show the number of found stations.
185  * aven: If * or ? is used in a glob-style pattern, force a non-substring
186    match.
187  * aven: Enable "New Presentation" when there's a 3d file loaded, rather than
188    when there's a presentation loaded.
189  * aven: Make entrances green in side panel tree list to match green blobs used
190    in cave view.
191  * aven: Don't show surface labels if we're not showing surface data, etc.
192  * aven: Merge "Start Rotation" and "Stop Rotation" into "Toggle Rotation" and
193    make "Space" the key for this.  Keep Return working "Stop Rotation" so
194    existing users are happy, but don't advertise it.
195  * aven: Normalise filename by adding any extension used, and use the
196    normalised filename for file history and window title.
197  * aven: Stop setting extra toolbar margin when using GTK2.0 as the toolbar
198    buttons already have a sensible margin - the extra margin is only needed
199    with GTK1.2.
200  * aven: Fix handling of plumb legs in tube model.
201  * aven: Fixed swapped L and R in tube model.
202  * extend: Preserve UD cross-section information in extended elevation.
203  * extend: Add new messages for John Pybus' enhancements.
204
205 -- Wookey <wookey@survex.com>  Wed, 07 Sep 2005 00:33:01 +0100
206
[1a09e2c]207survex (1.1.2) experimental; urgency=low
208
209  * Added support for LRUD data in .svx files, in .3d files, and aven can
210    now load and display it on screen and on printouts.  The ability to "fake"
211    LRUD data in aven is gone for now but will reappear in some form later.
212  * cavern: Removed support for writing Chasm's 3dx format.  We're going to
213    fold any desirable missing chasm functionality into aven.
214  * aven: Rearranged mouse actions as discussed on the mailing list.  Added
215    cursors for each different mouse action to help the user learn what each
216    does.  Also added cursors for the "compass" and "clino" as well as the
217    scalebar to suggest to the user that they can be dragged to change the view.
218  * aven: Don't segfault on Unix if LANG isn't a known language.
219  * tests/smoketest.tst: If X windows is running, check that we can run aven
220    with --help and --version.
221  * tests/cavern.tst: Fixed cavern.tst to warn if it is skipping a test because
222    no results are listed for it.  This revealed that there was a "newline" test
223    which should have been called "newline", and was a broken testcase too!
224    Fixed all these problems.
225  * cavern: Applied Simeon Warner's patch for handling backcompass, backclino,
226    and omitted forward compass/clino readings in Compass DAT files.  Added
227    a feature test for this to the testsuite.
[044323c]228  * It no longer makes sense to have an option not to build aven or to build
229    aven without OpenGL so remove old machinery for this from configure and
230    the sources.
[1a09e2c]231  * configure: Check if "-lXxf86vm" is needed on UNIX.
232  * configure: Better output for strcasecmp test.
233  * aven: Fix crosses to work much better.  Not a total fix - their position
234    in the Z buffer isn't correct and they're rather slow to plot.
235  * aven: Don't regenerate the hittest grid every time the mouse moves while
236    animating, which solves the mysterious pausing effect (thanks go to Martin
237    Green for spotting this!)  Also clear all the status bar coordinates when
238    animating.
239  * aven: Sort out clashing menu shortcuts in some languages.
240  * aven: Fixed compilation problem on x86_64
241  * SPUD: Pruned out stuff which has been done or which is not actually relevant
242    to this branch.
243  * Merge various changes from 1.0 branch:
244    + aven: Port over "printing from aven" functionality.
245    + aven: Port over "export as" functionality,
246    + Add David Loeffler's vim mode for .svx files.
247  * aven: Fix check for whether a label is behind us in perspective view.
[044323c]248  * aven: Don't use an opengl list for drawing the indicators - we typically
249    make a new list each time we plot them anyway.
[1a09e2c]250  * Remove lingering traces of support for RISC OS and pre-386 MSDOS
251  * aven: Set icon on non-Windows platforms too.  This means that with
252    WindowMaker on UNIX you get an icon on the AppIcon by default.
253  * configure: Update wxWindows checks to handle newer wx versions.
[044323c]254  * Make all maintainer perl scripts "use bytes;" to avoid utf-8 double
255    encoding problems.  They also all require Perl 5.8 now (hopefully this
256    isn't an issue for anyone building from CVS).
[1a09e2c]257  * acinclude.m4: Quote macro name for fix autotools warning.
258  * doc/aven.sgml: "tilt up" is "'" not ",".
259  * aven: Add support for mousewheels (to tilt the cave).
260  * aven: Fixed twisted transitions to and from pitches in certain cases.
[044323c]261  * aven: Pick a sensible initial window size when the user's desktop is
262    spread over more than one monitor (works best with wx2.5 or newer, but try
263    to do better with wx2.4 or earlier as well).
[1a09e2c]264  * aven: Initialise GfxCore slightly later to avoid visual glitch from notebook
265    contents being visible before any survey is loaded.
266  * aven: Allow a coloured texture to be used
[044323c]267  * aven: Don't initialise until we have data (to the user, this means the
268    window is default colour (grey for most systems) not black until a survey
269    is loaded).
[1a09e2c]270  * aven: Fixed weird "shadowed" icons.
271
[9e87654]272 -- Wookey <wookey@survex.com>  Fri, 15 Jul 2005 21:16:30 +0100
273
[a7aa27d9]274survex (1.1.1) experimental; urgency=low
275
276  * aven: Delay loading the bitmap for the "About" dialog until it is first
277    needed.  We want start up to be as quick as possible.
278
279 -- Wookey <wookey@survex.com>  Tue, 05 Oct 2004 02:42:30 +0100
280
[d9e6d7c]281survex (1.1.0) experimental; urgency=low
282
283  * aven: Now uses OpenGL for 3d rendering.
284  * aven: Solid passages - passage dimensions are currently inferred from
285    the leg length (pretty effective as you can measure longer legs in
286    larger passages).  Use of real LRUD data coming soon...
287  * aven: Depth colouring is now continuously varying.
288  * aven: Colour by depth can now be turned off (and there's the start of a
289    framework for properly implementing colour by date, error, etc).
290  * aven: Find stations moved onto the toolbar and now uses a simple wildcarded
291    match (? matches any character, * matches any number of characters).
292  * aven: We now use the status bar for coordinates, distances, etc to make
293    better use of screen space.
294  * aven: Full screen mode (F11).
295  * aven: Perspective view.
296  * aven: Context sensitive cursor shape - needs more work.
297  * aven: Mouse actions changed (hopefully they're now more natural, but
298    you may find the change disorientating - feedback wanted on this).
299  * aven: Added "presentations" which allow you to set up fly-through paths
300    and load/save/run them.
301  * aven: A presentation can be exported as a movie file.
302  * aven: Added Save screenshot facility.
303  * aven: Depth fogging option.
304  * aven: Added Smooth Lines option.
305  * aven: Added Textured Walls option.
306  * aven: If a survey has surface legs but no underground legs, default to
307    showing the surface legs.
308  * cavern: Dates given to *date are now stored in the 3d file.
309
310 -- Wookey <wookey@survex.com>  Fri, 01 Oct 2004 21:24:12 +0100
311
312survex (1.0.32) unstable; urgency=low
313
314  * aven: Fixed font sizes in "Print Preview".
315  * aven: In the print setup dialog, replaced "Orientation" radio buttons with
316    "Plan" and "Elevation" buttons.
317  * aven: Fixed info box on printouts of elevations, tilted views, and
318    extend elevations.
319  * aven: Added "fit on one page" option, and make it the default.
320  * aven: Reorder "Cancel", "Preview", "Print" buttons and make "Print" the
321    default button.
322  * aven: Read settings back from the print dialog when the "Print" button is
323    pressed (was only done for "Preview" previously).
324  * aven: Sorted out the initial size of the "Print Preview" window.
325  * aven: Fixed the window manager's close button on the "Print Preview"
326    window - previously this was being ignored.
327  * aven: Sorted out initial survey scaling when loading a survey at startup.
328  * aven: Fixed the measuring line to work better when the survey tree is
329    manipulated with keys.  Tweaked redrawing of the measuring line to be a
330    smidgen more efficient.  Fixed the blob and ring size which were one
331    pixel too small on Windows.
332  * aven: Added "System Information:" section to the "About" dialog to hold
333    information useful when reporting bugs.  Currently it contains the
334    wxWindows version, OS version, and colour depth information.
335  * aven: Changed the "About" dialog's "Close" button to be "OK" for
336    consistency with pretty much every other application.
337  * aven: Added "File->Export as..." which integrates cad3d's functionality
338    within aven.
339  * aven: Updated a few icons.
340  * cad3d: Added SVG export support from John Pybus
341  * Fixed to allow compilation with GCC 3.4
342  * Updates to German translation.
343
344 -- Wookey <wookey@survex.com>  Thu, 30 Sep 2004 23:07:39 +0100
345
346survex (1.0.31) unstable; urgency=low
347
348  * aven: Fixed grid menu item so that it always correctly reflects whether
349    the grid is enabled or not.
350  * aven: Minor improvements to appearance of a few toolbar icons.
351  * Updates to Catalan, French, Italian, Romanian, Slovak, and Spanish
352    translations.
353  * cavern: Fixed Romanian message which was appearing in English .err files.
354
355 -- Wookey <wookey@survex.com>  Thu, 01 Jul 2004 01:36:19 +0100
356
357survex (1.0.30) unstable; urgency=low
358
359  * aven: Added printing directly from Aven!
360  * aven: Fixed memory leak when showing the "About" dialog.
361  * cavern: Equates are no longer considered when deciding which stations are
362    flagged as surface and underground.
363  * Romanian translation mostly completed.
364  * Minor packaging tweaks (added website URL and changed package descriptions
365    to start with a lowercase letter as suggested by packaging guidelines).
366
367 -- Wookey <wookey@survex.com>  Sat, 29 May 2004 23:01:13 +0100
368
369survex (1.0.29) unstable; urgency=low
370
371  * cad3d: Fixed problem with DXF files which stopped them loading with some
372    drawing packages (introduced in 1.0.27).
373  * aven: Changed File->Exit to File->Quit.
374  * Removed some unused messages from the message files.
375  * Romanian translation started.
376  * Fixed a few new lintian warnings.
377  * Fixed new lintian warnings about missing quotes in menu files.
378
379 -- Wookey <wookey@survex.com>  Mon, 19 Mar 2004 14:55:23 +0000
380
381survex (1.0.28) unstable; urgency=low
382
383  * Fixed 3d file reading code to fix incorrect unpacking of compressed
384    station names in a rare case.  Also checked other rare cases work
385    correctly.
386
387 -- Wookey <wookey@survex.com>  Mon, 08 Mar 2004 20:54:03 +0000
388
389survex (1.0.27) unstable; urgency=low
390
391  * cad3d: DXF output now puts surface legs, stations, and labels in separate
392    layers.
393  * debian/control,debian/rules: The default gcc/g++ is now c102 so removed
394    code to explicitly use GCC 3.2.
395
396 -- Wookey <wookey@survex.com>  Wed, 07 Jan 2004 03:27:58 +0000
397
[1809849]398survex (1.0.26) unstable; urgency=low
399
400  * Standards-Version: 3.6.1 (no changes).
401  * Fixed lintian warning.
402  * Tidied up debian/rules.
403  * cavern: Fixed interleaved topofil data style - the length was always being
404    calculated as zero.
405  * aven: "All Files" now shows files without extensions too.
406  * aven: added Ctrl+Q as shortcut for File->Exit.
407  * aven: depth colouring now uses a proper colour gradient.
408  * cad3d: fixed -e and -r options to not crash (the long versions have always
409    worked).
410  * extend: fixed to initialise an internal structure - failing to do so was
411    probably causing crashes on some platforms.
412  * Fixed standard graphics for "Note", "Warning", etc in the PostScript manual.
413  * Documentation updated.
414  * fixed svxedit man page which previously contained xcaverot documentation!
415  * test suite: check that cavern doesn't report "nan" or "NaN" for any values.
416
417 -- Wookey <wookey@survex.com>  Sat, 29 Nov 2003 00:40:24 +0000
418
[b4fe9fb]419survex (1.0.25) unstable; urgency=low
420
421  * Updated config.guess and config.sub (closes: bug#186687).
422  * Added missing Build-Depends on xlibs-dev (closes: bug#186956).
423
424 -- Wookey <wookey@survex.com>  Mon, 31 Mar 2003 17:49:29 +0100
425
426survex (1.0.24) unstable; urgency=low
427
428  * cavern: fixed LEVEL (broken since around 1.0.8) and added test case.
429  * cavern: corrected handling of declination in Compass DAT files and added
430    test case; also added tests for other aspects of Compass DAT file
431    reading.
432  * printps/printpcl: fixed blank page detection in some obscure cases.
433  * Documentation: started manual section on working with Compass data files.
434  * Added Build-Depends on gcc-3.2 and g++-3.2.
435
436 -- Wookey <wookey@survex.com>  Fri, 28 Mar 2003 02:03:16 +0000
437
438survex (1.0.23) unstable; urgency=low
439
440  * Documentation: include 3d v3 file format description on MS Windows, MS
441    DOS, and RISC OS too; include PNG graphics for manual on MS Windows; minor
442    updates to manual.
443  * Prefer wxWindows 2.4 if it's available (closes: bug#183158).
444  * Disabled experimental support for Chinese (LANG=zh) - it isn't currently
445    working and makes the printer drivers unusable when LANG is set to zh.
446  * Changed Section from math to science.
447  * Changed Priority from optional to extra (we clearly should be optional).
448  * Standards-Version: 3.5.8.0 (support DEB_BUILD_OPTIONS).
449
450 -- Wookey <wookey@survex.com>  Tue, 04 Mar 2003 20:54:17 +0000
451
452survex (1.0.22) unstable; urgency=low
453
454  * aven: Fixed handling of extended elevations (and other flat surveys).
455  * Documentation: fixed 3d v3 file format description and include it in debs.
456  * Build-Depends on libwxgtk2.3-dev|libwxgtk2.2-dev so we still build on
457    hppa while Ron Lee resolves the wx hppa build failure.
458
459 -- Wookey <wookey@survex.com>  Tue, 26 Nov 2002 04:22:26 +0000
460
461survex (1.0.21) unstable; urgency=low
462
463  * cavern: when reading Compass DAT files, we now processes compass and clino
464    backsights, and recognise the "X" flag which indicates a leg should be
465    entirely ignored.  And we now report correct line number with errors in
466    Compass .MAK files.
467  * cavern: if "*infer plumbs on", don't infer a plumb if the clino is
468    +/- 90 degrees, but the backclino isn't (and vice versa).
469  * cavern: fixed 3dx output so it actually works with Chasm once more.
470  * cavern: don't allocate extra space needed for producing 3dx output for
471    Chasm unless we're actually producing that output - saves about 8 bytes
472    per station.
473  * cavern: removed slightly too keen sanity check which could misfire in very
474    unusual circumstances.
475
476 -- Wookey <wookey@survex.com>  Sat, 16 Nov 2002 15:15:12 +0000
477
478survex (1.0.20) unstable; urgency=low
479
480  * aven: update display when "Metric" or "Degrees" is toggled.
481  * cavern: fixed handling of compass and clino corrections in Compass survey
482    data - these were interpreted as radians rather than degrees so the
483    correction was about 57 times too large!)
484  * Improved handling of Compass PLT files - if the survey name is empty, don't
485    insert a survey separator character.
486  * Documentation: fixed incorrect markup which resulted in a bogus footnote.
487  * Use wxwindows-2.3 rather than wxwindows-2.2 (closes: bug#166105).
488
489 -- Wookey <wookey@survex.com>  Fri, 01 Nov 2002 15:28:37 +0000
490
491survex (1.0.19) unstable; urgency=low
492
493  * cavern: can now process Compass format survey data, and even mixed
494    datasets.
495  * cavern: major speedup (up to 60%) when reading in survey data containing
496    a lot of stations in the same survey hierarchy level (which is how Compass
497    files are handled).
498  * cavern: don't warn about a compass reading on a plumbed leg if the
499    plumb was inferred and the compass reading is zero.
500  * cavern: reduced memory usage in code which reads a survey station name.
501  * cavern: reported CPU time would go negative if cavern ran for more than
502    about 36 minutes (highly unlikely but not impossible on a slow machine
503    with a large, highly interconnect survey) - fixed.
504  * cavern: avoid unnecessary work when --percentage isn't specified.
505  * cavern: Writing "*:" at the start of a .svx file would crash cavern - fixed
506    and added test case.  This is an error anyway, but it shouldn't cause a
507    crash.
508  * Don't distribute unused toolbar icons.
509  * Documentation: minor updates.
510
511 -- Wookey <wookey@survex.com>  Fri, 25 Oct 2002 03:16:34 +0100
512
[27b8b59]513survex (1.0.18) unstable; urgency=low
514
515  * Fixed "Process" action on .svx files.
516  * File associations: if survex-svxedit isn't installed, run gnome-edit
[b462168]517    instead.
[27b8b59]518  * Include file associations and file icons in the main package rather than
519    survex-aven.
520  * Documentation: added details of the 3d file format (version 3).
521  * Updated TODO list.
522  * Tweaked source to hopefully build on HPPA again (closes: bug#162912).
523  * Proper description for survex-svxedit (closes: bug#162954, bug#162970).
524
525 -- Wookey <wookey@survex.com>  Mon, 07 Oct 2002 00:29:05 +0100
526
527survex (1.0.17) unstable; urgency=low
528
529  * Note: 1.0.15 and 1.0.16 addressed MS Windows specific problems.
530  * survex-aven package now installs mime types, icons, and file associations
531    for Gnome.  Note: at present GMC doesn't seem to notice new files being
532    created (e.g.  Process on a .svx file creates .3d and .err files) - you
533    have to manually refresh the view.
534  * survex-svxedit is now architecture independent.  Fixed up a few lintian
535    warnings relating to it too.
536  * Minor update to manual.
537
538 -- Wookey <wookey@survex.com>  Tue, 24 Sep 2002 20:20:20 +0100
539
540survex (1.0.14) unstable; urgency=low
541
542  * svxedit: This is a Survex data entry editor from the therion team.  It
543    currently experimental needs tcl and wish installed, so is it its own
544    package: survex-svxedit.
545  * Improved handling of Compass PLT files and CMAP xyz files.
546  * aven: when picking non-overlapping labels, show a slight preference to
547    shorter labels with the aim of displaying more labels.
548  * aven: fixed hard to notice problem which could cause the cave to appear
549    tilted sideways after a lot of manipulation.
550  * cavern: Modest speed improvement (0.5% for sample dataset).
551  * cavern: fixed a rarely sighted bug which caused erroneous error about some
552    stations not being attached to a fixed point.
553  * cavern: fixed clino readings and DIRECTION to work in interleaved data.
554  * cavern: improved error reporting when an invalid value is given for a
555    DIRECTION reading.
556  * cavern: fixed "singular matrix" error when very low SDs were specified.
557  * print*: if the --raw is used, the survey can now use the space this would
558    have taken up.
559  * Reading of ASCII 3d files now copes with MSDOS/MS Windows line endings
560    once again.  Added regression test for this.
561  * Updated documentation.
562
563 -- Wookey <wookey@survex.com>  Sun, 15 Sep 2002 00:11:05 +0100
564
[21c226e]565survex (1.0.13) unstable; urgency=low
566
567  * aven: Fixed bug which caused the occasional spurious leg to be shown
568    connecting arbitrary stations.
569  * extend: try to extend along a survey, and make breaks where other surveys
570    join.
571  * cavern: Number reading code reworked to allow repeat readings to be
572    supported, but the actual repeat reading code is currently disabled,
573    and everything should work exactly as before.
574  * Experimental support for Chinese (LANG=zh) - only a few messages are
575    currently translated.
576
577 -- Wookey <wookey@survex.com>  Fri, 28 Jun 2002 15:34:26 +0100
578
[672f8f5]579survex (1.0.12) unstable; urgency=low
580
581  * diffpos: fixed to work on 64bit architectures.
582  * sorterr: fixed to work with more than 1024 traverses.
583  * Fixed handling of iso-8859-2 character set.
584  * Fixed Aven to work from Debian Apps menu (running an installed program
585    with an explicit path works again).
586  * xcaverot: automatically switch on PDA mode if the screen is narrower than
587    640 pixels.
588  * Updates to Portuguese translation - all translations are now up-to-date.
589
590 -- Wookey <wookey@survex.com>  Fri, 07 Jun 2002 18:16:30 +0100
591
[a1b8692]592survex (1.0.11) unstable; urgency=low
593
594  * aven: improvements in 1.0.10 to the file type selector only work with
595    wxGtk >= 2.3 (the debian package is the latest stable release: 2.2.9
596    where this doesn't work).  Fixed to work as well as possible on 2.2.9,
597    and as intended if rebuilt against 2.3.
598  * aven: fixed so that loading PLT files works regardless of the current locale
599    (previously it would fail for locales where the decimal character wasn't
600    '.').
[08ee8dd]601  * aven: key actions during autorotation no longer temporarily pause
602    autorotation.
603  * aven: switching to plan or elevation while rotating is now smooth.
604  * aven: removed undocumented and confusing "free rotation mode".
[a1b8692]605  * cad3d: write dummy passage dimensions to .plt files to avoid Compass bug.
606  * printps: now supports coloured printouts.
607  * print*: fixed to work correctly with PLT files.
608  * extend: fixed to work correctly with PLT files.
[08ee8dd]609  * Updates to Italian translation.
610  * Minor documentation updates.
[a1b8692]611
[08ee8dd]612 -- Wookey <wookey@survex.com>  Wed, 29 May 2002 13:44:31 +0100
[a1b8692]613
[84e572f]614survex (1.0.10) unstable; urgency=low
615
616  * aven: Fully disabled some debug code (closes: bug#147309).
617  * aven: only add a file to the list of recently used files if it was opened
618    successfully.
619  * aven: recognise ".plf" as a Compass PLT file too; recognise uppercase
620    variants of file extensions in File->Open filters to help people who
621    transfer files from MSDOS/MS Windows.
622  * cavern: fixed bogus warning triggered by "*begin abc.def" (I'm not sure
623    that this should be valid, but the warning given wasn't appropriate).
624  * Fixed scaling problem when reading PLT file (feet->metres conversion
625    factor was being applied backwards!)
626  * Fixed potential problem when reading or writing a 3d file which couldn't
627    be opened.
628  * Translate dots to spaces in survey names in Compass PLT files.
629  * Better handling of PLT files which have a D command before any M command.
630  * Updates to German and Italian internationalisations.
631
632 -- Wookey <wookey@survex.com>  Fri, 24 May 2002 12:48:54 +0100
633
[87941f0]634survex (1.0.9) unstable; urgency=low
635
636  * aven: Fixed jerky start when auto-rotation begins.
637  * cavern: Fixed Direction reading - bug previously made it unusable.
638  * Updates to French, Spanish, Catalan, and Slovak internationalisations.
639
640 -- Wookey <wookey@survex.com>  Fri, 17 May 2002 12:06:48 +0100
641
[804dfd9]642survex (1.0.8) unstable; urgency=low
643
644  * aven: lots of improvements and fixes - now uses 25% less memory.
645  * cavern: support for backsights, percentage gradients, inferred exports,
646    and a few minor bug fixes.
647  * print*: a few improvements.
648  * New Slovak (sk) internationalisation.
649
650 -- Wookey <wookey@survex.com>  Mon, 13 May 2002 12:13:27 +0100
651
[317a10f]652survex (1.0.7) unstable; urgency=low
653
654  * print*: halted with a failed assertion in 1.0.4-1.0.6.
655
656 -- Wookey <wookey@survex.com>  Mon, 08 Apr 2002 09:48:43 +0100
657
[ef6fc0b]658survex (1.0.6) unstable; urgency=low
659
660  * Assorted aven fixes and enhancements.
661  * Spell-checked documentation.
662
663 -- Wookey <wookey@survex.com>  Sun, 07 Apr 2002 15:36:11 +0100
664
[efbaa96]665survex (1.0.5) unstable; urgency=low
666
667  * img_open_survey() could crash if you tried to open an unrecognised file
668    (i.e. not .3d, .pos, .plt, or .xyz format).
669  * North and East were the wrong way round when reading in .plt files.
670  * cad3d: Improved .plt file output - Compass should read it now.
671  * Documentation updates.
672
673 -- Wookey <wookey@survex.com>  Fri, 05 Apr 2002 01:52:54 +0100
674
[6acd1de]675survex (1.0.4) unstable; urgency=low
676
677  * extend: now keep all names for an equated group of stations.
678  * cad3d: if an output filename is given, use its extension to pick the
679    default output format.
680  * aven: movement with keyboard is now accelerated by Shift as in caverot.
681  * print*: --no-borders fixed to work as documented; --no-cutlines added to
682    turn off the dashed lines where pages join on multi-page printouts.
683  * Improvements to .plt file reading.
684  * Added support for reading CMAP XYZ files.
685  * Documentation updates.
686
687 -- Wookey <wookey@survex.com>  Mon, 01 Apr 2002 23:23:07 +0100
688
[907b93f]689survex (1.0.3) unstable; urgency=low
690
[6acd1de]691  * aven: support for feet and grads.
692  * aven: show altitude of mouse pointer when in elevation view.
[907b93f]693  * print*: say where output is being sent.
694  * Updated fr internationalisation; minor updates to other languages.
695
696 -- Wookey <wookey@survex.com>  Thu, 21 Mar 2002 01:51:27 +0000
697
[fff46e4]698survex (1.0.2) unstable; urgency=low
699
[72a3f92]700  * printdm and printpcl now obey font_size_labels setting in print.ini etc.
[fff46e4]701  * Enhancements and bug-fix to handling of Topofil.
702  * *FIX with 3 standard deviations but no covariances now works.
[72a3f92]703  * cad3d: new --plt option produces crude approximation to Compass .plt
[0363083]704    files - should be good enough for reading into Carto.
[72a3f92]705  * img library now reads Compass .plt files as if they were .3d files.
[fff46e4]706  * Updated ca and es internationalisations.
707
708 -- Wookey <wookey@survex.com>  Sun, 17 Mar 2002 12:42:44 +0000
709
[3217572]710survex (1.0.1) unstable; urgency=low
711
712  * Updated pt-br and it internationalisations.
713
714 -- Wookey <wookey@survex.com>  Thu, 31 Jan 2002 06:15:26 +0000
715
[c51c50a]716survex (1.0.0) unstable; urgency=low
717
718  * Compiling gfxcore.cc often causes an ICE in GCC 2.95, so if the compile
719    fails on this source we now retry with -O instead of -O2.  Hopefully
[fe16ba3]720    this'll get us a build on all architectures...
[c51c50a]721
722 -- Wookey <wookey@survex.com>  Sun, 23 Dec 2001 01:58:55 +0000
723
[7ad834f7]724survex (0.99.10) unstable; urgency=low
725
726  * Aven updates
727  * Bug fix in .3d file reading code
728
729 -- Wookey <wookey@survex.com>  Wed, 19 Dec 2001 14:28:10 +0000
730
[fdbe5b8a]731survex (0.99.9) unstable; urgency=low
732
733  * Aven updates
734
735 -- Wookey <wookey@survex.com>  Sat, 15 Dec 2001 14:27:00 +0000
736
[33aeb53]737survex (0.99.8) unstable; urgency=low
738
739  * New release - now compiles under GCC3.0 so should build on hppa
740
741 -- Wookey <wookey@survex.com>  Tue, 04 Dec 2001 19:30:07 +0000
742
[775715a4]743survex (0.99.7) unstable; urgency=low
744
745  * New release
746
747 -- Wookey <wookey@survex.com>  Thu, 15 Nov 2001 18:49:05 +0000
748
[85fa924]749survex (0.99.6) unstable; urgency=low
750
751  * New release (closes: bug#118280)
752
753 -- Wookey <wookey@survex.com>  Fri, 09 Nov 2001 15:02:37 +0000
754
[6c28ad2]755survex (0.99.5) unstable; urgency=low
756
[85fa924]757  * New release (closes: bug#116511)
758  * Aven updates
[6c28ad2]759
760 -- Wookey <wookey@survex.com>  Mon, 22 Oct 2001 12:16:02 +0100
761
[7ba4440]762survex (0.99.4) unstable; urgency=low
[e042244]763
764  * New release
765
[7ba4440]766 -- Wookey <wookey@survex.com>  Fri, 12 Oct 2001 01:56:58 +0100
767
768survex (0.99.3) unstable; urgency=low
769 
770  * New release
771     
772 -- Wookey <wookey@survex.com>  Fri, 05 Oct 2001 01:04:36 +0100
[e042244]773
Note: See TracBrowser for help on using the repository browser.