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
biboumi
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
90
Issues
90
List
Boards
Labels
Service Desk
Milestones
Merge Requests
7
Merge Requests
7
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
louiz’
biboumi
Commits
f6dd3c46
Commit
f6dd3c46
authored
Feb 25, 2020
by
louiz’
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release version 8.4
parent
4b0fb8b3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
1 deletion
+10
-1
CHANGELOG.rst
CHANGELOG.rst
+6
-0
CMakeLists.txt
CMakeLists.txt
+1
-1
packaging/biboumi.spec.cmake
packaging/biboumi.spec.cmake
+3
-0
No files found.
CHANGELOG.rst
View file @
f6dd3c46
Version 8.4 - 2020-02-25
========================
- Fix a possible crash that could be caused by a very well timed identd
query
Version 8.3 - 2018-06-01
========================
...
...
CMakeLists.txt
View file @
f6dd3c46
...
...
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.0)
project
(
biboumi
)
set
(
${
PROJECT_NAME
}
_VERSION_MAJOR 8
)
set
(
${
PROJECT_NAME
}
_VERSION_MINOR
3
)
set
(
${
PROJECT_NAME
}
_VERSION_MINOR
4
)
set
(
${
PROJECT_NAME
}
_VERSION_SUFFIX
""
)
if
(
CMAKE_CXX_COMPILER_ID STREQUAL
"GNU"
)
...
...
packaging/biboumi.spec.cmake
View file @
f6dd3c46
...
...
@@ -63,6 +63,9 @@ make check %{?_smp_mflags}
%changelog
* Tue Feb 25 2020 Le Coz Florent <louiz@louiz.org> - 8.4-1
Update to version 8.4
* Wed Jun 1 2018 Le Coz Florent <louiz@louiz.org> - 8.3-1
Update to version 8.3
...
...
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