-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
45 additions
and
14 deletions.
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 |
---|---|---|
|
@@ -4,7 +4,10 @@ pymailq - Simple mail queue management | |
Contact: Denis Pompilio (jawa) <[email protected]> | ||
https://github.com/outini/pymailq | ||
|
||
== v0.6.0 16/08/2017 === | ||
=== v0.7.0 24/08/2017 === | ||
* Support of configuration file | ||
|
||
=== v0.6.0 16/08/2017 === | ||
* Pqshell now have usage and options | ||
* Pqshell can now show pymailq package version | ||
* Pqshell can now be started in debug mode | ||
|
@@ -15,7 +18,7 @@ https://github.com/outini/pymailq | |
* Unit testing for python2.7 and python3 | ||
* Using code coverage | ||
|
||
== v0.5.3 19/10/2014 === | ||
=== v0.5.3 19/10/2014 === | ||
* Complete support for python2.7 and python3 | ||
* Project renamed to PyMailq | ||
|
||
|
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 +1 @@ | ||
0.6.0 | ||
0.7.0 |
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
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
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 |
---|---|---|
|
@@ -48,6 +48,8 @@ rm -rf $RPM_BUILD_ROOT | |
|
||
|
||
%changelog | ||
* Thu Aug 24 2017 Denis Pompilio <[email protected]> - 0.7.0-1 | ||
- Support of configuration file | ||
* Thu Aug 24 2017 Denis Pompilio <[email protected]> - 0.6.0-2 | ||
- Added CHANGES file and examples to package | ||
* Wed Aug 16 2017 Denis Pompilio <[email protected]> - 0.6.0-1 | ||
|
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
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
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