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
Ailin Nemui
biboumi
Commits
0f14fe83
Commit
0f14fe83
authored
Aug 04, 2016
by
louiz’
Browse files
Release 3.0
parent
0cf7fac2
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.rst
View file @
0f14fe83
Version 3.0
===========
Version 3.0
- 2016-08-03
===========
=============
- Support multiple-nick sessions: a user can join an IRC channel behind
one single nick, using multiple different clients, at the same time (as
...
...
CMakeLists.txt
View file @
0f14fe83
...
...
@@ -4,7 +4,7 @@ project(biboumi)
set
(
${
PROJECT_NAME
}
_VERSION_MAJOR 3
)
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"
)
if
(
"
${
CMAKE_CXX_COMPILER_ID
}
"
STREQUAL
"GNU"
)
...
...
packaging/biboumi.spec.cmake
View file @
0f14fe83
...
...
@@ -59,8 +59,8 @@ make check %{?_smp_mflags}
%changelog
*
${
RPM_DATE
}
Le Coz Florent <louiz@louiz.org> -
${
RPM_VERSION
}
-1
-
Build latest git revision
*
Thu Aug 4 2016
Le Coz Florent <louiz@louiz.org> -
3.0
-1
-
Update to 3.0 sources
* Wed Jan 13 2016 Le Coz Florent <louiz@louiz.org> - 2.0-2
- Do not install the systemd unit and configuration files, because
...
...
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