File: ChangeLog

package info (click to toggle)
mono-basic 2.6.2-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 18,852 kB
  • ctags: 809
  • sloc: cs: 8,852; makefile: 516; sh: 307
file content (49 lines) | stat: -rw-r--r-- 1,995 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
2009-07-31  Rolf Bjarne Kvinge  <RKvinge@novell.com>

        * AssemblyInfo.vb: CompanyName: return the CompanyName instead of the
        assembly name. Patch from Flose Maier in bug #526766.

2007-12-21  Jonathan Pobst  <monkey@jpobst.com>

	* ConsoleApplicationBase.vb: Implement CommandLineArgs.

2007-08-13  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* CantStartSingleInstanceException.vb, ShutdownEventHandler.vb, WebUser.vb,
	  User.vb, ShutdownMode.vb, WindowsFormsApplicationBase.vb,
	  BuiltInRoleConverter.vb, UnhandledExceptionEventHandler.vb,
	  ConsoleApplicationBase.vb, StartupEventArgs.vb, AuthenticationMode.vb,
	  StartupNextInstanceEventHandler.vb, BuiltInRole.vb,
	  WindowsFormsApplicationContext.vb, AssemblyInfo.vb, ApplicationBase.vb,
	  UnhandledExceptionEventArgs.vb, StartupEventHandler.vb,
	  NoStartupFormException.vb, StartupNextInstanceEventArgs.vb: Changed all
	  uses of NET_2_0 to NET_VER >= 2.0, deleted NET_1_0, NET_1_1 and NET_2_0.

2007-05-30  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	

2007-03-07  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* WindowsFormsApplicationBase.vb: Corcompare work and removed
	  mono_not_yet, since vbnc can now handle events on Mono.
	* ShutdownMode.vb, AuthenticationMode.vb: Corcompare work.

2007-01-18  Rolf Bjarne Kvinge <RKvinge@novell.com>

	* WindowsFormsApplicationBase.vb: Implemented initial support for
	VS2005 "Windows Application"s.

2007-01-15  Rolf Bjarne Kvinge <RKvinge@novell.com>

	* Added AssemblyInfo.vb, BuiltInRole.vb, 
	BuiltInRoleConverter.vb, CantStartSingleInstanceException.vb,
	NoStartupFormException.vb, ShutdownEventHandler.vb, StartupEventArgs.vb,
	StartupEventHandler.vb, StartupNextInstanceEventArgs.vb,
	StartupNextInstanceEventHandler.vb, 
	UnhandledExceptionEventArgs.vb, UnhandledExceptionEventHandler.vb,
	WebUser.vb

2006-12-28  Miguel de Icaza  <miguel@novell.com>

	* WindowsFormsApplicationBase.vb: Provide a better error message.