lp:ubuntu/wily/vpb-driver

Created by Ubuntu Package Importer and last modified
Get this branch:
bzr branch lp:ubuntu/wily/vpb-driver
Members of Ubuntu branches can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Status:
Development

Recent revisions

25. By Ron Lee <email address hidden>

* Conflict/Replace libvpb0. Closes: #794587
* This is really just a kludge-around for the fact that we have unversioned
  files installed in the runtime library package, which ordinarily would be
  a Terribly Wrong thing to do, but this code is stable and had a strong
  guarantee that the ABI was never going to be broken and it would never
  need a transition, so for several reasons that was the least worst option
  for nearly 10 years now. Until gcc-5 broke that promise on us ...
  In this case, we can probably still quite reasonably get away with just
  forcing the old package off the system when it is upgraded, since there is
  a fairly natural limit to how many applications you can have controlling
  your phone lines on a system, and no real user is likely to actually need
  the old and new packages to be co-installable. Either they'll update to
  the new one, or they won't. There's no prolonged transition where things
  they might need could still be using the old one. It's still technically
  wrong though, so kids don't try this at home, but unless gcc starts to
  make a habit of this, it's probably the least disruptive change we can
  impose on users to cope with that transition, and hopefully something we
  won't need to deal with again for at least another ten years. If we do,
  then we'll reassess where the pros and cons really lay for making more
  intrusive changes to support things that "should have never happened".

24. By Ron Lee <email address hidden>

* Updates for gcc-5. Closes: #791309
* It makes some changes to libstdc++ which break ABI for us in a few places,
  mostly in symbols using std::basic_string or std::list, so we're going to
  bump the SONAME for this release, even though there is no incompatible
  change to the libvpb source itself. In theory we could just rename the
  library package - but that would still leave people with out of distro
  applications screwed if they upgrade to the new package without rebuilding
  their own applications. This way they'll at least fail loudly and early.

23. By Ron Lee <email address hidden>

* Backport the tweak to OpenPCI interrupt handling.
* Don't build with -O3 anymore, most of this code doesn't need it,
  and gcc 4.9 appears to do some fun things if we try.

22. By Ron Lee <email address hidden>

Updates for kernel 3.10, Closes: #719136
Disabling hotplug is not longer an option.
The proc API has changed, create_proc_{,read_}entry no longer exist.
The asm/system.h header has been disintegrated.

21. By Ron Lee <email address hidden>

Update for gcc-4.7 Closes: #672083

20. By Ron Lee <email address hidden>

* Added nl.po, thanks to Jeroen Schot. Closes: #655458
* Added pl.po, thanks to Michał Kułach. Closes: #664244

19. By Ron Lee <email address hidden>

Don't build vtecho_fp at all anymore. Nobody should need it now, and the
arch detection to avoid building it for amd64 was broken for cross builds.
Closes: #651860, #651861

18. By Ron Lee <email address hidden>

* Added da.po, thanks to Joe Hansen. Closes: #626629
* Added pt_BR.po, thanks to Marco Juliano e Silva. Closes: #648848
* Updated config.{guess,sub}

17. By Ron Lee <email address hidden>

Update cs.po, this time without broken character encoding. Closes: #610137

16. By Ron Lee <email address hidden>

Update for kernel 2.6.36, with one less user of the BKL.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu/trusty/vpb-driver
This branch contains Public information 
Everyone can see this information.

Subscribers