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
Romain DEP.
biboumi
Commits
c649e56d
Commit
c649e56d
authored
May 29, 2015
by
louiz’
Browse files
Release version 2.0
parent
427df5fc
Changes
4
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
c649e56d
Version 2.0
Version 2.0
2015-05-29
- List channels on an IRC server through an XMPP disco items request
- Let the user send any arbitrary raw IRC command by sending a
...
...
CMakeLists.txt
View file @
c649e56d
...
...
@@ -4,7 +4,7 @@ project(biboumi)
set
(
${
PROJECT_NAME
}
_VERSION_MAJOR 2
)
set
(
${
PROJECT_NAME
}
_VERSION_MINOR 0
)
set
(
${
PROJECT_NAME
}
_VERSION_SUFFIX
"
~dev
"
)
set
(
${
PROJECT_NAME
}
_VERSION_SUFFIX
""
)
set
(
CMAKE_CXX_FLAGS
"
${
CMAKE_CXX_FLAGS
}
-std=c++1y -pedantic -Wall -Wextra"
)
...
...
COPYING
View file @
c649e56d
Copyright (c) 201
3
Florent Le Coz
Copyright (c) 201
5
Florent Le Coz
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
...
...
packaging/biboumi.spec
View file @
c649e56d
Name: biboumi
Version:
1.1
Release:
2
%{?dist}
Version:
2.0
Release:
1
%{?dist}
Summary: Lightweight XMPP to IRC gateway
License: zlib
...
...
@@ -73,6 +73,9 @@ make test_suite/fast VERBOSE=1
%changelog
* Fri May 29 2015 Le Coz Florent <louiz@louiz.org> - 2.0-1
- Update to 2.0 sources
* Wed Nov 13 2014 Le Coz Florent <louiz@louiz.org> - 1.1-2
- Use the -DWITH(OUT) cmake flags for all optional dependencies
- Build with the correct optflags
...
...
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