aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2020-06-08 08:28:15 +0000
committermerakor <cem@ckyln.com>2020-06-08 08:28:15 +0000
commit8befc710314ff2edfe0a8303845caf78f640774b (patch)
tree4ef56941253ea7726549d2541dac880908fe22cb
parentba64b117fe900b7a19954e0a3afdbbbb90d275ee (diff)
downloadcpt-8befc710314ff2edfe0a8303845caf78f640774b.tar.gz
changelog: update
FossilOrigin-Name: 9fa72273ec9915002983df48c707b8d949e0233d49ccb95e9b6c95e521ceaa82
-rw-r--r--CHANGELOG.md76
1 files changed, 38 insertions, 38 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 792a12f..e3b2433 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,15 +1,15 @@
CHANGELOG
-=========
+=================================================================================
-List of important changes will be in this file. The format is based on [Keep a Changelog], and
-this project _somewhat_ adheres to [Semantic Versioning].
+List of important changes will be in this file. The format is based on
+[Keep a Changelog], and this project _somewhat_ adheres to [Semantic Versioning].
[Keep a Changelog]: https://keepachangelog.com/en/1.0.0/
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html
UNRELEASED
-----------
+---------------------------------------------------------------------------------
### Added
- Makefile configurations were moved to config.mk.
@@ -27,7 +27,7 @@ UNRELEASED
2.1.2 - 2020-06-03
-------------------
+---------------------------------------------------------------------------------
### Fixed
- Fixed a segmentation fault on `kiss-stat` when a file didn't have on owner on
@@ -35,7 +35,7 @@ UNRELEASED
2.1.1 - 2020-06-03
-------------------
+---------------------------------------------------------------------------------
### Fixed
- Fixed 'No message in queue' message being outputted for every single package.
@@ -44,7 +44,7 @@ UNRELEASED
2.1.0 - 2020-05-29
-------------------
+---------------------------------------------------------------------------------
### Added
- Added '$2' '$3' for build scripts which specifies version and architecture
@@ -59,7 +59,7 @@ UNRELEASED
2.0.0 - 2020-05-28
-------------------
+---------------------------------------------------------------------------------
### Added
- Rsync repository support.
@@ -83,7 +83,7 @@ UNRELEASED
1.22.4 - 2020-05-26
--------------------
+---------------------------------------------------------------------------------
**NOTE:** `1.22.x` is the last minor version before `2.0.0`, meaning I will not
be doing any releases except for patches and fixes. My attention is now on
@@ -100,7 +100,7 @@ before release, as binary repositories will need user feedback.
1.22.3 - 2020-05-18
--------------------
+---------------------------------------------------------------------------------
### SECURITY
- Fixed a bug regarding privilige escalation using `$KISS_HOOK`. `kiss` will now
@@ -112,7 +112,7 @@ before release, as binary repositories will need user feedback.
1.22.2 - 2020-05-16
--------------------
+---------------------------------------------------------------------------------
### Fixed
- Fixed an issue where `pkg_conflicts` would abort if `kiss-readlink` failed due
@@ -121,7 +121,7 @@ before release, as binary repositories will need user feedback.
1.22.1 - 2020-05-15
--------------------
+---------------------------------------------------------------------------------
### REMOVED
- Removed some contrib scripts and moved them to [kiss-extra]
@@ -147,7 +147,7 @@ before release, as binary repositories will need user feedback.
1.22.0 - 2020-05-14
--------------------
+---------------------------------------------------------------------------------
### Added
- Added `kiss-exec`, a tool to execute commands inside the alternatives system.
@@ -166,7 +166,7 @@ before release, as binary repositories will need user feedback.
1.21.1 - 2020-05-14
--------------------
+---------------------------------------------------------------------------------
### Changed
- All contrib messages now output usage information when called with `--help`
@@ -178,7 +178,7 @@ before release, as binary repositories will need user feedback.
1.21.0 - 2020-05-12
--------------------
+---------------------------------------------------------------------------------
### Added
- Added a `d|download` option to acquire the sources of given packages. If no
@@ -202,7 +202,7 @@ before release, as binary repositories will need user feedback.
1.20.3 - 2020-05-09
--------------------
+---------------------------------------------------------------------------------
### Fixed
- Fixed an alternatives bug caused by the previous patch, where the package
@@ -210,14 +210,14 @@ before release, as binary repositories will need user feedback.
1.20.2 - 2020-05-09
--------------------
+---------------------------------------------------------------------------------
### Fixed
- Fixed an issue regarding manifest format when using pkg_swap (alternatives).
1.20.1 - 2020-05-08
--------------------
+---------------------------------------------------------------------------------
### Changed
- Faster conflict resolution by using a conflict cache file.
@@ -225,14 +225,14 @@ before release, as binary repositories will need user feedback.
1.20.0 - 2020-05-07
--------------------
+---------------------------------------------------------------------------------
### Added
- `KISS_NOPROMPT` can be specified in order to skip prompts.
1.19.1 - 2020-05-07
--------------------
+---------------------------------------------------------------------------------
### Added
- Added `e|extension` to `kiss` which can be used to output kiss-extensions.
@@ -248,7 +248,7 @@ before release, as binary repositories will need user feedback.
1.19.0 - 2020-05-06
--------------------
+---------------------------------------------------------------------------------
### Added
- Added `kiss-reporevdepends` for finding all the packages on the repository that
@@ -267,7 +267,7 @@ before release, as binary repositories will need user feedback.
1.18.0 - 2020-05-04
--------------------
+---------------------------------------------------------------------------------
### Added
- Added editorconfig file since we now have 4 languages (roff, Makefile, sh, C)
@@ -285,7 +285,7 @@ before release, as binary repositories will need user feedback.
1.17.0 - 2020-05-03
--------------------
+---------------------------------------------------------------------------------
### Added
- Added `kiss-stat`, a simple C program for getting the owner name of a file/directory.
@@ -302,14 +302,14 @@ before release, as binary repositories will need user feedback.
1.16.3 - 2020-05-03
--------------------
+---------------------------------------------------------------------------------
### Fixed
- Fixed etcsum location.
1.16.2 - 2020-05-03
--------------------
+---------------------------------------------------------------------------------
### Added
- Added fallbacks for sha256sum. `kiss` now fallbacks to `sha256`, and `openssl`
@@ -326,14 +326,14 @@ before release, as binary repositories will need user feedback.
1.16.1 - 2020-05-01
--------------------
+---------------------------------------------------------------------------------
### Fixed
- Fixed `ksh` Ctrl+C interrupt signals.
1.16.0 - 2020-05-01
--------------------
+---------------------------------------------------------------------------------
### Added
- New message queue system implementation. If a package includes a file named
@@ -349,7 +349,7 @@ before release, as binary repositories will need user feedback.
1.15.0 - 2020-04-30
--------------------
+---------------------------------------------------------------------------------
I have decided to revert to rsync installation method as it is faster and safer.
Now, rsync is not a huge dependency. Saving 500Kb is not worth it when you look
@@ -365,14 +365,14 @@ at the trade-off.
1.14.2/1.14.3 - 2020-04-27
---------------------------
+---------------------------------------------------------------------------------
### Fixed
- The new installation method now complies to the `$KISS_ROOT` value.
1.14.1 - 2020-04-27
--------------------
+---------------------------------------------------------------------------------
### Removed
- Removed the unnecessary `[ -d ]` from the path query.
@@ -385,7 +385,7 @@ at the trade-off.
1.14.0 - 2020-04-25
--------------------
+---------------------------------------------------------------------------------
This release removes `rsync` from `kiss` and implements its own installation
method.
@@ -403,14 +403,14 @@ method.
1.13.1 - 2020-04-19
--------------------
+---------------------------------------------------------------------------------
### Removed
- Reverted and removed `kiss ss` changes.
1.13.0 - 2020-04-19
--------------------
+---------------------------------------------------------------------------------
### Added
- `kiss ss` for outputting a single location for scripting.
@@ -425,7 +425,7 @@ method.
1.12.3 - 2020-04-17
--------------------
+---------------------------------------------------------------------------------
### Changed
- Changed indentation style on decompression.
@@ -436,7 +436,7 @@ method.
1.12.2 - 2020-04-15
--------------------
+---------------------------------------------------------------------------------
### Added
- `kiss` can now decompress zip files.
@@ -451,14 +451,14 @@ method.
1.12.1 - 2020-04-12
--------------------
+---------------------------------------------------------------------------------
### Fixed
- Fixed printing empty arguments in `kiss-outdated`.
1.12.0 - 2020-04-05
--------------------
+---------------------------------------------------------------------------------
### Added
- `kiss-cargolock-urlgen`: a tool that can read a Cargo.lock file to generate a
@@ -478,7 +478,7 @@ method.
1.9.0 - 1.11.2 - 2020-04-04
----------------------------
+---------------------------------------------------------------------------------
### Added
- `kiss f` to fetch repositories without an update prompt.