linuxdcpp-team team mailing list archive
-
linuxdcpp-team team
-
Mailing list archive
-
Message #02941
[Branch ~dcplusplus-team/dcplusplus/trunk] Rev 2393: 0.781
------------------------------------------------------------
revno: 2393
committer: poy <poy@xxxxxxxxxx>
branch nick: trunk
timestamp: Wed 2011-01-12 16:19:02 +0100
message:
0.781
modified:
changelog.txt
dcpp/version.h
help/po/pl.po
win32/DCPlusPlus.rc
--
lp:dcplusplus
https://code.launchpad.net/~dcplusplus-team/dcplusplus/trunk
Your team Dcplusplus-team is subscribed to branch lp:dcplusplus.
To unsubscribe from this branch go to https://code.launchpad.net/~dcplusplus-team/dcplusplus/trunk/+edit-subscription
=== modified file 'changelog.txt'
--- changelog.txt 2011-01-12 14:38:02 +0000
+++ changelog.txt 2011-01-12 15:19:02 +0000
@@ -1,3 +1,4 @@
+-- 0.781 2011-01-12 --
* Add a dummy serial number to TLS certs to satisfy some parsers (poy)
* Avoid loading unprocessed file lists on exit (poy)
=== modified file 'dcpp/version.h'
--- dcpp/version.h 2011-01-03 21:26:01 +0000
+++ dcpp/version.h 2011-01-12 15:19:02 +0000
@@ -17,11 +17,11 @@
*/
#define APPNAME "DC++"
-#define VERSIONSTRING "0.780"
-#define VERSIONFLOAT 0.780
+
+// don't forget to update the .rc file as well!
+#define VERSIONSTRING "0.781"
+#define VERSIONFLOAT 0.781
namespace dcpp {
extern const string fullVersionString;
}
-
-/* Update the .rc file as well... */
=== modified file 'help/po/pl.po'
--- help/po/pl.po 2011-01-10 22:12:39 +0000
+++ help/po/pl.po 2011-01-12 15:19:02 +0000
@@ -13319,7 +13319,7 @@
"windows (like Download Queue or Search) have their own functional status bar "
"and messages related to those windows may appear only on their own place."
msgstr ""
-"PamiÄtaj że <i>nie wszystkie</> wiadomoÅci bÅÄdu pokazujÄ
siÄ w Logu "
+"PamiÄtaj że <i>nie wszystkie</i> wiadomoÅci bÅÄdu pokazujÄ
siÄ w Logu "
"Systemowym. Niektóre okna (jak Kolejka i Szukaj) posiadajÄ
swoje wÅasne "
"paski statusu wiÄc wiadomoÅci z nimi zwiÄ
zane wyÅwietlÄ
siÄ wÅaÅnie tam."
=== modified file 'win32/DCPlusPlus.rc'
--- win32/DCPlusPlus.rc 2011-01-05 20:22:31 +0000
+++ win32/DCPlusPlus.rc 2011-01-12 15:19:02 +0000
@@ -101,8 +101,8 @@
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 0,7,8,0
- PRODUCTVERSION 0,7,8,0
+ FILEVERSION 0,7,8,1
+ PRODUCTVERSION 0,7,8,1
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -119,12 +119,12 @@
BEGIN
VALUE "Comments", "http://dcplusplus.sourceforge.net"
VALUE "FileDescription", "DC++"
- VALUE "FileVersion", "0, 7, 8, 0"
+ VALUE "FileVersion", "0, 7, 8, 1"
VALUE "InternalName", "DC++"
VALUE "LegalCopyright", "Copyright 2001-2011 Jacek Sieka"
VALUE "OriginalFilename", "DCPlusPlus.exe"
VALUE "ProductName", "DC++"
- VALUE "ProductVersion", "0, 7, 8, 0"
+ VALUE "ProductVersion", "0, 7, 8, 1"
END
END
BLOCK "VarFileInfo"