<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,8 @@
+*1.2.2* (30th May, 2009)
+
+* add exit call after 301 redirect.
+  Thanks to http://github.com/tswicegood  
+
 *1.2.1* (26th April, 2009)
 
 * bug for domains like:</diff>
      <filename>CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -3,8 +3,8 @@ Contributors: whomwah
 Donate Link: http://pledgie.org/campaigns/3803 
 Tags: revcanonical, shortening, links, simple, post, url
 Requires at least: 2.6
-Tested up to: 2.7.2
-Stable tag: 1.2.1 
+Tested up to: 2.7.1
+Stable tag: 1.2.2 
 
 A Wordpress plugin that creates and adds support for shortened urls plus the shortlink auto-discovery tag
 
@@ -46,7 +46,15 @@ Not sure is the simple answer, I currently run 2.7.2. If it works with ealier ve
 
 = But my domain name is really long =
 
-You can add you own shortened domain name if you own one via the settings page. It's up to you though, to point your shortened domain back to the longer one. I do this via a ProxyPass line in that domains conf file.
+You can add you own shortened domain name if you own one via the settings page. This is for advanced users, as it's up to you to point your shortened domain back to the longer one. I do this via a ProxyPass line in that domains conf file. Here's my vhost.conf file. You can find out more about ProxyPass via the [Apache website](http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#proxypass).
+
+`
+&lt;VirtualHost *:80&gt;
+  ServerName  littl.me 
+  ServerAlias www.littl.me
+  ProxyPass / http://whomwah.com/
+&lt;/VirtualHost&gt;
+`
 
 = Can I contribute to revcanonical? =
 </diff>
      <filename>readme.txt</filename>
    </modified>
    <modified>
      <diff>@@ -3,7 +3,7 @@
 Plugin Name: RevCanonical
 Plugin URI: http://whomwah.github.com/revcanonical/ 
 Description: Creates and adds support for shortened urls plus the shortlink auto-discovery tag
-Version: 1.2.1
+Version: 1.2.2
 Author: Duncan Robertson 
 Author URI: http://whomwah.com
 */</diff>
      <filename>revcanonical.php</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ec624a85343f5c30d590ca8e3f9127e92c834a98</id>
    </parent>
  </parents>
  <author>
    <name>Duncan Robertson</name>
    <email>duncan@whomwah.com</email>
  </author>
  <url>http://github.com/whomwah/revcanonical/commit/c01d8c0a13e8aaf6335663bcecfb6fa5176fafbe</url>
  <id>c01d8c0a13e8aaf6335663bcecfb6fa5176fafbe</id>
  <committed-date>2009-05-30T13:17:40-07:00</committed-date>
  <authored-date>2009-05-30T13:17:40-07:00</authored-date>
  <message>update docs for 1.2.2 release</message>
  <tree>03548e408732287417f4ba7ceba4a5aae0b552ca</tree>
  <committer>
    <name>Duncan Robertson</name>
    <email>duncan@whomwah.com</email>
  </committer>
</commit>
