Update changelog, prepare for release
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@380 b624d157-de02-0410-bad0-e51aec6abb33
This commit is contained in:
parent
f015278bb9
commit
bdc3467ad7
|
@ -1,3 +1,9 @@
|
||||||
|
----------------------------
|
||||||
|
0.4.3 (2010-03-07)
|
||||||
|
----------------------------
|
||||||
|
|
||||||
|
- Fixed crash when editing groups (regression introduced in 0.4.2) (Bug #2964295)
|
||||||
|
|
||||||
----------------------------
|
----------------------------
|
||||||
0.4.2 (2010-03-03)
|
0.4.2 (2010-03-03)
|
||||||
----------------------------
|
----------------------------
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
<string>APPL</string>
|
<string>APPL</string>
|
||||||
|
|
||||||
<key>CFBundleGetInfoString</key>
|
<key>CFBundleGetInfoString</key>
|
||||||
<string>KeePassX 0.4.1</string>
|
<string>KeePassX 0.4.3</string>
|
||||||
|
|
||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>kpsx</string>
|
<string>kpsx</string>
|
||||||
|
@ -25,10 +25,10 @@
|
||||||
<string>KeePassX</string>
|
<string>KeePassX</string>
|
||||||
|
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>0.4.1</string>
|
<string>0.4.3</string>
|
||||||
|
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>0.4.1</string>
|
<string>0.4.3</string>
|
||||||
|
|
||||||
<key>CFBundleName</key>
|
<key>CFBundleName</key>
|
||||||
<string>KeePassX</string>
|
<string>KeePassX</string>
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
#define APP_CODE_NAME "keepassx"
|
#define APP_CODE_NAME "keepassx"
|
||||||
#define APP_SHORT_FUNC "Password Manager"
|
#define APP_SHORT_FUNC "Password Manager"
|
||||||
#define APP_LONG_FUNC "Cross Platform Password Manager"
|
#define APP_LONG_FUNC "Cross Platform Password Manager"
|
||||||
#define APP_VERSION "0.4.3b"
|
#define APP_VERSION "0.4.3"
|
||||||
|
|
||||||
#define BUILTIN_ICONS 69
|
#define BUILTIN_ICONS 69
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue