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
bfdead43
Commit
bfdead43
authored
12 years ago
by
benjamin.franksen
Browse files
Options
Downloads
Patches
Plain Diff
prepared release 2.1.10
parent
352d3b2f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 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
+32
-0
32 additions, 0 deletions
documentation/Notes.txt
documentation/conf.py
+1
-1
1 addition, 1 deletion
documentation/conf.py
with
37 additions
and
3 deletions
configure/CONFIG
+
1
−
1
View file @
bfdead43
...
@@ -30,4 +30,4 @@ EPICS_HAS_UNIT_TEST := $(shell $(PERL) -e\
...
@@ -30,4 +30,4 @@ EPICS_HAS_UNIT_TEST := $(shell $(PERL) -e\
ECHO := $(if $(findstring s,$(MAKEFLAGS)),$(NOP),@echo)
ECHO := $(if $(findstring s,$(MAKEFLAGS)),$(NOP),@echo)
SEQ_RELEASE = 2.1.
9
SEQ_RELEASE = 2.1.
10
This diff is collapsed.
Click to expand it.
documentation/Installation.txt
+
3
−
1
View file @
bfdead43
...
@@ -28,7 +28,7 @@ Releases are available here:
...
@@ -28,7 +28,7 @@ Releases are available here:
http://www-csr.bessy.de/control/SoftDist/sequencer/releases/
http://www-csr.bessy.de/control/SoftDist/sequencer/releases/
The current stable release is `2.1.
9
`_. Please take a look at the
The current stable release is `2.1.
10
`_. Please take a look at the
:ref:`VersioningPolicy` if you are unsure whether to upgrade to
:ref:`VersioningPolicy` if you are unsure whether to upgrade to
a new release.
a new release.
...
@@ -50,6 +50,7 @@ or by following the links here:
...
@@ -50,6 +50,7 @@ or by following the links here:
========= ===========================
========= ===========================
Version Release Notes
Version Release Notes
--------- ---------------------------
--------- ---------------------------
`2.1.10`_ :ref:`Release_Notes_2.1.10`
`2.1.9`_ :ref:`Release_Notes_2.1.9`
`2.1.9`_ :ref:`Release_Notes_2.1.9`
`2.1.8`_ :ref:`Release_Notes_2.1.8`
`2.1.8`_ :ref:`Release_Notes_2.1.8`
`2.1.7`_ :ref:`Release_Notes_2.1.7`
`2.1.7`_ :ref:`Release_Notes_2.1.7`
...
@@ -103,6 +104,7 @@ patches.
...
@@ -103,6 +104,7 @@ patches.
You can also follow development by using the `repository browser`_.
You can also follow development by using the `repository browser`_.
.. _latest snapshot: http://www-csr.bessy.de/control/SoftDist/sequencer/releases/seq-snapshot-latest.tar.gz
.. _latest snapshot: http://www-csr.bessy.de/control/SoftDist/sequencer/releases/seq-snapshot-latest.tar.gz
.. _2.1.10: http://www-csr.bessy.de/control/SoftDist/sequencer/releases/seq-2.1.10.tar.gz
.. _2.1.9: http://www-csr.bessy.de/control/SoftDist/sequencer/releases/seq-2.1.9.tar.gz
.. _2.1.9: http://www-csr.bessy.de/control/SoftDist/sequencer/releases/seq-2.1.9.tar.gz
.. _2.1.8: http://www-csr.bessy.de/control/SoftDist/sequencer/releases/seq-2.1.8.tar.gz
.. _2.1.8: http://www-csr.bessy.de/control/SoftDist/sequencer/releases/seq-2.1.8.tar.gz
.. _2.1.7: http://www-csr.bessy.de/control/SoftDist/sequencer/releases/seq-2.1.7.tar.gz
.. _2.1.7: http://www-csr.bessy.de/control/SoftDist/sequencer/releases/seq-2.1.7.tar.gz
...
...
This diff is collapsed.
Click to expand it.
documentation/Notes.txt
+
32
−
0
View file @
bfdead43
Release Notes
Release Notes
=============
=============
.. _Release_Notes_2.1.10:
Release 2.1.10
--------------
snc:
* avoid follow-up syntax error after lexical error,
say lexical error when there is one
* fix wrong assumption about delays not being nested
* added assertion and cast to unsigned to silence a warning
in the lemon parser template
* fixed a c99-ism in the parser template
seq:
* revert seq() back to returning thread id of 1st state set
instead of void
examples:
* added new cmdButtons example (thanks to Wesley Moore)
docs:
* updated the README file
* fixed safe mode documentation (thanks to Eric Norum)
.. _Release_Notes_2.1.9:
.. _Release_Notes_2.1.9:
Release 2.1.9
Release 2.1.9
...
...
This diff is collapsed.
Click to expand it.
documentation/conf.py
+
1
−
1
View file @
bfdead43
...
@@ -52,7 +52,7 @@ copyright = u"""
...
@@ -52,7 +52,7 @@ copyright = u"""
# The short X.Y version.
# The short X.Y version.
version
=
'
2.1
'
version
=
'
2.1
'
# The full version, including alpha/beta/rc tags.
# The full version, including alpha/beta/rc tags.
release
=
'
2.1.
9
'
release
=
'
2.1.
10
'
# The language for content autogenerated by Sphinx. Refer to documentation
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
# for a list of supported languages.
...
...
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