Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Maxime Buquet
poezio
Commits
1dc42350
Verified
Commit
1dc42350
authored
Feb 22, 2014
by
mathieui
Browse files
Bump version
parent
a64dd021
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
1dc42350
...
...
@@ -2,7 +2,7 @@ This file describes the new features in each poezio release.
For more detailed changelog, see the roadmap:
http://dev.louiz.org/projects/poezio/roadmap
* Poezio 0.8
- dev
* Poezio 0.8
- Allow in-band password changing with /password
- Force c2s encryption until configured otherwise
- Allow users to set their cipher suites and ship one by default
...
...
launch.sh
View file @
1dc42350
#!/bin/sh
if
[
-d
"
$PWD
/.git"
]
then
args
=
$(
git show
--format
=
'%h %ci'
|
head
-n1
)
else
args
=
"0.8-dev"
fi
exec
python3
-OO
src/poezio.py
-v
"
$args
"
"
$@
"
exec
python3
-OO
src/poezio.py
-v
0.8
"
$@
"
setup.py
View file @
1dc42350
...
...
@@ -13,7 +13,7 @@ if not os.path.exists(os.path.join(current_dir, 'src', 'default_config.cfg')):
os
.
path
.
join
(
current_dir
,
'src'
,
'default_config.cfg'
))
setup
(
name
=
"poezio"
,
version
=
"0.8
-dev
"
,
version
=
"0.8"
,
description
=
"A console XMPP client"
,
long_description
=
"""
...
...
@@ -30,7 +30,7 @@ setup(name="poezio",
maintainer
=
'Mathieu Pasquet'
,
maintainer_email
=
'mathieui@mathieui.net'
,
classifiers
=
[
'Development Status ::
4
-
Beta
'
,
classifiers
=
[
'Development Status ::
5
-
Production/Stable
'
,
'Environment :: Console :: Curses'
,
'Intended Audience :: End Users/Desktop'
,
'License :: OSI Approved :: zlib/libpng License'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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