<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -18,8 +18,8 @@ Mark Reiche porphyr@gmx.de
 Guillaume Martres smarter@ubuntu.com
 Ariya Hidayat ariya.hidayat@trolltech.com
 Josef Kufner jk@myserver.cz
-Janusz Lewandowski lew21st@gmail.com
 John Wimer john@god.vtic.net
+Janusz Lewandowski lew21st@gmail.com
 Daniel Albuschat d.albuschat@gmail.com
 Alexandre Dupas alexandre.dupas@gmail.com
 Simon Hausmann simon@lst.de
@@ -31,16 +31,16 @@ Elrond elrond+arora.git.commit@samba-tng.org
 Chris Lee clee@mg8.org
 Alexandre Bique bique.alexandre@gmail.com
 ABuus amb@lafnet.dk
-ondrejcernos cernoso@gmail.com
-jreznik jreznik@redhat.com
 Zack Rusin zack@kde.org
 Slim Amamou slim.amamou@gmail.com
 Richard Moore rich@beast.needcoffee.co.uk
 Pavol Rusnak stick@gk2.sk
 Oscar Blumberg o.blumberg@robertlan.eu.org
+ondrejcernos cernoso@gmail.com
 Markus Goetz Markus.Goetz@nokia.com
 Marius Bugge Monsen mariusbu@pvv.org
 Kenneth Rohde Christiansen kenneth.christiansen@openbossa.org
+jreznik jreznik@redhat.com
 Jonas Gehring jonas.gehring@boolsoft.org
 Jocelyn Turcotte jocelyn.turcotte@nokia.com
 Gergely Nagy gergely.nagy@interware.co.hu</diff>
      <filename>AUTHORS</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,29 @@
+0.10.1
+The major issues:
+    Issue: 666 Sites were showing a &quot;SSL handshake failure&quot;. With the new NetworkAccessManagerProxy the signals were being sent to the proxy and not the primary networkaccessmanager.
+    Issue: 683: Arora crashes when using privacy mode.
+	When switching to private mode the primary networkaccessmanagers swaps cookiejar's which caused a segfault. Introduce a CookieJarProxy class which will pass the cookie requests to the primary networkaccessmanager's cookiejar.
+
+Translations:
+    Add Portuguese translation from Am&#233;rico Monteiro &lt;a_monteiro@netcabo.pt&gt;
+    Updated Turkish translation from Mehmet Nur Olcay &lt;mnurolcay@gmail.com&gt;
+    Issue: 682,677 Fix several FR spelling mistakes.
+
+Fixed Issues:
+    Issue: 79 Only tab down the completer when the popup is visible.
+    Issue: 221 When using Qt 4.6 hardcode a webpage to have a white background even when using a dark theme.
+    Issue: 472 Set the url on the location bar that matches the webview that we are loading the url in, not in the current location bar which might not be the correct one.
+    Issue: 637 Startup Crash with Qt 4.5.0 (not with any other version)
+    Issue: 679 Selecting Show only one close button instead of one for each tab requires an application restart to be applied.
+    Issue: 676 Fix openstreetmap.org's login saving and improve the Wallet password dialog when finding the login name.
+	Rather than using the document.form[0].name use document.form[0].elements[&quot;name&quot;] this allows the name to contain things such as []'s without causing a problem.
+
+Other issues / changes
+    Add support for the home, favorites, search, and openurl multimedia keys found on some keyboards
+    Turn on AutoFill by default
+    Remove the accidental 100MB limit on the disk cache size in the settings dialog.
+    Make source viewer remember the window size and not block access to the main window
+
 0.10.0
 Interface
 - Issue #24: Add support for AdBlock</diff>
      <filename>ChangeLog</filename>
    </modified>
    <modified>
      <diff>@@ -4,7 +4,7 @@
 #
 
 APP=&quot;Arora&quot;
-VERSION=&quot;0.10.0&quot;
+VERSION=&quot;0.10.1&quot;
 #BACKGROUND=&quot;src/data/512x512/arora.png&quot;
 
 DIR=&quot;bundle&quot;</diff>
      <filename>buildosx.sh</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
-arora (0.10.0~git##DATE##-1~##DIST##1~upstream1) ##DIST##; urgency=low
+arora (0.10.1~git##DATE##-1~##DIST##1~upstream1) ##DIST##; urgency=low
 
   * Initial release (LP: #231731)
 </diff>
      <filename>debian-upstream/changelog.in</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,5 @@
 #!/bin/bash
-./generateAuthors 0.9.0..HEAD | while read line
+./generateAuthors 0.10.0..HEAD | while read line
 do
         name=`echo $line | sed -e 's/ [^ ]*@[^ ]*//g'`
         email=`echo $line | sed -e 's/.* //g' | tr [A-Z] [a-z]`</diff>
      <filename>generateReleaseContributors</filename>
    </modified>
    <modified>
      <diff>@@ -105,7 +105,7 @@ BrowserApplication::BrowserApplication(int &amp;argc, char **argv)
 {
     QCoreApplication::setOrganizationDomain(QLatin1String(&quot;arora-browser.org&quot;));
     QCoreApplication::setApplicationName(QLatin1String(&quot;Arora&quot;));
-    QString version = QLatin1String(&quot;0.10.0&quot;);
+    QString version = QLatin1String(&quot;0.10.1&quot;);
     QString gitVersion = QLatin1String(GITCHANGENUMBER);
     if (gitVersion != QLatin1String(&quot;0&quot;)
         &amp;&amp; !gitVersion.isEmpty())</diff>
      <filename>src/browserapplication.cpp</filename>
    </modified>
    <modified>
      <diff>@@ -3,7 +3,7 @@
 SetCompressor /SOLID /FINAL lzma
 
 !define PRODUCT_NAME &quot;Arora&quot;
-!define /date PRODUCT_VERSION &quot;0.10.0&quot;
+!define /date PRODUCT_VERSION &quot;0.10.1&quot;
 ;!define /date PRODUCT_VERSION &quot;Snapshot (%#m-%#d-%#Y)&quot;
 !define PRODUCT_DIR_REGKEY &quot;Software\Microsoft\Windows\CurrentVersion\App Paths\arora.exe&quot;
 !define PRODUCT_UNINST_KEY &quot;Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}&quot;</diff>
      <filename>windowsinstaller.nsi</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c13feb9dc27a79c6066a61b3319a0743a4f37b55</id>
    </parent>
  </parents>
  <author>
    <name>Benjamin C Meyer</name>
    <email>ben@meyerhome.net</email>
  </author>
  <url>http://github.com/Arora/arora/commit/e5385f342c32fdcbe006d628de82e58e0ee7ad3a</url>
  <id>e5385f342c32fdcbe006d628de82e58e0ee7ad3a</id>
  <committed-date>2009-10-04T20:31:48-07:00</committed-date>
  <authored-date>2009-10-04T20:21:58-07:00</authored-date>
  <message>Release Arora 0.10.1</message>
  <tree>77e11539edb034f01353b397a41c8c6e603faf75</tree>
  <committer>
    <name>Benjamin C Meyer</name>
    <email>ben@meyerhome.net</email>
  </committer>
</commit>
