<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -5,23 +5,25 @@ Jakub Lu&#382;n&#253; limoto94@gmail.com
 Diego Iastrubni elcuco@kde.org
 Christian Franke cfchris6@ts2server.com
 Vincenzo Reale smart2128@baslug.org
-Matvey Kozhev sikon@ubuntu.com
 Benjamin K. Stuhl bks24@cornell.edu
+Zsombor Gegesy gzsombor@gmail.com
+Maia Kozheva sikon@ubuntu.com
 Adam Treat treat@kde.org
 Tor Arne Vestb&#248; tavestbo@trolltech.com
 Mark Reiche porphyr@gmx.de
+Guillaume Martres smarter@ubuntu.com
 Ariya Hidayat ariya.hidayat@trolltech.com
+Kristof Bal kristof.bal@gmail.com
 Josef Kufner jk@myserver.cz
 Janusz Lewandowski lew21st@gmail.com
 Tom Gundersen teg@jklm.no
-Kristof Bal kristof.bal@gmail.com
 Daniel Albuschat d.albuschat@gmail.com
 Robert Hogan robhogan@gmail.com
 Raphael Kubo da Costa kubito@gmail.com
 Paul Olav Tvete paul@trolltech.com
 John Schember john@nachtimwald.com
-Guillaume Martres smarter@ubuntu.com
 Elrond elrond+arora.git.commit@samba-tng.org
+Christopher Eby kreed@kreed.org
 Chris Lee clee@mg8.org
 Alexandre Bique bique.alexandre@gmail.com
 ABuus amb@lafnet.dk
@@ -30,8 +32,10 @@ Simon Hausmann simon@lst.de
 Richard Moore rich@beast.needcoffee.co.uk
 Pavol Rusnak stick@gk2.sk
 Marius Bugge Monsen mariusbu@pvv.org
+Kenneth Rohde Christiansen kenneth.christiansen@openbossa.org
+John Wimer john@god.vtic.net
 Gergely Nagy gergely.nagy@interware.co.hu
 Darryl Kacher darrylkacher@gmail.com
-Christopher Eby kreed@kreed.org
 Chris Hills chaz@chaz6.com
 Carlos J&#250;nior carlos@milk-it.net
+axasia axasia@gmail.com</diff>
      <filename>AUTHORS</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,74 @@
+0.7.0
+Interface
+- Add support for OpenSearch to the toolbar search
+- Add the ability to search from the webpage context menu
+- Remember the boxes checked in the Clear Private Data dialog
+- Support Back, Forward, Reload and Stop keys on multimedia keyboards
+- Add the ability to click a button before loading flash (clickToFlash)
+- Allow to enable/disable the cache
+- Allow to specify the maximum cache size
+- Add a setting specifying if the application should quit when last tab is closed.
+- Revert the check for the Oxygen style so when under KDE4 Oxygen will be
+used even if it has issues.
+- Fix mid click to paste urls into Arora to have them be loaded
+- Fix crash in Clear Privacy Dialog when cache is disabled
+- In the download manager change the &quot;Ok&quot; Button to &quot;Close&quot;
+- Fix the positioning of new tab and close tab buttons. Comparing to 0.6 they are just swapped now.
+- Only set a git version if the string is not empty
+- Update the tab bar visibility action when retranslating.
+- Make refresh be both F5 and Ctrl+R
+- Update year in copyright
+- Fixed some spelling mistakes
+- Ctrl+L does not function when the toolbar is hidden.
+- Fix a typo in Info_mac.plist.
+- Enable multiple selection in the history tree view.
+- Respect the setting to hide confirmation of closing multiple tabs when quitting too
+- Fix a problem with cookie rule deletion
+- Improve handling of unreachable sites.
+- Create a new tab only when left button is double-clicked.
+- Improve XBel importing
+- Don't fill the history with error pages.
+- Improve the site icon when dragging.  When the mouse is over it show the arrow cursor, Set the drag icon to the site icon, and set the drag text to the page title and not the url. (Example drag to the toolbar you want to get the title not the url)
+- Only save the cookie exception rules if the dialog is accepted.
+- Set cookies to 'session only' if new rule introduced that would only allow them for the session.
+- Add ability to filter out tracking cookies, eg Google Analytics.
+- Add 'Add Rule' button to the cookie dialog to create an exception on the current cookie.
+- When a cookie is a session cookie show the string 'Session Cookie'
+- Improve the cooking blocking implementation
+- Add subdomain checking, eg when the policy says 'block def.com', then it will block cookies from 'def.com', 'www.def.com' but not from 'abcdef.com'
+- Handle cookie rules with starting dot correctly
+
+Behind the scenes
+- Add a subclass of QWebPluginFactory that can be used for managing QWebPlugin's
+- Add a static BrowserMainWindow::parentWindow(QWidget *) method that returns a main window being one of the passed widget's parents.
+- Move QTRY functions into their own header file as it has no dependency on Arora and can be used by tests that don't require BrowserApplication
+- Mark strings as not translatable where it doesn't make sense
+- Move location bar site icon class into its own file
+- Move the privacy indicator out into its own class and file
+- Move the location bar classes into a location bar folder
+- Add api to get the clear button and search button in the SearchWidget
+- Remove the word 'slot' from the functions that are slots to be consistent with the reset of the source code.
+- Don't translate dummy strings in the ui file
+- Move HistoryManager into its own file and move the history classes into their own folder.
+- Conserve memory by atomizing history strings
+- Code style: Add m_ prefix before private variables
+- Improvements &amp; cleanup to the about dialog
+- Improve the three editviews
+- Add manualtest for the three edit views and an autotest for the editlistview.
+- Change placesimport to correctly use SingleApplication
+- Add WebPage::linkedResources(const QString&amp;) method that returns a list of resources attached to the main document
+- BrowserApplication::mainWindow() returns the currently active window
+
+Build system
+- Remove one second punishment because it didn't work and I didn't make autotests when I was punished
+- Add foreach() style error to look for and fix existing occurences.
+- When building by default don't have lrelase be verbose as it du/mps a lot of junk on the console
+- Add commit hook to do basic style checking on the files being commited
+- unset GIT_DIR to fix warnings that are printed to the console
+- When building Arora also don't allow casts to ascii to detect bugs.
+- Share compiled object files with the main arora binary to reduce build times
+
+
 0.6.1
 When using Arora with Qt 4.5.1 after a little while pages will stop rendering.
 This is because of a bug in 4.5.1 where renaming a file will cause the file
