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
88
Issues
88
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
aa65cfd1
Commit
aa65cfd1
authored
Oct 04, 2017
by
louiz’
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release version 6.1
parent
83aef94a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
CHANGELOG.rst
CHANGELOG.rst
+2
-2
CMakeLists.txt
CMakeLists.txt
+1
-1
packaging/biboumi.spec.cmake
packaging/biboumi.spec.cmake
+3
-0
No files found.
CHANGELOG.rst
View file @
aa65cfd1
Version 6.1
===========
Version 6.1
- 2017-10-04
===========
=============
- Fix compilation with botan 2.3
- Fix compilation with very old distributions (such as debian wheezy or
...
...
CMakeLists.txt
View file @
aa65cfd1
...
...
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.0)
project
(
biboumi
)
set
(
${
PROJECT_NAME
}
_VERSION_MAJOR 6
)
set
(
${
PROJECT_NAME
}
_VERSION_MINOR
0
)
set
(
${
PROJECT_NAME
}
_VERSION_MINOR
1
)
set
(
${
PROJECT_NAME
}
_VERSION_SUFFIX
""
)
if
(
NOT CMAKE_BUILD_TYPE
)
...
...
packaging/biboumi.spec.cmake
View file @
aa65cfd1
...
...
@@ -61,6 +61,9 @@ make check %{?_smp_mflags}
%changelog
* Wed Oct 4 2017 Le Coz Florent <louiz@louiz.org> - 6.1-1
Update to version 6.1
* Tue Sep 19 2017 Le Coz Florent <louiz@louiz.org> - 6.0-1
Update to version 6.0
...
...
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