Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
gajim
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Justin Hornosty
gajim
Commits
2f7f54e2
Commit
2f7f54e2
authored
Sep 02, 2010
by
Yann Leboulanger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
prepare 0.14 release
parent
58efce9d
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
13 additions
and
7 deletions
+13
-7
ChangeLog
ChangeLog
+1
-1
configure.ac
configure.ac
+1
-1
debian/changelog
debian/changelog
+9
-3
debian/control
debian/control
+1
-1
src/common/defs.py
src/common/defs.py
+1
-1
No files found.
ChangeLog
View file @
2f7f54e2
Gajim 0.14 (
XX
)
Gajim 0.14 (
02 September 2010
)
* Jingle audio / video chat
* Improve Startup time
...
...
configure.ac
View file @
2f7f54e2
AC_INIT([Gajim - A Jabber Instant Messager],
[0.1
3.90.1
],[http://trac.gajim.org/],[gajim])
[0.1
4
],[http://trac.gajim.org/],[gajim])
AC_PREREQ([2.59])
AC_CONFIG_HEADER(config.h)
...
...
debian/changelog
View file @
2f7f54e2
gajim
(
0.1
3.90
-
1
)
unstable
;
urgency
=
low
gajim
(
0.1
4
-
1
)
unstable
;
urgency
=
low
*
New
upstream
release
.
--
Yann
Leboulanger
<
asterix
@
lagaule
.
org
>
Sat
,
24
Jul
2010
10
:
25
:
26
+
0200
*
Correctly
sanitize
menuentries
in
chat
window
action
context
menu
.
Closes
:
#
574839
*
Fix
traceback
when
closing
file
request
dialog
.
Closes
:
#
587186
*
Recommand
python
-
openssl
>=
0.9
.
Closes
:
#
594772
*
Improve
a
string
.
Closes
:
#
553527
*
Fix
canceling
file
transfer
.
Closes
:
#
587679
--
Yann
Leboulanger
<
asterix
@
lagaule
.
org
>
Thu
,
02
Sep
2010
19
:
25
:
26
+
0200
gajim
(
0.13.4
-
1
)
unstable
;
urgency
=
low
...
...
debian/control
View file @
2f7f54e2
...
...
@@ -14,7 +14,7 @@ Package: gajim
Architecture: all
XB-Python-Version: ${python:Versions}
Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}, python-support (>= 0.7.1), python-glade2 (>= 2.12.0), python-gtk2 (>= 2.12.0), dnsutils
Recommends: dbus, python-dbus, notification-daemon, python-gnupginterface, python-openssl, python-crypto
Recommends: dbus, python-dbus, notification-daemon, python-gnupginterface, python-openssl
(>= 0.9)
, python-crypto
Suggests: python-gconf, python-gnome2, nautilus-sendto, avahi-daemon, python-avahi, network-manager, libgtkspell0, aspell-en, python-gnomekeyring, gnome-keyring, python-sexy, python-kerberos (>= 1.1), texlive-latex-base, dvipng, python-farsight, gstreamer0.10-plugins-ugly
Description: Jabber client written in PyGTK
Gajim is a Jabber client. It has a tabbed user interface with normal chats,
...
...
src/common/defs.py
View file @
2f7f54e2
...
...
@@ -27,7 +27,7 @@ docdir = '../'
basedir
=
'../'
localedir
=
'../po'
version
=
'0.1
3.90.1
'
version
=
'0.1
4
'
import
sys
,
os
.
path
for
base
in
(
'.'
,
'common'
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment