Skip to content

Commit e5385f3

Browse files
committed
Release Arora 0.10.1
1 parent c13feb9 commit e5385f3

File tree

7 files changed

+34
-8
lines changed

7 files changed

+34
-8
lines changed

AUTHORS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Mark Reiche porphyr@gmx.de
1818
Guillaume Martres smarter@ubuntu.com
1919
Ariya Hidayat ariya.hidayat@trolltech.com
2020
Josef Kufner jk@myserver.cz
21-
Janusz Lewandowski lew21st@gmail.com
2221
John Wimer john@god.vtic.net
22+
Janusz Lewandowski lew21st@gmail.com
2323
Daniel Albuschat d.albuschat@gmail.com
2424
Alexandre Dupas alexandre.dupas@gmail.com
2525
Simon Hausmann simon@lst.de
@@ -31,16 +31,16 @@ Elrond elrond+arora.git.commit@samba-tng.org
3131
Chris Lee clee@mg8.org
3232
Alexandre Bique bique.alexandre@gmail.com
3333
ABuus amb@lafnet.dk
34-
ondrejcernos cernoso@gmail.com
35-
jreznik jreznik@redhat.com
3634
Zack Rusin zack@kde.org
3735
Slim Amamou slim.amamou@gmail.com
3836
Richard Moore rich@beast.needcoffee.co.uk
3937
Pavol Rusnak stick@gk2.sk
4038
Oscar Blumberg o.blumberg@robertlan.eu.org
39+
ondrejcernos cernoso@gmail.com
4140
Markus Goetz Markus.Goetz@nokia.com
4241
Marius Bugge Monsen mariusbu@pvv.org
4342
Kenneth Rohde Christiansen kenneth.christiansen@openbossa.org
43+
jreznik jreznik@redhat.com
4444
Jonas Gehring jonas.gehring@boolsoft.org
4545
Jocelyn Turcotte jocelyn.turcotte@nokia.com
4646
Gergely Nagy gergely.nagy@interware.co.hu

ChangeLog

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
0.10.1
2+
The major issues:
3+
Issue: 666 Sites were showing a "SSL handshake failure". With the new NetworkAccessManagerProxy the signals were being sent to the proxy and not the primary networkaccessmanager.
4+
Issue: 683: Arora crashes when using privacy mode.
5+
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.
6+
7+
Translations:
8+
Add Portuguese translation from Américo Monteiro <a_monteiro@netcabo.pt>
9+
Updated Turkish translation from Mehmet Nur Olcay <mnurolcay@gmail.com>
10+
Issue: 682,677 Fix several FR spelling mistakes.
11+
12+
Fixed Issues:
13+
Issue: 79 Only tab down the completer when the popup is visible.
14+
Issue: 221 When using Qt 4.6 hardcode a webpage to have a white background even when using a dark theme.
15+
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.
16+
Issue: 637 Startup Crash with Qt 4.5.0 (not with any other version)
17+
Issue: 679 Selecting Show only one close button instead of one for each tab requires an application restart to be applied.
18+
Issue: 676 Fix openstreetmap.org's login saving and improve the Wallet password dialog when finding the login name.
19+
Rather than using the document.form[0].name use document.form[0].elements["name"] this allows the name to contain things such as []'s without causing a problem.
20+
21+
Other issues / changes
22+
Add support for the home, favorites, search, and openurl multimedia keys found on some keyboards
23+
Turn on AutoFill by default
24+
Remove the accidental 100MB limit on the disk cache size in the settings dialog.
25+
Make source viewer remember the window size and not block access to the main window
26+
127
0.10.0
228
Interface
329
- Issue #24: Add support for AdBlock

buildosx.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55

66
APP="Arora"
7-
VERSION="0.10.0"
7+
VERSION="0.10.1"
88
#BACKGROUND="src/data/512x512/arora.png"
99

1010
DIR="bundle"

debian-upstream/changelog.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
arora (0.10.0~git##DATE##-1~##DIST##1~upstream1) ##DIST##; urgency=low
1+
arora (0.10.1~git##DATE##-1~##DIST##1~upstream1) ##DIST##; urgency=low
22

33
* Initial release (LP: #231731)
44

generateReleaseContributors

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
./generateAuthors 0.9.0..HEAD | while read line
2+
./generateAuthors 0.10.0..HEAD | while read line
33
do
44
name=`echo $line | sed -e 's/ [^ ]*@[^ ]*//g'`
55
email=`echo $line | sed -e 's/.* //g' | tr [A-Z] [a-z]`

src/browserapplication.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ BrowserApplication::BrowserApplication(int &argc, char **argv)
105105
{
106106
QCoreApplication::setOrganizationDomain(QLatin1String("arora-browser.org"));
107107
QCoreApplication::setApplicationName(QLatin1String("Arora"));
108-
QString version = QLatin1String("0.10.0");
108+
QString version = QLatin1String("0.10.1");
109109
QString gitVersion = QLatin1String(GITCHANGENUMBER);
110110
if (gitVersion != QLatin1String("0")
111111
&& !gitVersion.isEmpty())

windowsinstaller.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
SetCompressor /SOLID /FINAL lzma
44

55
!define PRODUCT_NAME "Arora"
6-
!define /date PRODUCT_VERSION "0.10.0"
6+
!define /date PRODUCT_VERSION "0.10.1"
77
;!define /date PRODUCT_VERSION "Snapshot (%#m-%#d-%#Y)"
88
!define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\arora.exe"
99
!define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"

0 commit comments

Comments
 (0)