Changeset 7f596ce in nscp for changelog


Ignore:
Timestamp:
03/08/08 09:31:19 (5 years ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2, stable
Children:
febff5f
Parents:
a88c550
Message:
  • Changed so log is now in unicode format

Hopefully this will make it simpler to diagnose PDH issues in "strange locales".
If anyone hates this let me know and I will add an option to use "old ansi log".

  • Fixed so the console is logged as ANSI (properly) and all unicodes are discarded. This means "strangness" in unicode and non-us-ascii chars on the console,

so for details refer to the log-file which is proper unicode.

+ Since log module is loaded "after" the client has booted I added a "hello" message that prints the current version

(if you find this annoying let me know, I will make it optional :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • changelog

    ra88c550 r7f596ce  
    66 * Improved socket performance (would be nice if we could be used as a "hub") 
    77 * "The message is blocked by User Interface Privilege Isolation, Administrative applications that need to see it can allow it through by calling ChangeWindowMessageFilter after making sure the necessary security precautions are in place. " 
     8 
     92008-03-08 MickeM 
     10 * Changed so log is now in unicode format 
     11   Hopefully this will make it simpler to diagnose PDH issues in "strange locales". 
     12   If anyone hates this let me know and I will add an option to use "old ansi log". 
     13 * Fixed so the console is logged as ANSI (properly) and all unicodes are discarded. 
     14   This means "strangness" in unicode and non-us-ascii chars on the console, 
     15    so for details refer to the log-file which is proper unicode. 
     16 + Since log module is loaded "after" the client has booted I added a "hello" message that prints the current version 
     17    (if you find this annoying let me know, I will make it optional :) 
     18 
     192008-03-06 MickeM 
     20 * Fixed silly ordering bug with the <> syntax. 
    821 
    9222008-03-05 MickeM 
Note: See TracChangeset for help on using the changeset viewer.