-
Notifications
You must be signed in to change notification settings - Fork 2
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
13 changed files
with
401 additions
and
174 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#!/bin/sh | ||
|
||
groovy -cp commons-lang3-3.6.jar:edn-java-0.5.0.jar:maven-artifact-3.5.0.jar:plexus-utils-3.0.24.jar:edn-java-0.5.0.jar degasolv.groovy | ||
groovy -cp degasolv-1.5.2-SNAPSHOT-standalone.jar degasolv.groovy |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
docs/changelog.rst |
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 |
---|---|---|
@@ -0,0 +1,45 @@ | ||
Changelog | ||
========= | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on `Keep a Changelog`_ | ||
and this project adheres to `Semantic Versioning`_. | ||
|
||
.. _Semantic Versioning: http://semver.org/spec/v2.0.0.html | ||
.. _Keep a Changelog: http://keepachangelog.com/en/1.0.0/ | ||
|
||
`Unreleased`_ | ||
------------- | ||
|
||
`1.7.0`_ | ||
-------- | ||
|
||
Added | ||
+++++ | ||
- Added ``--option-pack``, the ability to specify multiple options | ||
|
||
Fixed | ||
+++++ | ||
- Fixed how default options work, they no longer override stuff | ||
found in the config file (ouch) | ||
- Fixed output of printed warning when configuration file is not used | ||
|
||
`1.6.0`_ | ||
-------- | ||
|
||
Added | ||
+++++ | ||
- Formatted docs better on the front page for PDF purposes | ||
- Add ability to use any (long) option on the command line in display-config | ||
|
||
Improved | ||
++++++++ | ||
- Memoized core Degasolv package system repository function (should | ||
speed the resolver up a bit) | ||
- Changed apt reop function from filtering a list to lookup in a map, | ||
increasing its speed | ||
|
||
.. _Unreleased: https://github.com/djhaskin987/degasolv/compare/1.7.0...HEAD | ||
.. _1.7.0: https://github.com/djhaskin987/degasolv/compare/1.6.0...1.7.0 | ||
.. _1.6.0: https://github.com/djhaskin987/degasolv/compare/1.5.1...1.6.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
Oops, something went wrong.