Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2016-01-29 21:17:03 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2016-01-29 21:17:06 +0300
commitb03e60628764d66654147bfc7a7e1a3242559888 (patch)
tree3599b29c7f180a5cb3e8cea3e875d26b8ecdeeb4 /data
parentbf5947a0fd2b523c30833605ee69b2b041aa43f4 (diff)
Remove ChangeLog files from the repo
They weren't updated in the last 6 years and aren't helpful anymore (e.g. by causing unrelated matches during git grep searches).
Diffstat (limited to 'data')
-rw-r--r--data/Browsers/ChangeLog6
-rw-r--r--data/ChangeLog15
-rw-r--r--data/gdb-pre7.0/ChangeLog66
-rw-r--r--data/gdb/ChangeLog80
-rw-r--r--data/lock-decoder/ChangeLog6
-rw-r--r--data/net_2_0/ChangeLog147
-rw-r--r--data/net_4_0/ChangeLog9
7 files changed, 0 insertions, 329 deletions
diff --git a/data/Browsers/ChangeLog b/data/Browsers/ChangeLog
deleted file mode 100644
index 26785e377c4..00000000000
--- a/data/Browsers/ChangeLog
+++ /dev/null
@@ -1,6 +0,0 @@
-2008-03-23 Dean Brettle <dean@brettle.com>
-
- * Compat.browser: added. Provides browser definitions with
- compatible IDs.
-
-
diff --git a/data/ChangeLog b/data/ChangeLog
deleted file mode 100644
index 6a017f0c3df..00000000000
--- a/data/ChangeLog
+++ /dev/null
@@ -1,15 +0,0 @@
-2010-05-17 Zoltan Varga <vargaz@gmail.com>
-
- * mono-2.pc.in (Libs): Remove glib dependencies.
-
-2010-05-07 Zoltan Varga <vargaz@gmail.com>
-
- * mono-2.pc (Requires): Remove glib dependencies.
-
-2010-04-02 Jb Evain <jbevain@novell.com>
-
- * dotnet35.pc.in: add System.Data.Services.dll.
-
-2010-03-08 Rodrigo Kumpera <rkumpera@novell.com>
-
- * mono.supp: Add hazard pointers supressions.
diff --git a/data/gdb-pre7.0/ChangeLog b/data/gdb-pre7.0/ChangeLog
deleted file mode 100644
index 5ae92a02312..00000000000
--- a/data/gdb-pre7.0/ChangeLog
+++ /dev/null
@@ -1,66 +0,0 @@
-2009-10-09 Zoltan Varga <vargaz@gmail.com>
-
- * mono-gdb.py (MonoSupport.run_hook): Set MONO_XDEBUG to 'gdb' to activate
- the GDB support mode in the runtime.
-
-2009-04-14 Zoltan Varga <vargaz@gmail.com>
-
- * mono-gdb.py (MonoClassPrinter.to_string): Add a MonoClass* pretty
- printer.
-
-2009-04-12 Zoltan Varga <vargaz@gmail.com>
-
- * mono-gdb.py (MonoMethodPrinter.to_string): Add a MonoMethod* pretty
- printer.
-
-2009-04-10 Zoltan Varga <vargaz@gmail.com>
-
- * mono-gdb.py: Update to the latest archer api.
-
-2009-04-07 Zoltan Varga <vargaz@gmail.com>
-
- * mono-gdb.py (ObjectPrinter.__init__): Update to latest archer api.
-
-2009-04-06 Zoltan Varga <vargaz@gmail.com>
-
- * test-xdb.py: New file, tester script for xdb.
-
- * mono-gdb.py (stringify_class_name): Handle classes without a namespace
- correctly.
-
- * mono-gdb.py: Update after the changes to dwarfwriter.c.
-
-2009-04-05 Zoltan Varga <vargaz@gmail.com>
-
- * mono-gdb.py: Handle superclasses in the pretty printer.
-
-2009-03-27 Zoltan Varga <vargaz@gmail.com>
-
- * mono-gdb.py (StringPrinter.to_string): Fix support for non-ascii characters.
-
-2009-03-20 Zoltan Varga <vargaz@gmail.com>
-
- * mono-gdb.py: Update for the latest python API on the archer branch.
-
-2009-02-03 Zoltan Varga <vargaz@gmail.com>
-
- * mono-gdb.py: Remove the --64 argument to as, it is not needed.
-
- * mono-gdb.py (stringify_class_name): Helper function to print base types
- using their short name. Also add a prototype implementation of registering
- the hooks from python code instead of needing the mono-gdbinit file.
-
- * gdb-python.diff: Changes against the gdb archer branch at
- http://sourceware.org/gdb/wiki/PythonGdb to fix some problems/add functionality.
-
-2009-02-03 Geoff Norton <gnorton@novell.com>
-
- * mono-gdbinit: Hook into backtrace as hook-stop seems to crash gdb
- * mono-gdb.py: Find the gdbinit name from the executable name instead of
- hardcoding mono
-
-2009-01-29 Zoltan Varga <vargaz@gmail.com>
-
- * mono-gdb.py mono-gdbinit: Support files to help debugging mono/mono apps
- using a python enabled gdb.
-
diff --git a/data/gdb/ChangeLog b/data/gdb/ChangeLog
deleted file mode 100644
index 2f5997d0655..00000000000
--- a/data/gdb/ChangeLog
+++ /dev/null
@@ -1,80 +0,0 @@
-2010-06-28 Zoltan Varga <vargaz@gmail.com>
-
- * mono-gdb.py: Add pretty printers for more runtime data structures.
-
-2009-10-13 Zoltan Varga <vargaz@gmail.com>
-
- * mono-gdb.py: Add an 'xdb' command to flush the debugging info.
-
-2009-10-12 Zoltan Varga <vargaz@gmail.com>
-
- * mono-gdb.py: Update this to gdb 7.0.
-
- * mono-gdbinit: Removed, no longer needed.
-
-2009-10-09 Zoltan Varga <vargaz@gmail.com>
-
- * mono-gdb.py (MonoSupport.run_hook): Set MONO_XDEBUG to 'gdb' to activate
- the GDB support mode in the runtime.
-
-2009-04-14 Zoltan Varga <vargaz@gmail.com>
-
- * mono-gdb.py (MonoClassPrinter.to_string): Add a MonoClass* pretty
- printer.
-
-2009-04-12 Zoltan Varga <vargaz@gmail.com>
-
- * mono-gdb.py (MonoMethodPrinter.to_string): Add a MonoMethod* pretty
- printer.
-
-2009-04-10 Zoltan Varga <vargaz@gmail.com>
-
- * mono-gdb.py: Update to the latest archer api.
-
-2009-04-07 Zoltan Varga <vargaz@gmail.com>
-
- * mono-gdb.py (ObjectPrinter.__init__): Update to latest archer api.
-
-2009-04-06 Zoltan Varga <vargaz@gmail.com>
-
- * test-xdb.py: New file, tester script for xdb.
-
- * mono-gdb.py (stringify_class_name): Handle classes without a namespace
- correctly.
-
- * mono-gdb.py: Update after the changes to dwarfwriter.c.
-
-2009-04-05 Zoltan Varga <vargaz@gmail.com>
-
- * mono-gdb.py: Handle superclasses in the pretty printer.
-
-2009-03-27 Zoltan Varga <vargaz@gmail.com>
-
- * mono-gdb.py (StringPrinter.to_string): Fix support for non-ascii characters.
-
-2009-03-20 Zoltan Varga <vargaz@gmail.com>
-
- * mono-gdb.py: Update for the latest python API on the archer branch.
-
-2009-02-03 Zoltan Varga <vargaz@gmail.com>
-
- * mono-gdb.py: Remove the --64 argument to as, it is not needed.
-
- * mono-gdb.py (stringify_class_name): Helper function to print base types
- using their short name. Also add a prototype implementation of registering
- the hooks from python code instead of needing the mono-gdbinit file.
-
- * gdb-python.diff: Changes against the gdb archer branch at
- http://sourceware.org/gdb/wiki/PythonGdb to fix some problems/add functionality.
-
-2009-02-03 Geoff Norton <gnorton@novell.com>
-
- * mono-gdbinit: Hook into backtrace as hook-stop seems to crash gdb
- * mono-gdb.py: Find the gdbinit name from the executable name instead of
- hardcoding mono
-
-2009-01-29 Zoltan Varga <vargaz@gmail.com>
-
- * mono-gdb.py mono-gdbinit: Support files to help debugging mono/mono apps
- using a python enabled gdb.
-
diff --git a/data/lock-decoder/ChangeLog b/data/lock-decoder/ChangeLog
deleted file mode 100644
index 6316d520531..00000000000
--- a/data/lock-decoder/ChangeLog
+++ /dev/null
@@ -1,6 +0,0 @@
-2009-02-19 Rodrigo Kumpera <rkumpera@novell.com>
-
- * LockTracerDecoder.cs: Initial version of the lock tracers decoder.
-
-
-
diff --git a/data/net_2_0/ChangeLog b/data/net_2_0/ChangeLog
deleted file mode 100644
index d925a1e415a..00000000000
--- a/data/net_2_0/ChangeLog
+++ /dev/null
@@ -1,147 +0,0 @@
-2009-08-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
-
- * DefaultWsdlHelpGenerator.aspx: the 'Message Layout' can now handle
- self-referencing types. Fixes bug #529353.
-
-2009-08-05 Atsushi Enomoto <atsushi@ximian.com>
-
- * web.config: add WCF assemblies as references at compilation.
- * machine.config: add some missing WCF sections (new in 3.5).
-
-2009-05-28 Atsushi Enomoto <atsushi@ximian.com>
-
- * machine.config: fix WCF diagnostics section name.
-
-2009-03-31 Marek Habersack <mhabersack@novell.com>
-
- * DefaultWsdlHelpGenerator.aspx: the link element in <head> must
- be created using Response.Write, as the code expression in the
- href attribute is otherwise treated verbatim. This is the same as
- with .NET. Fixes bug #490497
-
-2009-03-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
-
- * DefaultWsdlHelpGenerator.aspx: disable the test form
- when only Soap is supported.
- Bug #342073 fixed.
-
-2009-01-23 Atsushi Enomoto <atsushi@ximian.com>
-
- * web.config : added .svc handler.
-
-2009-01-07 Kornél Pál <kornelpal@gmail.com>
-
- * DefaultWsdlHelpGenerator.aspx: Move <script> at the end of <head> that
- will make Visual Studio recognize the web service disco reference.
-
- Contributed under MIT/X11 license.
-
-2008-12-03 Marek Habersack <mhabersack@novell.com>
-
- * machine.config: rename serviceModelHostingEnvironment to
- serviceHostingEnvironment.
-
-2008-11-20 Gonzalo Paniagua Javier <gonzalo@novell.com>
-
- * machine.config: in 2.0, there's no <connectionManagement> section
- here. Bug #445991 fixed.
-
-2008-11-14 Gonzalo Paniagua Javier <gonzalo@novell.com>
-
- * DefaultWsdlHelpGenerator.aspx: use javascript instead of
- HttpWebRequest to avoid a deadlock if the web service uses Session.
- Bug #444343 fixed.
-
-2008-10-09 Gonzalo Paniagua Javier <gonzalo@novell.com>
-
- * web.config: default values for httpRuntime are different in 2.0
-
-2008-10-09 Marek Habersack <mhabersack@novell.com>
-
- * web.config: added the default monoSettings section which works around
- an incompatibility between mcs and csc, mentioned in bug #433806
-
- * machine.config: added definition of the monoSettings section to
- the system.web group
-
-2008-10-06 Marek Habersack <mhabersack@novell.com>
-
- * machine.config: added entries to ignore the mobileControls and
- deviceFilters sections.
-
-2008-09-02 Marek Habersack <mhabersack@novell.com>
-
- * web.config: removed System.Web.Extensions.dll from the assemblies
- (reverting r112073) - it would break all the ASP.NET applications
- which use System.Web.Extensions other than 3.5.0.0
-
-2008-09-06 Daniel Morgan <monodanmorg@yahoo.com>
-
- * machine.config: added Mono.Data.SybaseClient
- to DbProviderFactories section.
-
-2008-09-02 Atsushi Enomoto <atsushi@ximian.com>
-
- * web.config: added System.Web.Extensions.dll to assemblies.
-
-2008-08-28 Zoltan Varga <vargaz@gmail.com>
-
- * machine.config: Fix syntax error.
-
-2008-03-23 Dean Brettle <dean@brettle.com>
-
- * Makefile.am: added Browsers/Compat.browser
-
-2008-02-29 Marek Habersack <mhabersack@novell.com>
-
- * machine.config: added an entry to ignore the browserCaps section.
-
-2007-12-15 Marek Habersack <mhabersack@novell.com>
-
- * web.config: compilation/compilers are no longer necessary.
-
-2007-12-08 Marek Habersack <mhabersack@novell.com>
-
- * machine.config: updated the LocalSqlServer connection string to
- match MS.NET and added a new connection string, LocalSqliteServer,
- to be used by default on Unix.
- Updated the AspNetSqlMembershipProvider definition to match
- MS.NET.
-
- * settings.map: added
-
- * Makefile.am: added settings.map
-
-2007-10-17 Atsushi Enomoto <atsushi@ximian.com>
-
- * web.config, machine.config: moved webSerices section from former
- to latter.
-
-2007-09-05 Atsushi Enomoto <atsushi@ximian.com>
-
- * machine.config : added WCF sectionGroups.
-
-2007-09-04 Marek Habersack <mhabersack@novell.com>
-
- * machine.config: added an entry to ignore the <system.webServer>
- section. Fixes bug #82535
-
-2007-07-03 Marek Habersack <mhabersack@novell.com>
-
- * DefaultWsdlHelpGenerator.aspx: make head server-side, for the
- service generator to run on sites which use stylesheet themes
- configured in web.config. Fixes bug #81994
-
-2007-05-01 Marek Habersack <mhabersack@novell.com>
-
- * machine.config: added standard data provider factories, or
- otherwise the SqlDataSource tests will fail.
-
-2007-04-27 Atsushi Enomoto <atsushi@ximian.com>
-
- * DefaultWsdlHelpGenerator.aspx :
- ProfileViolations could be null, when there is no Binding. So,
- don't omit null check.
-
- Stop your bad habit of missing ChangeLog. Former changes (as long
- as logged) can be seen in ../../ChangeLog.
diff --git a/data/net_4_0/ChangeLog b/data/net_4_0/ChangeLog
deleted file mode 100644
index 0f076a9a3e7..00000000000
--- a/data/net_4_0/ChangeLog
+++ /dev/null
@@ -1,9 +0,0 @@
-2009-08-06 Atsushi Enomoto <atsushi@ximian.com>
-
- * web.config: add WCF assemblies as references at compilation.
- * machine.config: add some missing WCF sections (new in 3.5).
-
-2009-07-24 Jb Evain <jbevain@novell.com>
-
- * Initial import of the net_4_0 specific files.
-