<feed xmlns='http://www.w3.org/2005/Atom'>
<title>jellyfin/deployment, branch v10.3.0-rc1</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.b0n.dev/jellyfin/atom?h=v10.3.0-rc1</id>
<link rel='self' href='https://git.b0n.dev/jellyfin/atom?h=v10.3.0-rc1'/>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/'/>
<updated>2019-03-30T19:47:34Z</updated>
<entry>
<title>Bump version to 10.3.0 and update submodule</title>
<updated>2019-03-30T19:47:34Z</updated>
<author>
<name>Joshua Boniface</name>
<email>joshua@boniface.me</email>
</author>
<published>2019-03-30T19:47:34Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=f27477da26097ab4cca22c64e5f236150975ff47'/>
<id>urn:sha1:f27477da26097ab4cca22c64e5f236150975ff47</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #1172 from joshuaboniface/build-improvements</title>
<updated>2019-03-30T19:45:11Z</updated>
<author>
<name>Andrew Rabert</name>
<email>6550543+nvllsvm@users.noreply.github.com</email>
</author>
<published>2019-03-30T19:45:11Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=c032a015a44a042f3428cbd8dda0f154e3232b4e'/>
<id>urn:sha1:c032a015a44a042f3428cbd8dda0f154e3232b4e</id>
<content type='text'>
Minor improvements to release build setup</content>
</entry>
<entry>
<title>Get the version string from build.yaml</title>
<updated>2019-03-30T16:42:33Z</updated>
<author>
<name>Joshua Boniface</name>
<email>joshua@boniface.me</email>
</author>
<published>2019-03-30T16:42:33Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=31aa6c486cdeb851dd7ef7c66a82a76302cc632f'/>
<id>urn:sha1:31aa6c486cdeb851dd7ef7c66a82a76302cc632f</id>
<content type='text'>
For the purposes of packaging, this makes more sense, since we can
include additional appends to this version (e.g. `-rcX`) when we
can't in the SharedVersion file. The previous commit to the
bump_version script sets this as well.
</content>
</entry>
<entry>
<title>Split lists echoes into separate lines</title>
<updated>2019-03-30T16:19:49Z</updated>
<author>
<name>Joshua Boniface</name>
<email>joshua@boniface.me</email>
</author>
<published>2019-03-30T16:19:49Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=3375ca5a8cfad159e61f4d8dcd91df26d3c1e71e'/>
<id>urn:sha1:3375ca5a8cfad159e61f4d8dcd91df26d3c1e71e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix up the Ubuntu repository definitions</title>
<updated>2019-03-30T15:58:56Z</updated>
<author>
<name>Joshua Boniface</name>
<email>joshua@boniface.me</email>
</author>
<published>2019-03-30T15:57:10Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=1596e93cc12cb7e2a1c974eb36b22e835036f582'/>
<id>urn:sha1:1596e93cc12cb7e2a1c974eb36b22e835036f582</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add Ubuntu armhf (Raspberry Pi) build</title>
<updated>2019-03-30T15:50:46Z</updated>
<author>
<name>Joshua Boniface</name>
<email>joshua@boniface.me</email>
</author>
<published>2019-03-30T15:50:46Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=1a540f1cf7c0f585fd80bc28d12caa56778c878c'/>
<id>urn:sha1:1a540f1cf7c0f585fd80bc28d12caa56778c878c</id>
<content type='text'>
A pretty-much direct copy of the Debian armhf build infrastructure.
</content>
</entry>
<entry>
<title>Use new libexecdir location for jellyfin-ffmpeg</title>
<updated>2019-03-28T22:21:25Z</updated>
<author>
<name>Joshua Boniface</name>
<email>joshua@boniface.me</email>
</author>
<published>2019-03-28T22:21:25Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=427a3e9b087e57b8308b2c53aaefd663cc3c2a68'/>
<id>urn:sha1:427a3e9b087e57b8308b2c53aaefd663cc3c2a68</id>
<content type='text'>
From commit d6bb1f3c in jellyfin-ffmpeg, which moves the installed
binaries from /usr/share to /usr/lib on the next release.
</content>
</entry>
<entry>
<title>Update init scripts for compatibility with Devuan</title>
<updated>2019-03-20T19:16:24Z</updated>
<author>
<name>Torsten</name>
<email>Torsten@PC1</email>
</author>
<published>2019-03-20T19:00:23Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=bd31091648078a9bb295e4be198b853b66b07e1d'/>
<id>urn:sha1:bd31091648078a9bb295e4be198b853b66b07e1d</id>
<content type='text'>
Include start, stop, restart and status option for /etc/init.d/jellyfin
Use start-stop-daemon to make the script refer to systemctl mechanism
on systems that have systemd installed
</content>
</entry>
<entry>
<title>Finalise removal of --ffprobe switch</title>
<updated>2019-03-12T22:09:18Z</updated>
<author>
<name>PloughPuff</name>
<email>ploughpuff@protonmail.com</email>
</author>
<published>2019-03-12T22:09:18Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=b864e9da2a512250eff48baae28251db5a508f8f'/>
<id>urn:sha1:b864e9da2a512250eff48baae28251db5a508f8f</id>
<content type='text'>
Removed --ffprobe from src files and server/docker scripts.</content>
</entry>
<entry>
<title>Use environment variables instead of opts for RPM</title>
<updated>2019-03-10T21:11:16Z</updated>
<author>
<name>Joshua Boniface</name>
<email>joshua@boniface.me</email>
</author>
<published>2019-03-10T21:11:16Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=86f5221f96b09bde177c881eb34cad0ec10cbe90'/>
<id>urn:sha1:86f5221f96b09bde177c881eb34cad0ec10cbe90</id>
<content type='text'>
</content>
</entry>
</feed>
