diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index afff725a78a..0625204169d 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -27,6 +27,7 @@ Versions of Major Components
Apache Lucene trunk
Apache Tika 0.6
Carrot2 3.1.0
+Velocity 1.6.1
Upgrading from Solr 1.4
@@ -179,7 +180,10 @@ New Features
* SOLR-1932: New relevancy function queries: termfreq, tf, docfreq, idf
norm, maxdoc, numdocs. (yonik)
-
+
+* SOLR-1957: The VelocityResponseWriter contrib moved to core.
+ Example search UI now available at http://localhost:8983/solr/browse
+ (ehatcher)
Optimizations
diff --git a/solr/example/solr/conf/solrconfig.xml b/solr/example/solr/conf/solrconfig.xml
index 53d042b1ee1..af046ad3f91 100755
--- a/solr/example/solr/conf/solrconfig.xml
+++ b/solr/example/solr/conf/solrconfig.xml
@@ -55,7 +55,6 @@
classpath, this is useful for including all jars in a directory.
-->
-
+
+
+
+
+ velocity
+
+ browse
+ layout
+ Solritas
+
+ dismax
+ *:*
+ 10
+ *,score
+
+ on
+ cat
+ manu_exact
+ 1
+
+ text^0.5 features^1.0 name^1.2 sku^1.5 id^10.0 manu^1.1 cat^1.4
+
+
+ on
+ text features name
+ 0
+ name
+
+
+
@@ -1022,14 +1052,13 @@
+
Custom response writers can be declared as needed...
-->
-
-