@@ -6,6 +77,7 @@ QTemporaryFile's for each new cached file and eventually the kernel
 wont let QNetworkDiskCache open a cache file because all of the previous files were not
 closed.  When running against Qt 4.5.1 Arora will now disable the disk cache.
 
+
 0.6
 Interface
 - Save more of the main window state, window's fullscreen status, maximized status, menu bar visibility, normal size, and ensure that the menu bar and status bar are returned to their proper states if saving while the window is fullscreen.</diff>
      <filename>ChangeLog</filename>
    </modified>
    <modified>
      <diff>@@ -4,7 +4,7 @@
 #
 
 APP=&quot;Arora&quot;
-VERSION=&quot;0.6.1&quot;
+VERSION=&quot;0.7.0&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.6.1~git##DATE##-1~##DIST##1~upstream1) ##DIST##; urgency=low
+arora (0.7.0~git##DATE##-1~##DIST##1~upstream1) ##DIST##; urgency=low
 
   * Initial release (LP: #231731)
 </diff>
      <filename>debian-upstream/changelog.in</filename>
    </modified>
    <modified>
      <diff>@@ -19,4 +19,5 @@ git log --pretty=&quot;format:%an %ae&quot; $1 \
         | sed -e 's/porphyr /Mark Reiche /g' \
         | sed -e 's/vinx@zulu\.(none)/smart2128@baslug\.org/g' \
         | sed -e 's/Matvey Kozhev/Maia Kozheva/g' \
+        | sed -e 's/kristof@localhost.(none)/kristof.bal@gmail.com/g' \
 	| sort | uniq -c | sort -n -r | sed -e 's/^ *[0-9]* //g'</diff>
      <filename>generateAuthors</filename>
    </modified>
    <modified>
      <diff>@@ -95,7 +95,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.6.1&quot;);
+    QString version = QLatin1String(&quot;0.7.0&quot;);
     QString gitVersion = QLatin1String(GITCHANGENUMBER);
     if (gitVersion != QLatin1String(&quot;0&quot;)
         &amp;&amp; !gitVersion.isEmpty())</diff>
      <filename>src/browserapplication.cpp</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>670ceb4332333b0cc3ec902cb6d77e4727b5e2d4</id>
    </parent>
  </parents>
  <author>
    <name>Benjamin C Meyer</name>
    <email>ben@meyerhome.net</email>
  </author>
  <url>http://github.com/Arora/arora/commit/dfd51d1b5b7af6e765a06ade6648f10b7c8767f9</url>
  <id>dfd51d1b5b7af6e765a06ade6648f10b7c8767f9</id>
  <committed-date>2009-05-24T14:48:52-07:00</committed-date>
  <authored-date>2009-05-24T14:47:48-07:00</authored-date>
  <message>Update all of the necessary files for 0.7.0</message>
  <tree>0dad56f340939d4df2a6d102255bfee6f8419c98</tree>
  <committer>
    <name>Benjamin C Meyer</name>
    <email>ben@meyerhome.net</email>
  </committer>
</commit>
