Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Matrix
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
Operate
Environments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TeDomum
Matrix
Commits
13fad062
Commit
13fad062
authored
10 years ago
by
Erik Johnston
Browse files
Options
Downloads
Patches
Plain Diff
Bump version numbers and change log
parent
71ef8f06
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGES.rst
+16
-0
16 additions, 0 deletions
CHANGES.rst
VERSION
+1
-1
1 addition, 1 deletion
VERSION
synapse/__init__.py
+1
-1
1 addition, 1 deletion
synapse/__init__.py
with
18 additions
and
2 deletions
CHANGES.rst
+
16
−
0
View file @
13fad062
Changes in synapse 0.4.2 (2014-10-31)
=====================================
Homeserver:
* Fix bugs where we did not notify users of correct presence updates.
* Fix bug where we did not handle sub second event stream timeouts.
Webclient:
* Add ability to click on messages to see JSON.
* Add ability to redact messages.
* Add ability to view and edit all room state JSON.
* Handle incoming redactions.
* Improve feedback on errors.
* Fix bugs in mobile CSS.
* Fix bugs with desktop notifications.
Changes in synapse 0.4.1 (2014-10-17)
=====================================
Webclient:
...
...
This diff is collapsed.
Click to expand it.
VERSION
+
1
−
1
View file @
13fad062
0.4.
1
0.4.
2
This diff is collapsed.
Click to expand it.
synapse/__init__.py
+
1
−
1
View file @
13fad062
...
...
@@ -16,4 +16,4 @@
"""
This is a reference implementation of a synapse home server.
"""
__version__
=
"
0.4.
1
"
__version__
=
"
0.4.
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