Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 2.7.1 #447

Merged
merged 117 commits into from
Jun 27, 2018
Merged

Release 2.7.1 #447

merged 117 commits into from
Jun 27, 2018

Commits on May 4, 2018

  1. Configuration menu
    Copy the full SHA
    f5fcded View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1f3cc2 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2018

  1. [ttxn] ClassRecord attribute 'type' is now called 'side'

    Bug introduced in b3ca003
    Fixes #350
    miguelsousa authored and cjchapman committed May 8, 2018
    Configuration menu
    Copy the full SHA
    2a90bbc View commit details
    Browse the repository at this point in the history
  2. Integration testing framework

    Fixes #338
    miguelsousa committed May 8, 2018
    Configuration menu
    Copy the full SHA
    f82645c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2cf759a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d64fe92 View commit details
    Browse the repository at this point in the history
  5. tx integration tests

    miguelsousa committed May 8, 2018
    Configuration menu
    Copy the full SHA
    344f358 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    020e76d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1aaccf5 View commit details
    Browse the repository at this point in the history
  8. spot integration tests

    miguelsousa committed May 8, 2018
    Configuration menu
    Copy the full SHA
    ba9b70b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9188741 View commit details
    Browse the repository at this point in the history
  10. Python 3 import fixes

    Found these by running 'python3 -m pytest'
    miguelsousa authored and cjchapman committed May 8, 2018
    Configuration menu
    Copy the full SHA
    aef10af View commit details
    Browse the repository at this point in the history

Commits on May 9, 2018

  1. Another oldie leftover

    miguelsousa committed May 9, 2018
    Configuration menu
    Copy the full SHA
    c1635ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50a722b View commit details
    Browse the repository at this point in the history
  3. Exit as soon as an error occurs

    miguelsousa authored and cjchapman committed May 9, 2018
    Configuration menu
    Copy the full SHA
    b7a0352 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bcab55b View commit details
    Browse the repository at this point in the history

