23 September, 2014

EurekaLog 7.1 is out

We are pleased to announce the availability of the new 7.1 version.

EurekaLog Logo
EurekaLog is a tool for Delphi and C++Builder that gives your application the power to catch every exception and memory/resource leak, generating a detailed log of the call stack (with unit, procedure and line number), optionally sending you a copy of each log entry via email or the Web via the most used Web Bug-Tracking tools (as Mantis, BugZilla, FogBugz, and JIRA).
EurekaLog represents the most advanced exception and memory leaks logger technology available for Delphi/C++Builder developers.

To learn more about EurekaLog, please visit our website at:
http://www.eurekalog.com

To download a demo, please visit:
http://www.eurekalog.com/downloads.php

If you would like to purchase a new license, please visit:
http://www.eurekalog.com/buy.php


Upgrade policy:


If you would like to purchase an upgrade, this is our upgrade discount policy:

1)...All updates (to minor and major versions) are fully free for 1 year;
2)...All updates (to minor and major versions) after first year are sold with 50% discount;
3)...Updates to a different license type of the same major version are sold at only price difference (example: from Single Professional version to Company Enterprise);
Buy your upgrade or download your full version here:
http://www.eurekalog.com/login.php


Changes:

  1. Added: XE7 support
  2. Added: XE6 support
  3. Added: New DLL demo
  4. Added: Custom profiles are now shown in "Application type" combo-box
  5. Added: Non-empty "steps to reproduce" will be added to existing bug tracker issues with empty "steps to reproduce"
  6. Added: Support for custom fields in FogBugz (API version 8 and above)
  7. Added: Support for unsequenced line numbers in PDB/DBG files (--el_source switch)
  8. Fixed: XML bug report were generated wrong
  9. Fixed: Strip relocations code for Win64
  10. Fixed: EurekaLog conditional symbols removed improperly when deactivating EurekaLog
  11. Fixed: Sending reports to non-default port numbers (affects web-based methods)
  12. Fixed: SSL validation check may reject valid SSL certificate (SMTP Client/Server)
  13. Fixed: SSL errors may be not reported
  14. Fixed: Viewer did not consider empty bug reports as corrupted
  15. Fixed: "DLL" profile now can be used with packages properly
  16. Fixed: Few rare memory leaks
  17. Fixed: Possible deadlock when using MS debug info provider
  18. Fixed: C++ Builder project files was saved incorrectly (RAD Studio 2007+)
  19. Fixed: "Show restart checkbox after N errors" counts handled exceptions
  20. Fixed: IDE expert's DPR parser (added support for multi-part idents)
  21. Fixed: Rare access violation in hook code
  22. Fixed: Thread handle leaks (added _NotifyThreadGone/_CleanupFinishedThreads functions to be called manually - only when low-level hooks are not installed)
  23. Fixed: EurekaLog's installer hang
  24. Fixed: Bug in object/class validation
  25. Fixed: Bug when using TThreadEx without EurekaLog
  26. Fixed: Leaks detection may not work with certain combination of options
  27. Fixed: Deadlock in some cases when using EurekaLog threading option set to "enabled in RTL threads, disabled in Windows threads".
  28. Changed: TEurekaExceptionInfo.CallStack will be nil until exception is actually raised
  29. Changed: FogBugz and BugZilla: changed bugs identification within project (to allow two bugs exists with same BugID in different projects)
  30. Changed: Blocked manual creation/destruction of ExceptionManager class and EurekaExceptionInfo
  31. Changed: ECC32/EMAKE runs from IDE without changing priority, added ECC32PriorityClass option
  32. Improved: Minor help and text improvements