Skip to the content.

Changelog

Copyright (C) 1999-2022 G.J. Paulissen

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Types of changes:

Please see the DBUG issue queue for issues.

[6.1.1] - 2022-11-25

Fixed

[6.1.0] - 2022-11-24

Fixed

[6.0.0] - 2021-08-02

A new version on GitHub.

Added

Changed

Removed

[5.1.0]

Added

[5.0.0] - 2018-08-19

Changed

[4.8.0] - 2016-05-03

Added

[4.7.0] - 2014-08-07

Added

[4.6.1]

Changed

[4.6.0] - 2007-08-21

Added

[4.5.0] - 2007-08-07

Changed

[4.4.0] - 2006-12-16

Added

[4.3.0]

Changed

[4.2.0]

Changed

[4.1.0]

Changed

[4.0.0] - 2004-03-15

Changed

Removed

[3.1.0]

Added

Changed

[3.0.0]

Changed

[2.0.4]

Added

[2.0.3]

Added

[2.0.2]

Changed

Vanderlande Industries ProPro 051270-5222 solved. This happens when linking on a Solaris platform when the GNU compiler is used to compile the DBUG library:

   Undefined first referenced symbol in file __eprintf
   /usr/local/src/dbug/lib/libdbug.a(dbug.o)

This bug shows up on Solaris when assert() is used and define NDEBUG (which ignores assertions) is not defined. Solution: either go to $DBUG_HOME/src/lib and execute

$ make EXTRA_DEFINES=-DNDEBUG clean depend all install

as the last installation step. The other solution is to specify -lgcc on the link command line (make EXTRA_LIBRARIES=-lgcc …), because __eprintf is part of libgcc.a

[2.0.1]

Changed

[2.0.0]

Changed

[1.6.7]

Changed

[1.6.6]

Changed

[1.6.5]

Changed

[1.6.4]

Added

[1.6.3]

Changed

[1.6.2]

Changed

[1.6.1]

Added

[1.6.0]

Added

[1.5.2]

Changed

[1.5.0]

Added

The DBUG output contains now the GMT date/time and a sequence number. This allows for sorting the output file. The command sort will sort a file in the following order: by thread creation (unique between several runs), by date/time, by sequence. Thus sort makes it easy to get a clear picture of all threads.

[1.4.0]

Added

Changed

[1.3.1]

Changed

[1.3.0]

Added

Changed

[1.2.0]

Changed

[1.1.0]

Changed

[1.0.0] - 1999-05-01

For historical reasons, this is when I first started development with DBUG.