Commits on May 10, 2018

  1. Config file for pyup.io (#362)

    pyup-bot authored and miguelsousa committed May 10, 2018
    Configuration menu
    Copy the full SHA
    04c0da8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    699964c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d7f905c View commit details
    Browse the repository at this point in the history

Commits on May 13, 2018

  1. Configuration menu
    Copy the full SHA
    3a08e5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52bd2cc View commit details
    Browse the repository at this point in the history
  3. ttxn integration tests

    miguelsousa committed May 13, 2018
    Configuration menu
    Copy the full SHA
    2aae34c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e95106a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    394a56a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bdf1cd7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1e1380c View commit details
    Browse the repository at this point in the history

Commits on May 14, 2018

  1. Configuration menu
    Copy the full SHA
    c33cfc5 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2018

  1. [differ] Move differ's core methods into a class

    Passing values around was getting too unwieldy for my taste
    miguelsousa authored and cjchapman committed May 15, 2018
    Configuration menu
    Copy the full SHA
    e74772e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2cdb3ca View commit details
    Browse the repository at this point in the history
  3. Disable ttxn tests

    AppVeyor is getting hung on them, don't know why
    miguelsousa authored and cjchapman committed May 15, 2018
    Configuration menu
    Copy the full SHA
    63ae1fe View commit details
    Browse the repository at this point in the history
  4. [differ] Add 'encoding' option

    miguelsousa authored and cjchapman committed May 15, 2018
    Configuration menu
    Copy the full SHA
    dc263f7 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2018

  1. [fontPDF] Add 'pageIncludeTitle' option (#379)

    This is needed for diff'ing the PDFs that are generated by the *plot tools. By default each page contains a header (a.k.a. Title) that includes a time stamp, among other info. Each PDF page is then compressed using ASCII85. By removing the page header it's possible to do a straight diff of two PDFs, even if their pages are compressed.
    
    In case raw (i.e. uncompressed) pages are needed, use the setPageCompression() method of pdfgen.py
    miguelsousa committed May 17, 2018
    Configuration menu
    Copy the full SHA
    5d6782c View commit details
    Browse the repository at this point in the history

Commits on May 18, 2018

  1. Re-enable tests (#377)

    miguelsousa committed May 18, 2018
    Configuration menu
    Copy the full SHA
    ed2f3db View commit details
    Browse the repository at this point in the history

Commits on May 21, 2018

  1. nullify glyph stemVF callback when not writing CFF2

    otherwise stems are written out with the default values when we want blended stems
    blueshade7 authored and cjchapman committed May 21, 2018
    Configuration menu
    Copy the full SHA
    41b991c View commit details
    Browse the repository at this point in the history
  2. Remove "CID charsets" (#368)

    * digiplot integration tests
    
    * Remove 'CID charsets' folder
    
    * Remove code related to 'CID charsets'
    miguelsousa committed May 21, 2018
    Configuration menu
    Copy the full SHA
    62abc4d View commit details
    Browse the repository at this point in the history
  3. [ttxn] Fix shell calls to 'tx' (#385)

    [ttxn] Fix shell calls to 'tx'
    miguelsousa authored and cjchapman committed May 21, 2018
    Configuration menu
    Copy the full SHA
    720e939 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2018

  1. Convert README and NEWS to markdown

    Fixes #337
    miguelsousa authored and cjchapman committed May 22, 2018
    Configuration menu
    Copy the full SHA
    c44a147 View commit details
    Browse the repository at this point in the history
  2. Remove check_afdko

    miguelsousa authored and cjchapman committed May 22, 2018
    Configuration menu
    Copy the full SHA
    fce8c06 View commit details
    Browse the repository at this point in the history
  3. Remove clean_afdko

    miguelsousa authored and cjchapman committed May 22, 2018
    Configuration menu
    Copy the full SHA
    58f13c1 View commit details
    Browse the repository at this point in the history
  4. AppVeyor & CodeCov badges now show status of develop

    instead of `master`
    cjchapman authored and miguelsousa committed May 22, 2018
    Configuration menu
    Copy the full SHA
    f92afe2 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2018

  1. Py3 fixes (#388)

    miguelsousa committed May 23, 2018
    Configuration menu
    Copy the full SHA
    31e90da View commit details
    Browse the repository at this point in the history
  2. Update Codecov link

    [skip ci]
    miguelsousa committed May 23, 2018
    Configuration menu
    Copy the full SHA
    f5456b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d294035 View commit details
    Browse the repository at this point in the history
  4. Run coverage on Windows

    miguelsousa authored and cjchapman committed May 23, 2018
    2 Configuration menu
    Copy the full SHA
    d64f22f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cf655c1 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2018

  1. Configuration menu
    Copy the full SHA
    401b7a2 View commit details
    Browse the repository at this point in the history
  2. Revert Run coverage on Windows

    This shall be attempted again at a later date. For more details see d64f22f#commitcomment-29108842
    miguelsousa committed May 24, 2018
    Configuration menu
    Copy the full SHA
    619b479 View commit details
    Browse the repository at this point in the history
  3. [spot] Fix a crash due to buffer overrun errors from long glyph names

    With the 64-bit update, the function global.c::getGlyphName() can return a glyph name of up to 128+7 characters long. The returned string was, in many places, copied into a string buffer that was much shorter.
    readroberts authored and miguelsousa committed May 24, 2018
    Configuration menu
    Copy the full SHA
    e54d9a4 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2018

  1. Move the contents of FDKReleaseNotes.txt to NEWS.md

    [skip ci] Fixes #328
    miguelsousa committed May 25, 2018
    Configuration menu
    Copy the full SHA
    8515bef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1278d5f View commit details
    Browse the repository at this point in the history

Commits on May 26, 2018

  1. Update NEWS with version 2.7.1 changes

    [skip ci]
    miguelsousa committed May 26, 2018
    Configuration menu
    Copy the full SHA
    0fafbb1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a67636f View commit details
    Browse the repository at this point in the history

Commits on May 28, 2018

  1. Pin codecov to latest version 2.0.15

    pyup-bot authored and miguelsousa committed May 28, 2018
    Configuration menu
    Copy the full SHA
    edd8c7b View commit details
    Browse the repository at this point in the history
  2. Pin cython to latest version 0.28.3

    pyup-bot authored and miguelsousa committed May 28, 2018
    Configuration menu
    Copy the full SHA
    46067d1 View commit details
    Browse the repository at this point in the history
  3. Pin flake8 to latest version 3.5.0

    pyup-bot authored and miguelsousa committed May 28, 2018
    Configuration menu
    Copy the full SHA
    663150c View commit details
    Browse the repository at this point in the history
  4. Pin pip to latest version 10.0.1

    pyup-bot authored and miguelsousa committed May 28, 2018
    Configuration menu
    Copy the full SHA
    8189129 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f100f8a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8d08eed View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c204426 View commit details
    Browse the repository at this point in the history
  8. Pin wheel to latest version 0.31.1

    pyup-bot authored and miguelsousa committed May 28, 2018
    Configuration menu
    Copy the full SHA
    e77e822 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bf8b3f6 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2018

  1. Tx fixes (#397)

    * [tx][varread] Fix issue #272: Fix inconsistency of use of regionCount variable in tx.varread.varread.c
    
    This update makes no change in function: it simply renames variables and fields to avoid confusion by developers.
    
    * [tx][tx_test.py] Add test for reading and snapshotting simple CFF2 VF font to test fix for issue #272
    readroberts authored and cjchapman committed May 30, 2018
    Configuration menu
    Copy the full SHA
    7d5bdf1 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2018

  1. Configuration menu
    Copy the full SHA
    2d6ee43 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2018

  1. fix for #408: changed requirements-dev.txt to use >= for everything

    (we will let the pyup bot take care of updating requirements.txt)
    cjchapman committed Jun 8, 2018
    Configuration menu
    Copy the full SHA
    507de3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a77ebe View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2018

  1. Fixes for Tests under Windows. (#407)

    * In differ.py, when it walks a dir tree to make a list of files in a ufo file, the list needs to be sorted to avoid the difference between the reference directory tree and the new temporary director tree when the test is run under Windows. The lists were compared, and the diff was failing before the files were even examined.
    
    * In tx_test.py, when pdf files are compared, an additional line in the pdf file needs to be ignored. This didn't cause a problem before, but as of June 1st, the date string changed enough to make this extra line change.
    
    * Replaced tmpfileNameTempFile() with tmpfile.mkstemp(). The former not only creates a file, but also opens it. This appears to conflict with writing to the same file path from other processes. In any case, this change fixes a lot of failures that appears on some, but not all, Windows systems.
    
    * Use absolute path for tx.exe
    
    * Fixes for Test under Windows with ttxn. Referencing the absolute path to tx.exe fixes a failure when running the test under Appveyor.
    Saving the output from a shell call to tx.exe to a file name rather than a tmpfile.TempFile file object fixes a failure under Windows OSX 10 when running pytest manually.
    
    * Shift to consistent use of tempfile.mkstemp() instead of NameTempFile().
    
    * Add test for when command fails. Note that I did not handle the 'subprocess.CalledProcessError' in runner.py::main(). I notice that all the exceptions that can be raised by the argparse module are not handled, and there is no exception handling for any other exception. I think it is simpler to let the 'subprocess.CalledProcessError' pass through and be caught and reported by pytest.
    
    * Add some debug code to show path to tool when there is a CalledProcessError.
    
    * Remove type1 and detype1 tests that run the programs on a file of their intended output file type as input. The programs are not designed to fail in any reliable way in this condition. The current tests cause detype1 to fail with the same error on Mac and Windows, but do not cause  type1 to fail.
    readroberts authored and miguelsousa committed Jun 10, 2018
    Configuration menu
    Copy the full SHA
    6e9ac8b View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2018

  1. Update fontmath from 0.4.4 to 0.4.5

    pyup-bot authored and cjchapman committed Jun 11, 2018
    Configuration menu
    Copy the full SHA
    31f0279 View commit details
    Browse the repository at this point in the history
  2. Update mutatormath from 2.1.0 to 2.1.1

    pyup-bot authored and cjchapman committed Jun 11, 2018
    Configuration menu
    Copy the full SHA
    24ce85c View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2018

  1. Revert "updated NEWS.md with release date for 2.7.1"

    This reverts commit 2d6ee43.
    miguelsousa committed Jun 12, 2018
    Configuration menu
    Copy the full SHA
    aefc118 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2018

  1. Configuration menu
    Copy the full SHA
    56befef View commit details
    Browse the repository at this point in the history
  2. Remove SunOS relics

    miguelsousa committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    bef84a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5046a10 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    da3fff3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b12d670 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aebd788 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ddd4004 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4cfadec View commit details
    Browse the repository at this point in the history
  9. Build Script Update. Fix all the BuildAll.cmd and *.sh files (#414)

    ... to build only the release projects if no target is given.
    
    They will also run the right build for the targets 'release', 'debug', and 'clean', and do nothing for any other target.
    readroberts authored and miguelsousa committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    a5b0a81 View commit details
    Browse the repository at this point in the history
  10. Remove obsolete AppVeyor code (round 2)

    Ilya Finkelshteyn said that the code removed by this commit is no longer needed now that appveyor/ci#2066 is fixed.
    (This is round 2, because I'm trying again off a fresh branch from `develop`.)
    cjchapman authored and miguelsousa committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    43361a9 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2018

  1. [makeotf] Implement exit codes

    Fixes #417
    miguelsousa committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    179a65d View commit details
    Browse the repository at this point in the history
  2. minor

    miguelsousa committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    cc1e8b3 View commit details
    Browse the repository at this point in the history
  3. makeotf integration tests

    miguelsousa committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    351b479 View commit details
    Browse the repository at this point in the history
  4. [makeotf] No need to remove the existing font

    Possible fix for https://ci.appveyor.com/project/adobe-type-tools/afdko/build/1.0.432
    Traceback (most recent call last):
      File "c:\python27-x64\lib\site-packages\afdko\Tools\SharedData\FDKScripts\MakeOTF.py", line 3062, in main
        runMakeOTF(makeOTFParams)
      File "c:\python27-x64\lib\site-packages\afdko\Tools\SharedData\FDKScripts\MakeOTF.py", line 2736, in runMakeOTF
        os.remove(outputPath)
    WindowsError: [Error 32] The process cannot access the file because it is being used by another process
    miguelsousa committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    6c68e17 View commit details
    Browse the repository at this point in the history
  5. [makeotf] py3 fixes

    miguelsousa committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    0858c5d View commit details
    Browse the repository at this point in the history
  6. minor

    miguelsousa committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    cd60cb6 View commit details
    Browse the repository at this point in the history
  7. setup.py: allow to install native exe scripts on python3

    we need to skip the step where python3's distutils attempts to fix up the
    script's shebang, otherwise it fails with a SyntaxError, since it expects
    them to be text files formatted as python code, whereas in our case they
    are simply C native executables.
    anthrotype authored and miguelsousa committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    7416180 View commit details
    Browse the repository at this point in the history
  8. fixed Xcode build issue with OpType name conflict

    changed OpType from enum to a typedef (of an enum)
    (also, now explicitly using OpType instead of int in OpRec struct)
    cjchapman authored and miguelsousa committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    87b78e1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3fab0b5 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2018

  1. Configuration menu
    Copy the full SHA
    ade9aba View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2018

  1. Configuration menu
    Copy the full SHA
    5e29683 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2018

  1. [tx] bump version

    miguelsousa committed Jun 17, 2018
    Configuration menu
    Copy the full SHA
    28b25bd View commit details
    Browse the repository at this point in the history
  2. [mergeFonts/rotateFont] Apply #427 fix

    These two tools are mostly a copy-paste of tx
    miguelsousa committed Jun 17, 2018
    Configuration menu
    Copy the full SHA
    263e263 View commit details
    Browse the repository at this point in the history
  3. [tx]. Update Mac OSX Xcode project to omit unused files.

    This project has *.txt files that used to be the source for the *.h in-line help files. That was years ago, and we don't even have the tool that built the *.h from the *.txt files anymore. The *.h files are now the master source for the in-line help text.
    readroberts authored and miguelsousa committed Jun 17, 2018
    Configuration menu
    Copy the full SHA
    611679e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e50b990 View commit details
    Browse the repository at this point in the history
  5. trailing whitespace

    miguelsousa committed Jun 17, 2018
    Configuration menu
    Copy the full SHA
    00e6c2e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5be05f7 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2018

  1. Scheduled weekly dependency update for week 24 (#429)

    * Pin fonttools to latest version 3.27.0
    
    * change pyup's `==` to `~=` for fontTools
    pyup-bot authored and cjchapman committed Jun 18, 2018
    Configuration menu
    Copy the full SHA
    9f43317 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6f305d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    96b1bcf View commit details
    Browse the repository at this point in the history
  4. Tidy up test files

    miguelsousa committed Jun 18, 2018
    Configuration menu
    Copy the full SHA
    d9faf92 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1682eb5 View commit details
    Browse the repository at this point in the history
  6. Copy executables in debug build target as well

    Otherwise it is not of much use; appending “debug” to build command in
    setup.py will fail with missing executables.
    khaledhosny authored and miguelsousa committed Jun 18, 2018
    Configuration menu
    Copy the full SHA
    2d2083d View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2018

  1. Configuration menu
    Copy the full SHA
    c4c5550 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea5ec23 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9fa2cf9 View commit details
    Browse the repository at this point in the history
  4. formatting

    miguelsousa committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    4d628fe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5a54e50 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    841b3b9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0b05933 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f0451c5 View commit details
    Browse the repository at this point in the history
  9. fixes for modules used by tx (#425)

    readufo.c
    * converted to using space instead of tabs, removed trailing whitespace
    * removed unused code and code that has no effect
    * fixed uninitialized/garbage values
    * fixed potential null pointer dereferences
    * fixed long vs. int issues
    * added a missing switch case
    * fixed code for replacing copyright symbol (©) with the word "Copyright" in trademark strings
    
    pubtypes.h & supportpublictypes.h
    * removed unused typedefs for PVoidProc which were causing Xcode warnings
    
    tx_test.py & tx_data/*
    * added tx test case for copyright symbol (©) handling
    
    differ.py
    * added safeguard against failing to read text file
    cjchapman committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    29900b3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f86172e View commit details
    Browse the repository at this point in the history
  11. Measure the coverage of runner & differ (take two)

    what 56befef should have been
    miguelsousa committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    da1f992 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9fa934e View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2018

  1. Update NEWS

    miguelsousa committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    918c293 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf1960a View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2018

  1. Configuration menu
    Copy the full SHA
    0aa3ce2 View commit details
    Browse the repository at this point in the history