You've already forked linux-packaging-mono
Imported Upstream version 4.6.0.125
Former-commit-id: a2155e9bd80020e49e72e86c44da02a8ac0e57a4
This commit is contained in:
parent
a569aebcfd
commit
e79aa3c0ed
@@ -1,52 +0,0 @@
|
||||
2005-09-05 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* certview.glade: Removed filenames for bitmaps.
|
||||
* gcertview.cs: Fix compilation. Use resources not files for UI stuff.
|
||||
* CertificateFormatter.cs: Fix compilation.
|
||||
* Makefile: Build Gtk# version using resources. Minor fixes.
|
||||
* TODO: All future development will occur in mono-tools.
|
||||
|
||||
2004-03-21 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* ChangeLog: commited missing ChangeLog entries.
|
||||
|
||||
2004-03-10 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* CertificateFormatter.cs: Support PEM (base64) certificates. Removed
|
||||
temporary comments for MCS bug.
|
||||
* certview.exe.config: Added KeyAttributesExtension extension.
|
||||
* gcertview.cs: Updated to work with latest Gtk#.
|
||||
* gcertview.exe.config: Added KeyAttributesExtension extension.
|
||||
* Makefile: Re-added the /win32icon:mono.ico (now supported by mcs).
|
||||
* TODO: New. Incomplete TODO for X.509 GUI tools
|
||||
|
||||
2003-06-15 Sebastien Pouliot <spouliot@videotron.ca>
|
||||
|
||||
* .cvsignore: Ignore generated files (remove with make clean).
|
||||
* CertificateFormatter.cs: Commented 2 lines as it didn't compile
|
||||
with MCS (but did compile with CSC).
|
||||
* gcertview.cs: Change app.ico (non-existing) to mono.bmp (16x16).
|
||||
* gcertview.exe.config: New. Configuration file for gcertview (same
|
||||
as certview.exe.config except it reference gcertview.exe instead of
|
||||
certview.exe).
|
||||
* makefile: Updated for linux by Ben Maurer.
|
||||
|
||||
2003-06-14 Sebastien Pouliot <spouliot@videotron.ca>
|
||||
|
||||
* CertificateViewer.cs: New. SFW-based certificate viewer.
|
||||
* CertificateViewer.resx: New. SWF Resource file.
|
||||
* CertificateFormatter.cs: New. Not GUI specific.
|
||||
* certview.exe.config: New. Configuration file for certview.
|
||||
* certview.glade: New. GUI for GTK#.
|
||||
* certview.gladep: New. Project file for GLADE.
|
||||
* gcertview.cs: New. GTK#-based certificate viewer.
|
||||
* makefile: New. makefile for both SWF and GTK# viewers.
|
||||
* mono.bmp: New. 16x16 bitmap for Mono::
|
||||
* mono.ico: New. 32x32 windows icon for Mono::
|
||||
* v1.bmp: New. 16x16 bitmap for X.509 v1 properties/extensions.
|
||||
* v2.bmp: New. 16x16 bitmap for X.509 v2 properties/extensions.
|
||||
* v3.bmp: New. 16x16 bitmap for X.509 v3 properties/extensions.
|
||||
* v3critical.bmp: New. 16x16 bitmap for X.509 v3 critical extensions.
|
||||
* wax-seal.png: New. Bitmap for valid certificate.
|
||||
* wax-seal-broken.png: Bitmap for invalid certificate.
|
||||
* X509ExtensionsHandler.cs: Configuration file parser.
|
@@ -3,7 +3,8 @@ SUBDIRS =
|
||||
include ../../../build/rules.make
|
||||
|
||||
RESGEN = resgen
|
||||
LOCAL_MCS_FLAGS = /lib:$(topdir)/class/lib /r:Mono.Security.dll /r:System.Xml.dll /win32icon:mono.ico
|
||||
LIB_REFS = Mono.Security System.Xml
|
||||
LOCAL_MCS_FLAGS = /win32icon:mono.ico
|
||||
|
||||
# SWF isn't quite good enough to build this yet.
|
||||
|
||||
|
Reference in New Issue
Block a user