diff options
author | recht <recht@pkgsrc.org> | 2005-04-04 07:22:34 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2005-04-04 07:22:34 +0000 |
commit | 0aaf140301f921d342136624b5e5165a4354d46a (patch) | |
tree | f43d8093833564f41e582bb8521364bf6d0d9845 /lang/mono/PLIST | |
parent | 5bd81b8ec70b0f727292be6871a4e6ec50ceda64 (diff) | |
download | pkgsrc-0aaf140301f921d342136624b5e5165a4354d46a.tar.gz |
update to mono-1.1.6
This is a micro-release and only contains some bug fixes:
* Packaging Fixes: Mono 1.1.5 RPM packages were compiled with an option that
would allow users to downgrade their kernel, but the feature had not been
tested.
One simple fix was to compile from source code, but we decided that redoing
the packages was the major burden of a release, and we could include a few
other fixes.
* Apple G3 Support: The G3 was not previously supported, this version adds
support for it.
* KEvent on BSD: A crashing bug on BSD-based systems (OSX included) were
fixed.
* Cookies: A couple of small bugs were found on the Cookie handling with
certain web sites, this has now been fixed.
* AMD compilation: Makes sure that libraries are installed in lib, not lib64.
* Compilation: Compilation on some older systems has been fixed.
* SQL Server reset: The reset operation is not supported on all SQL servers.
Diffstat (limited to 'lang/mono/PLIST')
-rw-r--r-- | lang/mono/PLIST | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/mono/PLIST b/lang/mono/PLIST index 9de353b2bcf..bbb02fe7d0d 100644 --- a/lang/mono/PLIST +++ b/lang/mono/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.15 2005/03/27 10:25:51 recht Exp $ +@comment $NetBSD: PLIST,v 1.16 2005/04/04 07:22:34 recht Exp $ bin/al bin/caspol bin/cert2spc @@ -249,8 +249,8 @@ lib/mono/gac/I18N.West/1.0.5000.0__0738eb9f132ed756/I18N.West.dll lib/mono/gac/I18N.West/1.0.5000.0__0738eb9f132ed756/I18N.West.dll.mdb lib/mono/gac/I18N/1.0.5000.0__0738eb9f132ed756/I18N.dll lib/mono/gac/I18N/1.0.5000.0__0738eb9f132ed756/I18N.dll.mdb -lib/mono/gac/IBM.Data.DB2/1.0.1912.20974__7c307b91aa13d208/IBM.Data.DB2.dll -lib/mono/gac/IBM.Data.DB2/1.0.1912.20974__7c307b91aa13d208/IBM.Data.DB2.dll.mdb +lib/mono/gac/IBM.Data.DB2/1.0.1919.40788__7c307b91aa13d208/IBM.Data.DB2.dll +lib/mono/gac/IBM.Data.DB2/1.0.1919.40788__7c307b91aa13d208/IBM.Data.DB2.dll.mdb lib/mono/gac/ICSharpCode.SharpZipLib/0.6.0.0__1b03e6acf1164f73/ICSharpCode.SharpZipLib.dll lib/mono/gac/ICSharpCode.SharpZipLib/0.6.0.0__1b03e6acf1164f73/ICSharpCode.SharpZipLib.dll.mdb lib/mono/gac/Microsoft.JScript/0.0.0.0__b03f5f7f11d50a3a/Microsoft.JScript.dll @@ -509,7 +509,7 @@ share/mono/cil/cil-opcodes.xml @dirrm lib/mono/gac/Microsoft.JScript @dirrm lib/mono/gac/ICSharpCode.SharpZipLib/0.6.0.0__1b03e6acf1164f73 @dirrm lib/mono/gac/ICSharpCode.SharpZipLib -@dirrm lib/mono/gac/IBM.Data.DB2/1.0.1912.20974__7c307b91aa13d208 +@dirrm lib/mono/gac/IBM.Data.DB2/1.0.1919.40788__7c307b91aa13d208 @dirrm lib/mono/gac/IBM.Data.DB2 @dirrm lib/mono/gac/I18N/1.0.5000.0__0738eb9f132ed756 @dirrm lib/mono/gac/I18N.West/1.0.5000.0__0738eb9f132ed756 |