-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version bump and changelog entry for 0.2
- Loading branch information
Showing
1 changed file
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Name: edd | ||
Version: 0.1 | ||
Version: 0.2 | ||
Release: 1%{?dist} | ||
|
||
Summary: Always use your favorite text editor, anywhere. | ||
|
@@ -35,5 +35,12 @@ install -pm 644 docs/*.1.gz %{buildroot}%{_mandir}/man1 | |
%license LICENSE | ||
|
||
%changelog | ||
* Fri Aug 28 2015 Petr Šplíchal <[email protected]> 0.2-1 | ||
- Document new options, some adjustments | ||
- New option --last, some reorganization [fix #1] | ||
- Work around RHEL7 zenity bug [BZ#1060471] | ||
- Use the primary mouse selection first [fix #2] | ||
- Option --list, fixing issue #3 | ||
|
||
* Tue Aug 25 2015 Petr Šplíchal <[email protected]> 0.1-1 | ||
- Initial packaging. |