| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-04-20 | Bump version to 10.3.1 | Joshua Boniface | |
| 2019-04-19 | Bump version to 10.3.0 (release)v10.3.0 | Joshua Boniface | |
| 2019-04-10 | Bump version to 10.3.0-rc2 and update submodulev10.3.0-rc2 | Joshua Boniface | |
| 2019-04-08 | Merge pull request #1178 from jellyfin/LogicalPhallacy-patch-1 | Joshua M. Boniface | |
| Updates windows installer default lib location | |||
| 2019-04-06 | Use TLS 1.2 to download NSSM | John Taylor | |
| 2019-03-31 | Update install-jellyfin.ps1 | LogicalPhallacy | |
| 2019-03-31 | Updates windows installer default lib location | LogicalPhallacy | |
| You can use the emby import to move an existing library this way. | |||
| 2019-03-30 | Bump version to 10.3.0 and update submodulev10.3.0-rc1 | Joshua Boniface | |
| 2019-03-30 | Merge pull request #1172 from joshuaboniface/build-improvements | Andrew Rabert | |
| Minor improvements to release build setup | |||
| 2019-03-30 | Get the version string from build.yaml | Joshua Boniface | |
| 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. | |||
| 2019-03-30 | Split lists echoes into separate lines | Joshua Boniface | |
| 2019-03-30 | Fix up the Ubuntu repository definitions | Joshua Boniface | |
| 2019-03-30 | Add Ubuntu armhf (Raspberry Pi) build | Joshua Boniface | |
| A pretty-much direct copy of the Debian armhf build infrastructure. | |||
| 2019-03-28 | Use new libexecdir location for jellyfin-ffmpeg | Joshua Boniface | |
| From commit d6bb1f3c in jellyfin-ffmpeg, which moves the installed binaries from /usr/share to /usr/lib on the next release. | |||
| 2019-03-20 | Update init scripts for compatibility with Devuan | Torsten | |
| 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 | |||
| 2019-03-12 | Finalise removal of --ffprobe switch | PloughPuff | |
| Removed --ffprobe from src files and server/docker scripts. | |||
| 2019-03-10 | Use environment variables instead of opts for RPM | Joshua Boniface | |
| 2019-03-10 | Use environment variables instead of opts for Deb | Joshua Boniface | |
| 2019-03-06 | Copy install script from new location | Joshua Boniface | |
| 2019-03-01 | Merge pull request #1024 from jellyfin/release-10.2.z | Bond-009 | |
| Backmerge for 10.2.2 | |||
| 2019-02-28 | Bump version to 10.2.2v10.2.2 | Joshua Boniface | |
| 2019-02-28 | Merge pull request #992 from joshuaboniface/armhf-debian | Anthony Lavado | |
| Add Debian armhf (Rasberry Pi) build plus crossbuild | |||
| 2019-02-27 | Merge pull request #991 from joshuaboniface/ffmpeg-compat | Andrew Rabert | |
| Fix the ffmpeg compatibility | |||
| 2019-02-25 | Merge pull request #979 from Wuerfelbecher/release-disable-debug | Vasily | |
| Build Package releases without debug turned on | |||
| 2019-02-25 | Fix the ffmpeg compatibility | Joshua Boniface | |
| Doing this the other way was just complex. No longer try to override the system ffmpeg, just put ours somewhere else and depend on that package. | |||
| 2019-02-24 | Disable documentation and debug in build | Joshua Boniface | |
| 2019-02-24 | use common.build.sh for docker image builds | Thomas Büttner | |
| Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech> | |||
| 2019-02-24 | Build releases without debug | Thomas Büttner | |
| Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech> | |||
| 2019-02-23 | Add Debian armhf (Rasberry Pi) build plus crossbuild | Joshua Boniface | |
| 2019-02-21 | COPR auto building | Brian J. Murrell | |
| This adds enhancements so that Fedora/EL packages can be automatically built in COPR when a webhook is received. A typical webhook could be for tagging events for example or even a "Release" webhook to only build releases. | |||
| 2019-02-21 | dotnet-runtime is needed in Fedora RPM build also | Brian J. Murrell | |
| 2019-02-20 | Install the dotnet runtime too | Joshua Boniface | |
| This is needed since /usr/bin/dotnet doesn't exist in the SDK package for whatever reason as of Feb 18 2019. | |||
| 2019-02-20 | Fix Path | scheidleon | |
| 2019-02-20 | Merge pull request #961 from jellyfin/release-10.2.z | Joshua M. Boniface | |
| Release 10.2.1 | |||
| 2019-02-20 | Bump version to 10.2.1v10.2.1 | Joshua Boniface | |
| 2019-02-20 | Merge pull request #939 from joshuaboniface/cleanup-builds | Bond-009 | |
| Clean up and rename obsolete deployment platforms | |||
| 2019-02-18 | Rename Windows scripts folder | Joshua Boniface | |
| 2019-02-18 | Rename framework to portable | Joshua Boniface | |
| 2019-02-18 | Rename MacOS build | Joshua Boniface | |
| 2019-02-18 | Remove unneeded Linux builds | Joshua Boniface | |
| 2019-02-18 | Merge pull request #902 from brianjmurrell/copr-autobuild | Joshua M. Boniface | |
| COPR auto building | |||
| 2019-02-16 | Bump release version for last-minute PRsv10.2.0 | Joshua Boniface | |
| 2019-02-15 | Remove superfluous changelog entries | Joshua Boniface | |
| 2019-02-15 | Update version to 10.2.0 release | Joshua Boniface | |
| 2019-02-15 | Code review updates | Brian J. Murrell | |
| Also fix a bug in the tarball creation that existed even prior to moving it into create_tarball.sh | |||
| 2019-02-15 | COPR auto building | Brian J. Murrell | |
| This adds enhancements so that Fedora/EL packages can be automatically built in COPR when a webhook is received. A typical webhook could be for tagging events for example or even a "Release" webhook to only build releases. | |||
| 2019-02-14 | Only modify Debian package spec for jellyfin-ffmpeg | Joshua Boniface | |
| 2019-02-13 | Correct changelogs for updated 10.2.0~rc2 | Joshua Boniface | |
| 2019-02-13 | Bump version to 10.2.0~rc2 | Joshua Boniface | |
| 2019-02-10 | Fix syntax error of additional brace | Joshua Boniface | |
