Skip to main content
  1. Blog
  2. Article

Canonical
on 8 August 2017

Ubuntu Foundations Development Summary: August 8, 2017


This newsletter is to provide a status update from the Ubuntu Foundations Team.  There will also be highlights provided for any interesting subjects the team may be working on.

If you would like to reach the Foundations team, you can find us at the #ubuntu-devel channel on freenode.

Highlights

The State of the Archive

  • The ongoing libevent transition is at 88% of completion
  • The GCC 7 transition has begun in artful-proposed; GCC 7 will be the default in 17.10, please help ensure your packages in the archive are up to date and ready to build with this new toolchain.
  • The transition to Perl 5.26 is in progress in artful-proposed, with some delays due to issues with the autopkgtest infrastructure and a sync of a reupload from Debian.  This is expected to reach artful early next week.
  • The python3 transition continues, with python3.5 being dropped from the list of supported versions in artful-proposed.  Packages uploaded today will build without python3.5 support, and python3.5 will be dropped from artful before release.

Upcoming Ubuntu Dates

Weekly Meeting

IRC Log: http://ubottu.com/

Related posts


Johann Wolf
27 April 2026

Why Web Engineering is great

Ubuntu Article

Like many software engineers, one of my first software development experiences started with creating my own web page. Since that time 20+ years ago, a lot has changed in the web landscape. Having worked a lot in web since then, I’d like to take a moment to reflect on what I think makes web great! ...


Ishani Ghoshal
27 April 2026

Ubuntu 16.04 LTS has reached the end of standard Expanded Security Maintenance with Ubuntu Pro. Here are your options.

Ubuntu Article

Ubuntu 16.04 LTS (Xenial Xerus) reached the end of its five-year Expanded Security Maintenance (ESM) window in April 2026. If you are still running 16.04, it is critical to address your support status to ensure continued security and compliance. Your support options Now that 16.04 is in its Legacy phase, you have two primary paths: ...


Rob Gibbon
27 April 2026

Understanding disaggregated GenAI model serving with llm-d

AI Article

What is llm-d? llm-d is an open source solution for managing high-scale, high-performance Large Language Model (LLM) deployments. LLMs are at the heart of generative AI – so when you chat with ChatGPT or Gemini, you’re talking to an LLM. Simple LLM deployments – where an LLM is deployed to a single server – can ...