]> err.no Git - sope/blob - sopex/SOPEX/CHANGES
fixed some NGMail framework build issue
[sope] / sopex / SOPEX / CHANGES
1 CHANGES
2 =======
3
4 CHANGES BETWEEN 1.x and 2.x:
5 ----------------------------
6
7 SOPE:X 2.x has been redesigned to be single process. SOPE:X 2.x is threaded
8 now, the main thread being AppKit related and the second thread being
9 responsible for running NGObjWeb's WORunLoop.
10
11 Because of this, SNS has been removed from SOPE:X. Also, the SOPEXConsole has
12 been rewritten from using pipes to utilizing a new SOPEXConsoleAppender (and
13 related formatter). This is limited to NGLogging, however. NGLog() won't
14 work in this context - however NGLogging is supposed to be the new standard
15 and is supported throughout SOPE.
16
17 The MainMenu.nib is no longer located in the SOPE:X framework, it's a resource
18 of the main bundle now. This leads to much easier customization for those who
19 need it.