7.6.21: Unterschied zwischen den Versionen

Aus BC-Wiki
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „''' 7x''' * MGR: Fix bug introduced by commit b9fd2db which incorrectly showed suspended tasks as waiting to run in Simple View. * MGR: Fix 2 more cas…“)
 
KKeine Bearbeitungszusammenfassung
Zeile 5: Zeile 5:
* MGR: Make sure we use the correct string when we construct the min password length text, setting the static control to an empty string causes asserts among other things.
* MGR: Make sure we use the correct string when we construct the min password length text, setting the static control to an empty string causes asserts among other things.
* MGR: Remove the need for the OnFatalException() exception handler, it interferes with our own exception handing technology.
* MGR: Remove the need for the OnFatalException() exception handler, it interferes with our own exception handing technology.
* LIB: Explicitly declare a termination function for handling terminate()/unhandled()/abort() CRT calls.
* LIB: Explicitly declare a termination function for handling terminate()/unhandled()/abort() CRT calls. Call DebugBreak() to make our exception handling technology kick in.
Call DebugBreak() to make our exception handling technology kick in.
* LOCALE: Fix localization problem with the Greek translation. It is causing a crash in the manager.
* LOCALE: Fix localization problem with the Greek translation. It is causing a crash in the manager.
It is already fixed in Transifex, but would not make its appearance here until the translation reaches 100%.
It is already fixed in Transifex, but would not make its appearance here until the translation reaches 100%.

Version vom 18. Dezember 2015, 19:49 Uhr

7x

  • MGR: Fix bug introduced by commit b9fd2db which incorrectly showed suspended tasks as waiting to run in Simple View.
  • MGR: Fix 2 more cases which incorrectly showed suspended tasks as waiting to run in Simple View: insufficient disk space and when only GPU apps are suspended.
  • MGR: Make sure we use the correct string when we construct the min password length text, setting the static control to an empty string causes asserts among other things.
  • MGR: Remove the need for the OnFatalException() exception handler, it interferes with our own exception handing technology.
  • LIB: Explicitly declare a termination function for handling terminate()/unhandled()/abort() CRT calls. Call DebugBreak() to make our exception handling technology kick in.
  • LOCALE: Fix localization problem with the Greek translation. It is causing a crash in the manager.

It is already fixed in Transifex, but would not make its appearance here until the translation reaches 100%.