Skip to content

Commit

Permalink
v 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Galanin committed Aug 3, 2013
1 parent 23dbfa0 commit 4673547
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
8 changes: 8 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
kopete-mrim (0.2.2) stable; urgency=low

* 0.2.2

0.2 stable

-- Galanin Mikhail <[email protected]> Tue, 23 Jul 2013 22:39:27 +0400

kopete-mrim (0.2.2-beta1) unstable; urgency=low

* 0.2.2 beta 1
Expand Down
2 changes: 1 addition & 1 deletion mra/mraprotocolv123.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ void MRAProtocolV123::sendLogin(const QString &login, const QString &password)
data.addString(login);
data.addBinaryString(QCryptographicHash::hash(password.toAscii(), QCryptographicHash::Md5) );
data.addUint32(0x00000bff);
data.addString("client=\"kopete mrim plugin\" version=\"0.2.2b1\" build=\"5282\"");
data.addString("client=\"kopete mrim plugin\" version=\"0.2.2\" build=\"5282\"");
data.addString("ru");
data.addUint32(0x10);
data.addUint32(0x01);
Expand Down
7 changes: 5 additions & 2 deletions package-scripts/mandriva.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%define name kopete-mrim
%define version 0.2.2
%define release 00beta1
%define release 1

# Macros for in the menu-file.
%define section Networking
Expand All @@ -23,7 +23,7 @@ Group: Chat
URL: https://github.com/negram/kopete_mrim

# https://github.com/downloads/negram/kopete_mrim/kopete-mrim-0.2.0-beta2.tar.gz
%define source kopete-mrim-0.2.2-beta2
%define source kopete-mrim-0.2.2

# https://github.com/downloads/negram/kopete_mrim/kopete-mrim-0.2.0-beta2.tar.gz

Expand Down Expand Up @@ -84,6 +84,9 @@ rm -rf %buildroot


%changelog
* Tue Jul 23 2013 Mikhail Galanin <[email protected]> 0.2.2-1
- 2.2.0 stable

* Sun Apr 28 2013 Mikhail Galanin <[email protected]> 0.2.2-00beta2
- File transfer
- Fixed many errors
Expand Down
2 changes: 1 addition & 1 deletion version.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include <QString>

QString kopeteMrimVersion() {
return "0.2.2b1";
return "0.2.2";
}

0 comments on commit 4673547

Please sign in to comment.