[m-dev.] diff: exclude Morphine from the release

Fergus Henderson fjh at cs.mu.OZ.AU
Thu Dec 16 02:39:11 AEDT 1999


Estimated hours taken: 0.25

Exclude Opium-M / Morphine from the release, since it is not going
to be ready in time for 0.9.

RELEASE_NOTES:
	Delete mention of Opium-M.

Mmakefile:
	Exclude opium_m and morphine from the release.

Workspace: /d-drive/home/hg/fjh/ws-hg2/mercury
Index: Mmakefile
===================================================================
RCS file: /home/mercury1/repository/mercury/Mmakefile,v
retrieving revision 1.45
diff -u -d -r1.45 Mmakefile
--- Mmakefile	1999/11/23 08:55:44	1.45
+++ Mmakefile	1999/12/15 15:35:14
@@ -235,6 +235,8 @@
 		mv $$ROOTNAME/trial	stuff-to-exclude;		\
 		mv $$ROOTNAME/bytecode	stuff-to-exclude;		\
 		mv $$ROOTNAME/lp_solve	stuff-to-exclude;		\
+		mv $$ROOTNAME/extras/morphine	stuff-to-exclude;	\
+		mv $$ROOTNAME/extras/opium_m	stuff-to-exclude;	\
 		mv $$ROOTNAME/extras/aditi stuff-to-exclude;		\
 		mv $$ROOTNAME/extras	mercury-extras-$(VERSION);	\
 		mv $$ROOTNAME		mercury-compiler-$(VERSION);	\
@@ -248,6 +250,8 @@
 		mv mercury-compiler-$(VERSION)	$$ROOTNAME;		\
 		mv mercury-extras-$(VERSION)	$$ROOTNAME/extras;	\
 		mv mercury-tests-$(VERSION)	tests;			\
+		mv stuff-to-exclude/opium_m	$$ROOTNAME/extras/opium_m;\
+		mv stuff-to-exclude/morphine	$$ROOTNAME/extras/morphine;\
 		mv stuff-to-exclude/aditi	$$ROOTNAME/extras/aditi;\
 		mv stuff-to-exclude/*		$$ROOTNAME;		\
 		rmdir stuff-to-exclude;					\
Index: RELEASE_NOTES
===================================================================
RCS file: /home/mercury1/repository/mercury/RELEASE_NOTES,v
retrieving revision 1.24
diff -u -d -r1.24 RELEASE_NOTES
--- RELEASE_NOTES	1999/12/13 08:14:59	1.24
+++ RELEASE_NOTES	1999/12/15 15:36:32
@@ -171,18 +171,16 @@
      o  the Prolog to Mercury transition guide
      o  some sample Mercury programs
 
-The "mercury-extras" distribution contains:
-     o  some extra libraries for
-	- processing HTML forms using the CGI interface
-	- arithmetic on complex and imaginary numbers
-	- graphics using Tk and OpenGL
-	- lazy evaluation
-	- dynamic linking
-	- POSIX interface
-	- backtrackable (trailed) destructive update
-	- an ODBC database interface
-	- a CLP(R) interface, i.e. constraint solving over real numbers
-     o  the OPIUM-M trace analysis system
+The "mercury-extras" distribution contains some extra libraries for:
+     o  processing HTML forms using the CGI interface
+     o  arithmetic on complex and imaginary numbers
+     o  graphics using Tk and OpenGL
+     o  lazy evaluation
+     o  dynamic linking
+     o  POSIX interface
+     o  backtrackable (trailed) destructive update
+     o  an ODBC database interface
+     o  a CLP(R) interface, i.e. constraint solving over real numbers
 
 The "mercury-tests" distribution contains a test suite.
 

-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
WWW: <http://www.cs.mu.oz.au/~fjh>  |  of excellence is a lethal habit"
PGP: finger fjh at 128.250.37.3        |     -- the last words of T. S. Garp.
--------------------------------------------------------------------------
mercury-developers mailing list
Post messages to:       mercury-developers at cs.mu.oz.au
Administrative Queries: owner-mercury-developers at cs.mu.oz.au
Subscriptions:          mercury-developers-request at cs.mu.oz.au
--------------------------------------------------------------------------



More information about the developers mailing list