]> git.0d.be Git - jack_mixer.git/commitdiff
Rename from CHANGES to NEWS, to match what most tarballs have
authorFrédéric Péters <fpeters@0d.be>
Sun, 13 Dec 2009 21:45:29 +0000 (22:45 +0100)
committerFrédéric Péters <fpeters@0d.be>
Sun, 13 Dec 2009 21:45:29 +0000 (22:45 +0100)
CHANGES [deleted file]
Makefile.am
NEWS [new file with mode: 0644]

diff --git a/CHANGES b/CHANGES
deleted file mode 100644 (file)
index 2ed72b0..0000000
--- a/CHANGES
+++ /dev/null
@@ -1,6 +0,0 @@
-Changes since version 5:
- * Fix building against jack 0.102.20
- * Handle python prefix different from install prefix
- * Fix LASH-less operation
- * Update install instructions after lash-0.5.3 and phat-0.4.1 releases
- * Apply Markus patch (thanks!) for sr #1698 (can't restore session using LASH)
index 6d5f41e5e6b19915abe209b6b80130fa6e999e9e..76caaedb7fa3add786e116abbb8f42f4b7e641ad 100644 (file)
@@ -41,7 +41,7 @@ jack_mixer_c_la_SOURCES = \
 dist_jack_mixer_DATA = abspeak.py channel.py gui.py meter.py scale.py serialization.py serialization_xml.py slider.py preferences.py
 
 CLEANFILES = *.pyc
-EXTRA_DIST = test.py COPYING jack_mixer.schemas jack_mixer.py CHANGES
+EXTRA_DIST = test.py COPYING jack_mixer.schemas jack_mixer.py NEWS
 
 bin_SCRIPTS = $(srcdir)/jack_mixer.py
 
diff --git a/NEWS b/NEWS
new file mode 100644 (file)
index 0000000..2ed72b0
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,6 @@
+Changes since version 5:
+ * Fix building against jack 0.102.20
+ * Handle python prefix different from install prefix
+ * Fix LASH-less operation
+ * Update install instructions after lash-0.5.3 and phat-0.4.1 releases
+ * Apply Markus patch (thanks!) for sr #1698 (can't restore session using LASH)