Bump version to 0.4.1
This commit is contained in:
parent
ac272d2f48
commit
d3dbd33911
3 changed files with 18 additions and 2 deletions
16
ChangeLog
16
ChangeLog
|
@ -1,5 +1,21 @@
|
||||||
This file is licensed under the terms of the expat license, see the file EXPAT.
|
This file is licensed under the terms of the expat license, see the file EXPAT.
|
||||||
|
|
||||||
|
v0.4.1:
|
||||||
|
+ Experimental, unfinnished GTK+ 3 support
|
||||||
|
+ 'Automatic' identification with quirks
|
||||||
|
+ Build fix for WebKitGTK+ >= 1.4.3
|
||||||
|
+ Register downloaded files as recent files
|
||||||
|
+ Fix Flash window on background tabs
|
||||||
|
+ Fix regression with clearing cookies on quit
|
||||||
|
+ Fix opening tabs from toolbar buttons
|
||||||
|
+ Use symbolic find and clear icons
|
||||||
|
+ Drop usage of mootools
|
||||||
|
+ Install separate Private Browsing shortcut
|
||||||
|
+ Support dragging tabs out of the window
|
||||||
|
+ Use feed: to support Thunderbird news reader
|
||||||
|
+ Re-open closed tabs in private browsing
|
||||||
|
+ Compare link-fingerprints caselessly
|
||||||
|
|
||||||
v0.4.0:
|
v0.4.0:
|
||||||
+ Provide buttons to choose how to startup after crash
|
+ Provide buttons to choose how to startup after crash
|
||||||
+ Fix crash on corrupted datbase
|
+ Fix crash on corrupted datbase
|
||||||
|
|
|
@ -496,7 +496,7 @@ g_icon_to_string (GIcon *icon)
|
||||||
* "custom-PROPERTY": the last value of an enumeration will be the "custom"
|
* "custom-PROPERTY": the last value of an enumeration will be the "custom"
|
||||||
* value, where the user may enter text freely, which then updates
|
* value, where the user may enter text freely, which then updates
|
||||||
* the property PROPERTY instead. This applies only to enumerations.
|
* the property PROPERTY instead. This applies only to enumerations.
|
||||||
* Since 0.4.2 mnemonics are automatically stripped.
|
* Since 0.4.1 mnemonics are automatically stripped.
|
||||||
* Since 0.2.9 the following hints are also supported:
|
* Since 0.2.9 the following hints are also supported:
|
||||||
* "languages": the widget will be particularly suitable for choosing
|
* "languages": the widget will be particularly suitable for choosing
|
||||||
* multiple language codes, ie. "de,en_GB".
|
* multiple language codes, ie. "de,en_GB".
|
||||||
|
|
2
wscript
2
wscript
|
@ -29,7 +29,7 @@ from Configure import find_program_impl
|
||||||
|
|
||||||
major = 0
|
major = 0
|
||||||
minor = 4
|
minor = 4
|
||||||
micro = 0
|
micro = 1
|
||||||
|
|
||||||
APPNAME = 'midori'
|
APPNAME = 'midori'
|
||||||
VERSION = str (major) + '.' + str (minor) + '.' + str (micro)
|
VERSION = str (major) + '.' + str (minor) + '.' + str (micro)
|
||||||
|
|
Loading…
Reference in a new issue