]> xenbits.xensource.com Git - people/aperard/emesinae.git/commitdiff
xen: Add affects tag for release 4.3
authorIan Campbell <ian.campbell@citrix.com>
Mon, 1 Jul 2013 16:20:15 +0000 (17:20 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Mon, 1 Jul 2013 16:20:15 +0000 (17:20 +0100)
TODO
config/examples/xen-bugs.xenproject.org/dbinit.sql

diff --git a/TODO b/TODO
index f9c4b548f275fa5abbf643fd6b80c78783b95b32..a18bbe3c8b84d6cadcd3ec8699a0e1a6a5e7ac28 100644 (file)
--- a/TODO
+++ b/TODO
@@ -42,6 +42,7 @@ database:
  - Refactor email addresses into their own table and create references instead
    of inlining into the record. Should enable better searching.
  - Use Perl DBI select_* interface instead of prepare/executre/fetch/finish
+ - add sort order to tags
 
 documentation:
  - have some
index a5da464ce6a6bcf75f7d9c1300e8d75014472622..9a6e6e671506ea4ec1fe818d4fce7ea8719ed228 100644 (file)
@@ -1,4 +1,5 @@
 INSERT INTO tags (namespace,name,active,advanced) VALUES ("affects","master","true","false");
+INSERT INTO tags (namespace,name,active,advanced) VALUES ("affects","4.3","true","false");
 INSERT INTO tags (namespace,name,active,advanced) VALUES ("affects","4.2","true","false");
 INSERT INTO tags (namespace,name,active,advanced) VALUES ("affects","4.1","false","true");
 INSERT INTO tags (namespace,name,active,advanced) VALUES ("affects","4.0","false","true");