Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PacketLib
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Andrea Bulgarelli
PacketLib
Commits
7d8fed70
Commit
7d8fed70
authored
9 years ago
by
Andrea Zoli
Browse files
Options
Downloads
Patches
Plain Diff
Release v4.5.2.
parent
a9ae8f11
No related branches found
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
ChangeLog
+6
-0
6 additions, 0 deletions
ChangeLog
Doxyfile
+1
-1
1 addition, 1 deletion
Doxyfile
include/PlVersion.h
+1
-1
1 addition, 1 deletion
include/PlVersion.h
with
9 additions
and
3 deletions
CMakeLists.txt
+
1
−
1
View file @
7d8fed70
...
...
@@ -32,7 +32,7 @@ MACRO_ENSURE_OUT_OF_SOURCE_BUILD( "In-source build error." )
project
(
packet
)
set
(
packet_MAJOR_VERSION 4
)
set
(
packet_MINOR_VERSION 5
)
set
(
packet_PATCH_VERSION
1
)
set
(
packet_PATCH_VERSION
2
)
set
(
packet_VERSION
${
packet_MAJOR_VERSION
}
.
${
packet_MINOR_VERSION
}
.
${
packet_PATCH_VERSION
}
)
set
(
PROJECT_VERSION
${
packet_VERSION
}
)
...
...
This diff is collapsed.
Click to expand it.
ChangeLog
+
6
−
0
View file @
7d8fed70
2015-05-02 Andrea Zoli <zoli@iasfbo.inaf.it>
TAG v4.5.2
+ Fix getBSTail() bug (related to ByteStreamPtr).
+ Fix the Tail section parsing while using .stream configuration files.
+ Avoid prints on loading, leave the job to the applications.
2015-08-10 Andrea Zoli <zoli@iasfbo.inaf.it>
TAG v4.5.1
+ Fixed a warning.
...
...
This diff is collapsed.
Click to expand it.
Doxyfile
+
1
−
1
View file @
7d8fed70
...
...
@@ -2,7 +2,7 @@
# General configuration options
#---------------------------------------------------------------------------
PROJECT_NAME = PacketLib
PROJECT_NUMBER = 4.5.
1
PROJECT_NUMBER = 4.5.
2
OUTPUT_DIRECTORY = ref
OUTPUT_LANGUAGE = English
EXTRACT_ALL = YES
...
...
This diff is collapsed.
Click to expand it.
include/PlVersion.h
+
1
−
1
View file @
7d8fed70
#define VERSION 4.5.
1
#define VERSION 4.5.
2
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment