Skip to content

Commit 71006d8

Browse files
committed
#570 add release dates to all releases that were tagged
1 parent 1fe19a3 commit 71006d8

File tree

1 file changed

+72
-76
lines changed

1 file changed

+72
-76
lines changed

CHANGELOG

Lines changed: 72 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
Thanks Alexander Loechel (@loechel).
4747
- #588: Run pytest wit xfail_strict and adapt affected tests.
4848

49-
2.7.0
50-
-----
49+
2.7.0 (2017-04-02)
50+
------------------
5151

5252
- #p450: Stop after the first installdeps and first testenv create hooks
5353
succeed. This changes the default behaviour of `tox_testenv_create`
@@ -84,8 +84,8 @@
8484
- #446: (infrastructure) Travis CI tests for tox now also run on OS X now.
8585
Thanks Jason R. Coombs (@jaraco).
8686

87-
2.6.0
88-
-----
87+
2.6.0 (2017-02-04)
88+
------------------
8989

9090
- add "alwayscopy" config option to instruct virtualenv to always copy
9191
files instead of symlinking. Thanks Igor Duarte Cardoso (@igordcard).
@@ -106,8 +106,8 @@
106106
- fix glob resolution from TOX_TESTENV_PASSENV env variable
107107
Thanks Allan Feldman (@a-feld).
108108

109-
2.5.0
110-
-----
109+
2.5.0 (2016-11-16)
110+
------------------
111111

112112
- slightly backward incompatible: fix issue310: the {posargs} substitution
113113
now properly preserves the tox command line positional arguments. Positional
@@ -149,14 +149,14 @@
149149
Reported virtualenv status is 'nothing to do' instead of 'commands
150150
succeeded', with relevant error message displayed. Thanks Lukasz Rogalski.
151151

152-
2.4.1
153-
-----
152+
2.4.1 (2016-10-12)
153+
------------------
154154

155155
- fix issue380: properly perform substitution again. Thanks Ian
156156
Cordasco.
157157

158-
2.4.0
159-
-----
158+
2.4.0 (2016-10-12)
159+
------------------
160160

161161
- remove PYTHONPATH from environment during the install phase because a
162162
tox-run should not have hidden dependencies and the test commands will also
@@ -208,21 +208,21 @@
208208
- use pytest-catchlog instead of pytest-capturelog (latter is not
209209
maintained, uses deprecated pytest API)
210210

211-
2.3.2
212-
-----
211+
2.3.2 (2016-02-11)
212+
------------------
213213

214214
- fix issue314: fix command invocation with .py scripts on windows.
215215

216216
- fix issue279: allow cross-section substitution when the value contains
217217
posargs. Thanks Sachi King for the PR.
218218

219-
2.3.1
220-
-----
219+
2.3.1 (2015-12-14)
220+
------------------
221221

222222
- fix issue294: re-allow cross-section substitution for setenv.
223223

224-
2.3.0
225-
-----
224+
2.3.0 (2015-12-09)
225+
------------------
226226

227227
- DEPRECATE use of "indexservers" in tox.ini. It complicates
228228
the internal code and it is recommended to rather use the
@@ -253,14 +253,14 @@
253253
- internal: push some optional object creation into tests because
254254
tox core doesn't need it.
255255

256-
2.2.1
257-
-----
256+
2.2.1 (2015-12-09)
257+
------------------
258258

259259
- fix bug where {envdir} substitution could not be used in setenv
260260
if that env value is then used in {basepython}. Thanks Florian Bruhin.
261261

262-
2.2.0
263-
-----
262+
2.2.0 (2015-11-11)
263+
------------------
264264

265265
- fix issue265 and add LD_LIBRARY_PATH to passenv on linux by default
266266
because otherwise the python interpreter might not start up in
@@ -284,15 +284,15 @@
284284
{envsitepackagesdir} is present in commands. Thanks BB:ceridwenv
285285

286286

287-
2.1.1
288-
----------
287+
2.1.1 (2015-06-23)
288+
------------------
289289

290290
- fix platform skipping for detox
291291

292292
- report skipped platforms as skips in the summary
293293

294-
2.1.0
295-
----------
294+
2.1.0 (2015-06-19)
295+
------------------
296296

297297
- fix issue258, fix issue248, fix issue253: for non-test commands
298298
(installation, venv creation) we pass in the full invocation environment.
@@ -311,24 +311,22 @@
311311
when constructing the set of environment variables for test environments.
312312
Thanks Marc Abramowitz for pushing in this direction.
313313

314-
315-
2.0.2
316-
----------
314+
2.0.2 (2015-06-03)
315+
------------------
317316

318317
- fix issue247: tox now passes the LANG variable from the tox invocation
319318
environment to the test environment by default.
320319

321320
- add SYSTEMDRIVE into default passenv on windows to allow pip6 to work.
322321
Thanks Michael Krause.
323322

324-
325-
2.0.1
326-
-----------
323+
2.0.1 (2015-05-13)
324+
------------------
327325

328326
- fix wheel packaging to properly require argparse on py26.
329327

330-
2.0.0
331-
-----------
328+
2.0.0 (2015-05-12)
329+
------------------
332330

333331
- (new) introduce environment variable isolation:
334332
tox now only passes the PATH and PIP_INDEX_URL variable from the tox
@@ -386,18 +384,16 @@
386384

387385
- DEPRECATE distshare in documentation
388386

389-
390-
391-
1.9.2
392-
-----------
387+
1.9.2 (2015-03-23)
388+
------------------
393389

394390
- backout ability that --force-dep substitutes name/versions in
395391
requirement files due to various issues.
396392
This fixes issue228, fixes issue230, fixes issue231
397393
which popped up with 1.9.1.
398394

399-
1.9.1
400-
-----------
395+
1.9.1 (2015-03-23)
396+
------------------
401397

402398
- use a file instead of a pipe for command output in "--result-json".
403399
Fixes some termination issues with python2.6.
@@ -409,8 +405,8 @@
409405
it work with pyrun. Thanks Marc-Andre Lemburg.
410406

411407

412-
1.9.0
413-
-----------
408+
1.9.0 (2015-02-24)
409+
------------------
414410

415411
- fix issue193: Remove ``--pre`` from the default ``install_command``; by
416412
default tox will now only install final releases from PyPI for unpinned
@@ -434,8 +430,8 @@
434430
- fix issue191: lessen factor-use checks
435431

436432

437-
1.8.1
438-
-----------
433+
1.8.1 (2014-10-24)
434+
------------------
439435

440436
- fix issue190: allow setenv to be empty.
441437

@@ -447,8 +443,8 @@
447443
- report subprocess exit code when execution fails. Thanks Marius
448444
Gedminas.
449445

450-
1.8.0
451-
-----------
446+
1.8.0 (2014-09-24)
447+
------------------
452448

453449
- new multi-dimensional configuration support. Many thanks to
454450
Alexander Schepanovski for the complete PR with docs.
@@ -464,8 +460,8 @@
464460
executable. Thanks Floris Bruynooghe.
465461

466462

467-
1.7.2
468-
-----------
463+
1.7.2 (2014-07-15)
464+
------------------
469465

470466
- fix issue150: parse {posargs} more like we used to do it pre 1.7.0.
471467
The 1.7.0 behaviour broke a lot of OpenStack projects.
@@ -487,17 +483,17 @@
487483
- limit python hashseed to 1024 on Windows to prevent possible
488484
memory errors. Thanks March Schlaich for the PR90.
489485

490-
1.7.1
491-
---------
486+
1.7.1 (2014-03-28)
487+
------------------
492488

493489
- fix issue162: don't list python 2.5 as compatibiliy/supported
494490

495491
- fix issue158 and fix issue155: windows/virtualenv properly works now:
496492
call virtualenv through "python -m virtualenv" with the same
497493
interpreter which invoked tox. Thanks Chris Withers, Ionel Maries Cristian.
498494

499-
1.7.0
500-
---------
495+
1.7.0 (2014-01-29)
496+
------------------
501497

502498
- don't lookup "pip-script" anymore but rather just "pip" on windows
503499
as this is a pip implementation detail and changed with pip-1.5.
@@ -557,8 +553,8 @@
557553

558554
- fix issue105 -- don't depend on an existing HOME directory from tox tests.
559555

560-
1.6.1
561-
-----
556+
1.6.1 (2013-09-04)
557+
------------------
562558

563559
- fix issue119: {envsitepackagesdir} is now correctly computed and has
564560
a better test to prevent regression.
@@ -582,8 +578,8 @@
582578
- fix issue102: change to {toxinidir} when installing dependencies.
583579
this allows to use relative path like in "-rrequirements.txt".
584580

585-
1.6.0
586-
-----------------
581+
1.6.0 (2013-08-15)
582+
------------------
587583

