Skip to content

Commit

Permalink
Prepare for 0.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
SARL ENR-68 committed Nov 22, 2014
1 parent f7580d2 commit 1f12a90
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
14 changes: 8 additions & 6 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
The modifications are:

mageiasync 0.1.2
------------
- added shortcuts.
- added new feature : launching checks on demand
- corrected size display
- Correction of check being launched after stopping
- Correction : Reset the remaining field when stopped
- Added "Quit" button
- Correction of the icon
- added new feature : launching checks on demand.
- corrected size display.
- correction of check being launched after stopping.
- correction : Reset the remaining field when stopped.
- added "Quit" button.
- correction of the icon.

mageiasync 0.1.1
------------
Expand Down
2 changes: 1 addition & 1 deletion mageiasync.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
%define gitname mageiaSync

Name: python-%{module}
Version: 0.1.1
Version: 0.1.2
Release: %mkrel 1
Summary: A frontend to rsync for Mageia usage
License: GPLv3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setup(
name = 'mageiasync',
version = '0.1.1',
version = '0.1.2',
packages = ['mageiaSync'],
scripts = ['mageiasync'],
license = 'GNU General Public License v3 (GPLv3)',
Expand Down
2 changes: 1 addition & 1 deletion tools/po-update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fi

cd "$(readlink -f "$(dirname "$0")/..")"

VERSION=(0.1.1)
VERSION=(0.1.2)
DOMAIN=(mageiasync)

intltool-extract --type=gettext/ini share/applications/mageiasync.desktop.in
Expand Down

0 comments on commit 1f12a90

Please sign in to comment.