rename RELNOTES to the more gnuish NEWS
authorMatthias Braun <matze@braunis.de>
Mon, 5 Nov 2007 20:03:50 +0000 (20:03 +0000)
committerMatthias Braun <matze@braunis.de>
Mon, 5 Nov 2007 20:03:50 +0000 (20:03 +0000)
[r16452]

Makefile.am
NEWS [new file with mode: 0644]
RELNOTES [deleted file]

index 945e3ac..9d39209 100644 (file)
@@ -1,6 +1,6 @@
 SUBDIRS = include/libfirm ir
 
-EXTRA_DIST = README COPYING RELNOTES acinclude.m4
+EXTRA_DIST = README COPYING NEWS acinclude.m4
 
 libfirmincludedir = $(includedir)/libfirm
 libfirminclude_HEADERS = firm_config.h
diff --git a/NEWS b/NEWS
new file mode 100644 (file)
index 0000000..0f5b974
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,13 @@
+====== Libfirm 1.11.0 ======
+
+* Lots of bugfixes
+* Compilation speed improved
+* Completely improved and rewritten handling of x86 address mode
+* Optimized Mul -> Lea,Shift,Add transformation
+* 64bit operations fixed and improved
+* More local optimisations
+* New backend peephole optimisations
+* Explicit status flag modeling (only for x86 for now)
+* Improvements of Load/Store optimisation and alias analysis
+
+-> All C benchmarks from Spec CINT2000 work now (with our edg frontend)
diff --git a/RELNOTES b/RELNOTES
deleted file mode 100644 (file)
index 0f5b974..0000000
--- a/RELNOTES
+++ /dev/null
@@ -1,13 +0,0 @@
-====== Libfirm 1.11.0 ======
-
-* Lots of bugfixes
-* Compilation speed improved
-* Completely improved and rewritten handling of x86 address mode
-* Optimized Mul -> Lea,Shift,Add transformation
-* 64bit operations fixed and improved
-* More local optimisations
-* New backend peephole optimisations
-* Explicit status flag modeling (only for x86 for now)
-* Improvements of Load/Store optimisation and alias analysis
-
--> All C benchmarks from Spec CINT2000 work now (with our edg frontend)