Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
e54975f2
Commit
e54975f2
authored
Mar 07, 2012
by
Michal Čihař
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Include changes in docs
parent
dc6dc201
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
32 additions
and
6 deletions
+32
-6
docs/changes.rst
docs/changes.rst
+22
-0
docs/index.rst
docs/index.rst
+2
-1
scripts/set-version
scripts/set-version
+8
-5
No files found.
ChangeLog
→
docs/changes.rst
View file @
e54975f2
Changes
=======
weblate 0.3
-----------
...
...
@@ -20,3 +23,22 @@ weblate 0.1
Relased on February 6th 2012.
* Initial release.
Relased on ? 2012.
weblate 0.2
-----------
Relased on February 7th 2012.
* Improved validation of several forms.
* Warn users on profile upgrade.
* Remember URL for login.
* Naming of text areas while entering plural forms.
* Automatic expanding of translation area.
weblate 0.1
-----------
Relased on February 6th 2012.
* Initial release.
docs/index.rst
View file @
e54975f2
...
...
@@ -12,12 +12,13 @@ Contents:
:maxdepth: 2
about
license
changes
install
config
admin
management
todo
license
Indices and tables
...
...
scripts/set-version
View file @
e54975f2
...
...
@@ -8,17 +8,20 @@ fi
sed
-i
"s/VERSION =.*/VERSION = '
$1
'/"
trans/__init__.py
# Update
ChangeLog
# Update
docs/changes.rst
tmp
=
`
mktemp
`
cp
ChangeLog
$tmp
cat
>
ChangeLog
<<
EOT
cp
docs/changes.rst
$tmp
cat
>
docs/changes.rst
<<
EOT
Changes
=======
weblate
$1
-----------
Relased on ? 2012.
EOT
cat
>>
ChangeLog
<
$tmp
sed
'1D;2D;3D'
>>
docs/changes.rst
<
$tmp
rm
$tmp
git commit
-a
-m
"Setting version to
$1
"
#
git commit -a -m "Setting version to $1"
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