588584
- fix issue35: add new EXPERIMENTAL "install_command" testenv-option to
589585
configure the installation command with options for dep/pkg install.
@@ -624,8 +620,8 @@
624620
- refactor interpreter information detection to live in new
625621
tox/interpreters.py file, tests in tests/test_interpreters.py.
626622

627-
1.5.0
628-
-----------------
623+
1.5.0 (2013-06-22)
624+
------------------
629625

630626
- fix issue104: use setuptools by default, instead of distribute,
631627
now that setuptools has distribute merged.
@@ -651,8 +647,8 @@
651647
- rename README.txt to README.rst to make bitbucket happier
652648

653649

654-
1.4.3
655-
-----------------
650+
1.4.3 (2013-02-28)
651+
------------------
656652

657653
- use pip-script.py instead of pip.exe on win32 to avoid the lock exe
658654
file on execution issue (thanks Philip Thiem)
@@ -699,21 +695,21 @@
699695
also make mock session return args[1:] for more precise checking (closes #61)
700696
thanks to Barry Warsaw for both.
701697

702-
1.4.2
703-
-----------------
698+
1.4.2 (2012-07-20)
699+
------------------
704700

705701
- fix some tests which fail if /tmp is a symlink to some other place
706702
- "python setup.py test" now runs tox tests via tox :)
707703
also added an example on how to do it for your project.
708704

709-
1.4.1
710-
-----------------
705+
1.4.1 (2012-07-03)
706+
------------------
711707

712708
- fix issue41 better quoting on windows - you can now use "<" and ">" in
713709
deps specifications, thanks Chris Withers for reporting
714710

715-
1.4
716-
-----------------
711+
1.4 (2012-06-13)
712+
----------------
717713

718714
- fix issue26 - no warnings on absolute or relative specified paths for commands
719715
- fix issue33 - commentchars are ignored in key-value settings allowing
@@ -733,8 +729,8 @@
733729
- fix the links/checkout howtos in the docs
734730
python-2.4, just tox itself requires 2.5 or higher.
735731

736-
1.3
737-
-----------------
732+
1.3 2011-12-21
733+
--------------
738734

739735
- fix: allow to specify wildcard filesystem paths when
740736
specifying dependencies such that tox searches for
@@ -747,8 +743,8 @@
747743
(thanks Ralf Schmitt)
748744

749745

750-
1.2
751-
-----------------
746+
1.2 2011-11-10
747+
--------------
752748

753749
- remove the virtualenv.py that was distributed with tox and depend
754750
on >=virtualenv-1.6.4 (possible now since the latter fixes a few bugs
@@ -759,8 +755,8 @@
759755
- fix the warning check for commands to be installed in testenvironment
760756
(thanks Michael Foord for reporting)
761757

762-
1.1
763-
-----------------
758+
1.1 (2011-07-08)
759+
----------------
764760

765761
- fix issue5 - don't require argparse for python versions that have it
766762
- fix issue6 - recreate virtualenv if installing dependencies failed
@@ -777,7 +773,7 @@
777773
- rework and enhance docs for display on readthedocs.org
778774

779775
1.0
780-
-----------------
776+
---
781777

782778
- move repository and toxbootstrap links to http://bitbucket.org/hpk42/tox
783779
- fix issue7: introduce a "minversion" directive such that tox
@@ -803,7 +799,7 @@
803799
- added a CONTRIBUTORS file
804800

805801
0.9
806-
-----------------
802+
---
807803

808804
- fix pip-installation mixups by always unsetting PIP_RESPECT_VIRTUALENV
809805
(thanks Armin Ronacher)
@@ -817,7 +813,7 @@
817813
more readable)
818814

819815
0.8
820-
-----------------
816+
---
821817

822818
- work around a virtualenv limitation which crashes if
823819
PYTHONDONTWRITEBYTECODE is set.
@@ -831,7 +827,7 @@
831827
- change all internal source to strip trailing whitespaces
832828

833829
0.7
834-
-----------------
830+
---
835831

836832
- use virtualenv5 (my own fork of virtualenv3) for now to create python3
837833
environments, fixes a couple of issues and makes tox more likely to
@@ -854,7 +850,7 @@
854850
- recreate virtualenv on changed configurations
855851

856852
0.6
857-
-----------------
853+
---
858854

859855
- fix OSX related bugs that could cause the caller's environment to get
860856
screwed (sorry). tox was using the same file as virtualenv for tracking
@@ -864,6 +860,6 @@
864860
- fix long description, thanks Michael Foord
865861

866862
0.5
867-
-----------------
863+
---
868864

869865
- initial release

0 commit comments

Comments
 (0)