Commit Graph

24 Commits

Author SHA1 Message Date
Thomas Orozco 376d186b2e Set default verbosity level to 1
This means warnings always show warnings, which is the right thing to do
considering the 2 warnings we show are actually for important
information.
2015-09-01 21:17:10 +02:00
Thomas Orozco e9546e0e1a Bump version to 0.5.0
+ `tini-static` is back, thanks to @tianon!
2015-06-26 21:43:53 +02:00
Tianon Gravi f2229f937e Bring back tini-static! 🎉
This allows the use of `tini` within even more minimal environments (such as images that are `FROM scratch` with a single application binary `COPY`'d in).
2015-06-26 21:43:53 +02:00
Thomas Orozco f6f26afc2a Bump version to 0.4.3
+ More packaging changes to facilitate building packages in tini-images
2015-05-05 22:04:50 +02:00
Thomas Orozco 73aabc2a40 Bump version to 0.4.2
+ Only packaging changes
2015-05-05 21:24:44 +02:00
Thomas Orozco 3764a7f224 Bump to 0.4.1
+ Add support for older Cmake to build on Ubuntu Precise (which is what
we have in Travis)
2015-05-04 22:30:10 +02:00
Thomas Orozco b7afb24a82 Add notes about autogenerated files 2015-05-04 21:05:21 +02:00
Thomas Orozco 434dd956bd Bump version to 0.4.0
New features:

+ Generate DEB and RPM packages
2015-05-04 21:02:27 +02:00
Thomas Orozco a417b59f1a Ensure ${} isn't eaten by CMake 2015-04-05 18:02:52 +02:00
Thomas Orozco 1eb56cc7f9 Add link to tini-images repo 2015-04-04 19:23:44 +02:00
Thomas Orozco 556948c48e Update README for v0.3.4 2015-04-04 19:02:14 +02:00
Thomas Orozco f3c3b1ec14 Bump to 0.3.3
Only packaging changes
2015-03-15 18:48:17 +01:00
Thomas Orozco cf37f5a7f0 Include travis status image 2015-03-15 18:47:06 +01:00
Thomas Orozco 6e7cdc63bb Auto-generate README (for version number) 2015-03-15 17:47:15 +01:00
Thomas Orozco e3d2662820 Update README to point to v0.3.2 2015-03-15 17:03:47 +01:00
Thomas Orozco 699c3aadf2 Remove the static build for now
The static build doesn't build with clang, and its usefulness is dubious
for the time being considering the only requirement is glibc.
2015-03-15 16:56:12 +01:00
Thomas Orozco 3003e55a8c Explain exit code handling in README 2015-03-01 12:10:31 -05:00
Thomas Orozco fb66ef7f6f Fix typo in README 2015-03-01 11:58:49 -05:00
Thomas Orozco 03517ace39 Bump version to 0.3.0 2015-03-01 11:56:37 -05:00
Thomas Orozco 8a2e156182 More code example in the README 2015-03-01 11:54:39 -05:00
Thomas Orozco fa8200cc1c Refactor further around functions 2015-02-28 18:11:54 -05:00
Thomas Orozco f38c694670 README fixes 2015-02-27 10:15:44 -08:00
Thomas Orozco a68d18c0cb Improve README 2015-02-22 22:44:47 -08:00
Thomas Orozco 56acc180ef Add README 2015-02-22 21:58:07 -08:00