Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sequencer-2-2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
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
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
epics-modules
sequencer-2-2
Commits
db3bf4c3
Commit
db3bf4c3
authored
13 years ago
by
benjamin.franksen
Browse files
Options
Downloads
Patches
Plain Diff
increase release number to 2.1.5 and added release notes
parent
1f379a14
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
configure/CONFIG
+1
-1
1 addition, 1 deletion
configure/CONFIG
documentation/Installation.txt
+3
-1
3 additions, 1 deletion
documentation/Installation.txt
documentation/Notes.txt
+27
-0
27 additions, 0 deletions
documentation/Notes.txt
with
31 additions
and
2 deletions
configure/CONFIG
+
1
−
1
View file @
db3bf4c3
...
...
@@ -29,4 +29,4 @@ EPICS_HAS_UNIT_TEST := $(shell $(PERL) -e 'print($(EPICS_MODIFICATION) >= 10)')
ECHO := $(if $(findstring s,$(MAKEFLAGS)),$(NOP),@echo)
SEQ_RELEASE = 2.1.
4
SEQ_RELEASE = 2.1.
5
This diff is collapsed.
Click to expand it.
documentation/Installation.txt
+
3
−
1
View file @
db3bf4c3
...
...
@@ -28,7 +28,7 @@ Releases are available here:
http://www-csr.bessy.de/control/SoftDist/sequencer/releases/
The current stable release is `2.1.
4
`_.
The current stable release is `2.1.
5
`_.
Development snapshots are available under the name
...
...
@@ -48,6 +48,7 @@ or by following the links here:
========= ===========================
Version Release Notes
--------- ---------------------------
`2.1.5`_ :ref:`Release_Notes_2.1.5`
`2.1.4`_ :ref:`Release_Notes_2.1.4`
`2.1.3`_ :ref:`Release_Notes_2.1.3`
`2.1.2`_ :ref:`Release_Notes_2.1.2`
...
...
@@ -85,6 +86,7 @@ See `Contribute`_ for a short description how to record and send
patches.
.. _latest snapshot: http://www-csr.bessy.de/control/SoftDist/sequencer/releases/seq-snapshot-latest.tar.gz
.. _2.1.5: http://www-csr.bessy.de/control/SoftDist/sequencer/releases/seq-2.1.5.tar.gz
.. _2.1.4: http://www-csr.bessy.de/control/SoftDist/sequencer/releases/seq-2.1.4.tar.gz
.. _2.1.3: http://www-csr.bessy.de/control/SoftDist/sequencer/releases/seq-2.1.3.tar.gz
.. _2.1.2: http://www-csr.bessy.de/control/SoftDist/sequencer/releases/seq-2.1.2.tar.gz
...
...
This diff is collapsed.
Click to expand it.
documentation/Notes.txt
+
27
−
0
View file @
db3bf4c3
Release Notes
=============
.. _Release_Notes_2.1.5:
Release 2.1.5
-------------
* fixed two bugs in pvAssign:
- after an initially unassigned variable gets assigned using
pvAssign in safe mode, pvGet crashed the program
- when pvAssign was used to re-assign an already connected PV,
this was not correctly accounted for and a wrong warning
message was issued
* extended the 'reassign' test to cover these issues
* functions pvAssign and seq_connect (internal) leaked memory
when something fails; this has been fixed
* several documentation fixes (thanks to Lewis Muir)
* know problems of published releases will from now on be
listed on an extra documentation page, with a link from the
release notes
.. _Release_Notes_2.1.4:
Release 2.1.4
...
...
@@ -26,6 +52,7 @@ Release 2.1.4
* configure: made 3.14.12.2 the default base release
.. _Release_Notes_2.1.3:
Release 2.1.3
...
...
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