Description: Upstream changes introduced in version 1.1.0-1
This patch has been created by dpkg-source during the package build.
Here's the last changelog entry, hopefully it gives details on why
those changes were made:
.
chmsee (1.1.0-1) unstable; urgency=low
.
* new upstream release.
* debian/source/format: 3.0.
* debian/rules: ChangeLog.old no longer exist.
* debian/control: bump standards version to 3.8.4.
* debian/patches/debian-changes-1.1.0-1: fix crash when compile under
xulrunner 1.9.2.
.
The person named in the Author field signed this changelog entry.
Author: LI Daobing <lidaobing@debian.org>
---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:
Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: http://bugs.debian.org/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>
--- chmsee-1.1.0.orig/src/components/gecko-utils.cpp
+++ chmsee-1.1.0/src/components/gecko-utils.cpp
@@ -191,8 +191,8 @@ gecko_utils_init(void)
nsresult rv;
static const GREVersionRange greVersion = {
- "1.9a", PR_TRUE,
- "2", PR_TRUE
+ "1.9.1", PR_TRUE,
+ "1.9.3", PR_FALSE
};
char xpcomLocation[PATH_MAX];