github.com/StackExchange/blackbox/v2@v2.0.1-0.20220331193400-d84e904973ab/CHANGELOG.md (about)

     1  Release v1.20200429
     2  
     3  NOTE: While there is now support for NetBSD and SunOS/SmartOS, the
     4  release process only tests on macOS and CentOS7 because that's all I
     5  have access to.
     6  
     7  * Fix tools that break when ".." or "." are used in a path (#304)
     8  * Respect PREFIX variable for copy-install (#294)
     9  * Documentation: Add pkgsrc install instructions (#292)
    10  * Improve support for Windows (#291)
    11  * Clarify gpg version usage (#290)
    12  * Many documentation fixes
    13  * DOCUMENTATION: Promote 'getting started' to a section, enumerate steps (#283)
    14  * Commit changes to gitignore when deregistering (#282)
    15  * Add support for NetBSD and SunOS (SmartOS)
    16  * Defend against ShellShock
    17  
    18  
    19  Release v1.20181219
    20  
    21  * New OS support: Add support for NetBSD and SunOS (SmartOS)
    22  * Testing: Improve confidence test.
    23  * .blackbox is now the default config directory for new repos. (#272)
    24  * Add blackbox_decrypt_file (#270)
    25  * Improved compatibility: change"/bin/[x]" to "/usr/bin/env [x]" (#265)
    26  * Add blackbox_less. (#263)
    27  * add nix method of install (#261)
    28  * Linked setting up of GPG key (#260)
    29  
    30  
    31  Release v1.20180618
    32  
    33  * Restore `make manual-install` with warning. (#258)
    34  
    35  Release v1.20180615
    36  
    37  * Standardize on .blackbox for config. Use keyrings/live for backwards compatibility.
    38  * Store keys in .blackbox directory (#218)
    39  * Suggest committing changes to pubring.gpg when running blackbox_removeadmin (#248)
    40  * Fix typo (#246)
    41  * Improve installation instructions (#244)
    42  * Fix replacing-expired-keys link in README (#241)
    43  * Fix problems when gpg2 is installed next to gpg (#237)
    44  * Many documentation corrections, updates, etc.
    45  * Exclude default keyring from import (#223)
    46  * .gitattributes not always updated (PR#146)
    47  * Fix bugs related to updating .gitattributes (PR#146)
    48  * Update readme with CircleCI link (#216)
    49  * Run the tests on a CI (#215)
    50  * Fixed Alpine compatibility (chmod) (#212)
    51  * direct repobase message to stderr (#204)
    52  * Improve Windows compatibility
    53  * NEW: .gitattributes Set Unix-only files to eol=lf
    54  * Silence 'not changed' output during keychain import (#200)
    55  * Improve FreeBSD compatibility
    56  * shred_file() outputs warning message to stderr. (#192)
    57  * Don't complain about GPG_AGENT_INFO if using newer gpg-agent (#189)
    58  * [FreeBSD] Fix use of chmod (#180)
    59  * Requiring a file to be entered to finish editing (#175)
    60  * Remove the key from the keyring when removing an admin (#173)
    61  * Add FreeBSD support (#172)
    62  * Add list admins commandline tool. (#170)
    63  ignore backup files and secring.gpg in $BLACKBOXDATA (#169)
    64  Allow parallel shredding of files (#167)
    65  * Add/improve Mingw support
    66  * Make "make confidence" less fragile
    67  * And a lot, lot more.
    68  
    69  Release v1.20170309
    70  
    71  * "make test" is an alias for "make confidence"
    72  * macOS: make_tempdir must create shorter paths
    73  * Fix "make confidence" for newer version of Git
    74  * README.md: Add info about our new mailing list
    75  
    76  Release v1.20170611
    77  
    78  * confidence_test.sh verifies external tools exist
    79  * confidence_test.sh more reliable for non-UTF8 users
    80  * "make test" no longer prompts for passwords
    81  * blackbox works better when target directory lives in root (#194)
    82  * Add confidence_test.sh tests for admin operations
    83  * blackbox_list_admins fails (#193)
    84  * confidence_test.sh works better on FreeBSD
    85  * tools/confidence_test.sh: now works with gnupg-2.0 and gnupg-2.1
    86  * Blackbox now officially supports both gnupg-2.0 and gnupg-2.1
    87  * blackbox_shred_all_files: BUGFIX: Does not shred files with spaces
    88  * blackbox_removeadmin: disable gpg's confirmation
    89  * Sync mk_rpm_fpmdir from master
    90  
    91  Release v1.20170127
    92  
    93  * Starting CHANGELOG.